2017 © Pedro Peláez
 

library jsonize-php-client

This is the Jsonize Php Client.

image

jsonize/jsonize-php-client

This is the Jsonize Php Client.

  • Wednesday, October 25, 2017
  • by oliverfriedmann
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,795 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 57 % Grown

The README.md

jsonize-php-client

This is the Jsonize Php Client., (*1)

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, (*2)

The Versions

25/10 2017

dev-master

9999999-dev

This is the Jsonize Php Client.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

25/10 2017

0.0.5

0.0.5.0

This is the Jsonize Php Client.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0