Download the PHP package kirianmurgadella/restapimanager without Composer
On this page you can find all versions of the php package kirianmurgadella/restapimanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kirianmurgadella/restapimanager
More information about kirianmurgadella/restapimanager
Files in kirianmurgadella/restapimanager
Download kirianmurgadella/restapimanager
More information about kirianmurgadella/restapimanager
Files in kirianmurgadella/restapimanager
Vendor kirianmurgadella
Package restapimanager
Short Description Library to manage calls to a Rest API
License
Package restapimanager
Short Description Library to manage calls to a Rest API
License
Please rate this library. Is it a good library?
Informations about the package restapimanager
Rest API Manager
A little library to interact with any Rest API.
Installation
How to use it
Initialize ApiManager
API without authentication
Create a new instance of ApiManager using its factory.
API with authentication
This package works with: JSON Web Token and HTTP Basic Authentication
Create a new instance for your authentication using its factory
With JWT
With BA
Create a new instance of ApiManager using its factory
Use ApiManager
Response
Every response will have the same structure
- status: Contains success if everything goes well or error if something failed.
- statusCode: Will be the HTTP Status from the cURL request.
- data: It has the response of the request. Here is whatever you asked for.
- errors: You want it empty, but at least it will tell you what failed.
Changelog
1.3.0
- Added Http Basic Authentication
1.2.0
- Fixed ApiManagerFactory namespace.
- Fixed ApiManagerFactory uses.
1.1.0
- Added DELETE method.
1.0.0
- Basic API interaction (GET, POST, PUT).
- Implemented JSON Web Token authentication.
All versions of restapimanager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package kirianmurgadella/restapimanager contains the following files
Loading the files please wait ....