The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
Zend Framework JSON-RPC
This is a JSON-RPC client made to work with the Zend Framework JSON-RPC server. The zip file contains a sample Zend Framework server to use with the JSON-RPC client.
It works with Zend Framework's introspection, creating a Javascript object that has all the server methods ready to call. For example:
var client = jQuery.Zend.jsonrpc({url: 'rpc.php'});
alert(client.add(2,2));Note that this was made for a project that ended up not using it, and as such it hasn't been hugely tested. However, if there are any problems with it, let me know and I am happy to improve upon it!
