rest api class php 5.6 #rest api
 Edit
 by anish dennis - 7 years ago (2017-07-17)
 by anish dennis - 7 years ago (2017-07-17)
rest api php
Ask clarification
3 Recommendations
phpBuildTime: Time measurement of on the php side
Two times are taken, first at the beginning and the second time at the end of the script. Subsequently, the difference of the times is determined and returned.
|  |  by lichenxi  70 - 7 years ago (2017-12-01) Comment
 a rest api | 
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. 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
 just a rest api |