Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 125 | All time: 9,440 This week: 524 |
Version | License | PHP version | Categories | |||
php-json-api-client 1.0.0 | GNU General Publi... | 5 | HTTP, PHP 5, Web services |
Description | Author | |
This package can send requests to APIs that respond in JSON format. |
Simple PHP JSON Rest API Client
composer require baba/json-api-client
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'));
GPL-2.0-only
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
1.0.0 - CURL Implemented
© 2021 BABA Tumise s.r.o.
Files (7) |
File | Role | Description | ||
---|---|---|---|---|
src (3 files, 1 directory) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Files (7) | / | src |
File | Role | Description | ||
---|---|---|---|---|
DataProvider (1 file) | ||||
IApiClient.php | Class | Class source | ||
IDataProvider.php | Class | Class source | ||
JsonRestApiClient.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
php-json-api-client-2021-08-24.zip 3KB | |
php-json-api-client-2021-08-24.tar.gz 1KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.