Skip to content

Example usage of eazy-jsonrpc with generated rpc client by rpcgen

License

Notifications You must be signed in to change notification settings

sas1024/php-rpc-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP JSON-RPC 2.0 Client example for zenrpc

PHP JSON-RPC 2.0 Client usage example for vmkteam/zenrpc.


RPC client:

  • generated by rpcgen using public MyShows API SMD scheme
  • included in composer autoloading with ClassMap loader:
{
  "classmap": [
    "src/MyShowsRpc/RpcClient.php"
  ]
}

Just check index.php for example.

About

Example usage of eazy-jsonrpc with generated rpc client by rpcgen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages