What is the best PHP api creation class? #api creation
Edit
by John Mtulya - 7 years ago (2015-10-16)
i need to create api to be executed in multiple devices
| I need to develop a Web service that will be accessed from different connected devices such as Android phones. |
Ask clarification
4 Recommendations
PHP CRUD REST API Server: REST API server with MySQLi based CRUD operations
| by Bharat Parmar package author 410 - 7 years ago (2016-04-16) Comment
This class will have the CRUD methods using php-MySQLi by REST API standard. |
PHP API Server Builder: Build a REST server API from custom classes
| by Haseeb Ahmad Basil 445 - 7 years ago (2016-03-30) Comment
Build a REST server API from custom classes |
PHP API Server: Route requests to API calls to handler classes
| by Ettore Moretti package author 55 - 7 years ago (2015-10-16) Comment
This package, could be for you. |
PHP REST Server Class: REST Web service server that maps URL to API calls
| by Dave Smith 6845 - 7 years ago (2015-10-16) Comment
I would take a look at this one, it is a fairly simple implementation of a rest server. |