PHP web-services Server a smart back-end for android applications
Now a days IT industry revolution start with the mobile technology ...and it should be as this is the direct media of communication with global audience .
whenever we plan to work on the Android / IOS application for a product first thing comes in to mind is VM's where we need to put the core web-services of the engine . although there are lots of clouds providing this factuality but why we need to add more resource when it's more easy and fast to do it with no additional resources
why we need to look for a additional application server /VM/cloud When product web-servers already functional for that application which host the website of that product.
Do you have a Web server just for take-caring of static pages , css or image data .
If yes we do .... We use web server only for static data .. then we can build it more useful for our mobile apps with PHP Web Services .
.
I am not going in to the details of framework we can use in PHP but list them here .
- PHP Soap Server.
- PHP xmlrpc server.
- PHP Yar Server.
these servers are good for getting information like getting near location ,getting cites list of a state etc..
hope this will help for those who are using Amazon cloud for their simple web service of mobile apps with developer account and looking for an alternate .
Well written and explained