baba / json-api-client
Installs: 2 001
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: >=7.3
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-02-27 01:35:18 UTC
README
Simple PHP JSON Rest API Client
Install
composer require baba/json-api-client
Example
use BABA\JSON\API\Client\DataProvider\CURL; use BABA\JSON\API\Client\JsonRestApiClient; $client = new JsonRestApiClient(new CURL()); var_dump($client->get('http://api.example.com/test.json'));
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
1.0.1 - PATCH Implemented
1.0.2 - HEADER GET (HEAD) Implemented
1.0.3 - RETURN HEADERS on GET Optionally
1.0.4 - MINOR FIXES, ADDED VERBOSE SUPPORT
Copyright
© 2021 BABA Tumise s.r.o.