baba / rest-api-client
dev-main
2022-01-19 03:38 UTC
Requires
- php: >=7.3
- ext-curl: *
Provides
- baba/rest-api-client: 1.0.0
This package is auto-updated.
Last update: 2025-02-19 10:15:48 UTC
README
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
- CURL as Data provider
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.