Karl Rixon

Zend Framework JSON-RPC Client Released

without comments

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.

Written by Karl

July 23rd, 2011 at 12:03 pm

Posted in PHP,Zend Framework

Leave a Reply