I am developing android application, and I want to implement PHP as backend. I like to ask about which PHP framework is suitable for developing with Android application. My android Application will use JSON. Also, application uses authentication, data services in backend.
So, I need to know which framework is mostly suitable for this purpose??
Advance thanks for everyone!!
My recommendation would be Symfony 2 or Kohana. Using those frameworks, you should concept and implement an API, preferably RESTful, which provides your Android application with data and can be used later on for all other kind of mobile apps or third party applications.
If you go with Symfony 2 you can have a look for the FOSRestBundle – a bundle which provides tools to create a RESTful API.