Download the PHP package innmind/rest-client-bundle without Composer
On this page you can find all versions of the php package innmind/rest-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innmind/rest-client-bundle
More information about innmind/rest-client-bundle
Files in innmind/rest-client-bundle
Download innmind/rest-client-bundle
More information about innmind/rest-client-bundle
Files in innmind/rest-client-bundle
Vendor innmind
Package rest-client-bundle
Short Description Library to consume REST APIs
License MIT
Homepage http://github.com/Innmind/RestClientBundle
Package rest-client-bundle
Short Description Library to consume REST APIs
License MIT
Homepage http://github.com/Innmind/RestClientBundle
Please rate this library. Is it a good library?
Informations about the package rest-client-bundle
REST Client Bundle
master |
develop |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Installation
Enable the bundle by adding the following line in your app/AppKernel.php of your project:
Then you need to specify the types you allow in the app, here's an example:
Usage
This example would return all the resource available through the api of http://example.com/
.
Then you can access the following method on any server: all
, read
, create
, update
and remove
. Check the interface to understand how to use these methods.
All versions of rest-client-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.1
innmind/rest-client Version ~6.0
innmind/filesystem Version ~3.0
symfony/http-kernel Version ~3.0
symfony/dependency-injection Version ~3.0
symfony/config Version ~3.0
symfony/yaml Version ~3.0
innmind/rest-client Version ~6.0
innmind/filesystem Version ~3.0
symfony/http-kernel Version ~3.0
symfony/dependency-injection Version ~3.0
symfony/config Version ~3.0
symfony/yaml Version ~3.0
The package innmind/rest-client-bundle contains the following files
Loading the files please wait ....