Latest Posts

Zend Framework JSON-RPC Client Released

Posted in PHP, Zend Framework by Karl on

I recently wrote a JSON-RPC client for Zend Framework.

The code is designed to mirror the API for Zend’s own XML-RPC client as much as possible, so if you already know how to use that then this should be really simple to just plug in and start using.

Currently HTTP is supported, though I may also add support for TCP in a future version.

You can grab the code from my GitHub.