Download the PHP package webdollar/webdollar-client-php without Composer
On this page you can find all versions of the php package webdollar/webdollar-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package webdollar-client-php
WebDollar PHP client for JSON-RPC API
Installation
With Composer
Usage
<?php
require 'vendor/autoload.php';
use WebDollar\Client\WebDollarClient;
$oClient = WebDollarClient::factory([
'url' => 'http://localhost:3333',
'auth' => ['username', 'password'],
'debug' => FALSE,
]);
$oClient->clientVersion();
// or async version which will return a promise
$oClient->clientVersionAsync();
All versions of webdollar-client-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
graze/guzzle-jsonrpc Version ^3.2
nesbot/carbon Version ^2.10
doctrine/collections Version ^1.5
symfony/finder Version ^4.2
graze/guzzle-jsonrpc Version ^3.2
nesbot/carbon Version ^2.10
doctrine/collections Version ^1.5
symfony/finder Version ^4.2
The package webdollar/webdollar-client-php contains the following files
Loading the files please wait ....