jsonize/jsonize-php-client

This is the Jsonize Php Client.

0.0.5 2017-10-25 19:52 UTC

This package is auto-updated.

Last update: 2024-04-29 03:04:54 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