I need to have a data supply Server with PHP to serve (returning data to) any Client Applications from any universal programming language platforms like, i.e. Java, .NET, Python, iOS, C#, C++, etc.
First few questions would be:
- Would that one be even called API or Web Service?
- If Web Service, which one should it be? (In PHP Docs, the WebServices are OAuth, SCA, SOAP, XML-RPC)
Then which particular approach should i use? (in such common scenarios) Which PHP implementation would be make the Server to communicate with ANY MAJOR programming platforms?