jsonize / jsonize-php-client
This is the Jsonize Php Client.
Installs: 52 348
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-10-29 04:04:04 UTC
README
This is the Jsonize Php Client.
Getting Started
composer install jsonize/jsonize-php-client
Basic Usage
$jsonize = new Jsonize\InstanceJsonize("jsonize"); // $jsonize = new Jsonize\SocketJsonize("localhost", 1234); $result = $jsonize->invokeSync(array( "task" => "echo", "payload" => array( "foobar" => 1234 ) )); var_dump($result[0]["result"]);
Contributors
- Ziggeo
- Oliver Friedmann
License
Apache-2.0