jsonize / jsonize-php-client
This is the Jsonize Php Client.
Installs: 52 348
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-03-29 00:35:50 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