dev-master
9999999-dev https://github.com/serbanghita/Generic-API-ClientA generic API client with basic HTTP support written in PHP.
MIT
The Requires
- php >=5.3.0
The Development Requires
by Serban Ghita
api json rest api client json rpc
Wallogit.com
2017 © Pedro Peláez
A generic API client with basic HTTP support written in PHP.
A generic API client with basic HTTP support written in PHP., (*1)
cURL or sockets
JSON-RPC or REST API endpoints$options = array(
'uri' => 'http://www.raboof.com/projects/jayrock/demo.ashx',
'jsonrpc' => '2.0'
);
$client = new \Client\JsonRPC($options);
$response = $client->call_add(1, 2);
var_dump($response);
1.0.0 - First beta version, supports JSON-RPC APIs and cURL transfer. A generic API client with basic HTTP support written in PHP.
MIT
api json rest api client json rpc