Suitable out of the box REST API #rest
Edit
by Rupesh Bhurke - 8 years ago (2016-09-22)
REST API to replace service without a backend
| We have an Android App that currently uses a service without a backend to store data and upload or download files.
We want to get rid of this service as it keeps crashing many times. We would like to replace it with PHP REST implementation.
Thank you for your advice, suggestions and questions too in case out doubt. |
- 1 Clarification request
1.
by Itay Segal - 8 years ago (2016-10-02) Reply
You should take a look at slim - a php micro framework. it is really easy to use. if you have any question you can ask me at itays3@gmail.com
Ask clarification
3 Recommendations
PHPLicengine API: Send HTTP requests to call REST Web service APIs
This class can send HTTP requests to call REST Web service APIs.
It can send HTTP requests to a given Web service API and decodes the response that may be returned in XML or JSON format.
The class uses Curl to send requests but it can customize options of the request to be sent to the server using a custom request sender callback function.
| by PHPLicengine package author 90 - 7 years ago (2017-10-12) Comment
You can use this API library for any needs, not necessarily for PHPLicengine API. With PHPLicengine API library you can contact with any RESTApi server and receive response as json/xml and parse them. |
Very Simple API: Implement REST APIs using service classes
This package can implement APIs using service classes.
It can load service classes that can handle GET, POST, DELETE, PATCH requests if they implement the respective handler functions.
The classes are loaded from a previously configured services directory with the class script file path being determined from the API call version number and service name passed in the request URL.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-08-12) Comment
very simple to understand and improve... |
Lumen Starter Pack: Implement a OAuth 2 based REST API server
This package can implement a OAuth 2 based REST API server.
It implements a module on top of Lumen Laravel micro-framework to provide a REST API based on OAuth2 authorization.
The package also provides a users module with permission control that can create, update, delete and list users.
| by Eray Akartuna package author 35 - 8 years ago (2016-10-13) Comment
I wrote a lumen starter pack.You can use it with oauth2. |