Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-09-18 (11 days ago) | | Not yet rated by the users | | Total: 76 This week: 23 | | All time: 9,787 This week: 5 |
|
Description | | Author |
This package can send HTTP requests to REST API Web servers.
It can connect to a given Web server using a data provider class and sends HTTP requests to that server.
The package provides class functions to send requests of GET, POST, HEAD, PUT and DELETE.
The package can return the responses of the Web servers to the applications. | |
|
|
Innovation award
Nominee: 6x |
|
Details
php-rest-api-client
Simple PHP Rest API Client
Install
composer require baba/rest-api-client
Example
use BABA\REST\API\Client\DataProvider\CURL;
use BABA\REST\API\Client\RESTRestApiClient;
$client = new RESTRestApiClient(new CURL());
var_dump($client->get('http://api.example.com/test.REST'));
Supports
License
GPL-2.0-only
Authors
Juraj Puchký - BABA Tumise s.r.o. <info@baba.bj>
https://www.seoihned.cz - SEO optilamizace
https://www.baba.bj - Tvorba webových stránek
https://www.webtrace.cz - Tvorba portál? a ecommerce b2b/b2c (eshop?) na zakázku
Log
1.0.0 - CURL Implemented
Copyright
© 2021 BABA Tumise s.r.o.
php-rest-api-client
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.