Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.2stable
|
MIT license |
1.0.0stable
|
26/05/2009 |
|
1.0.1stable
|
MIT license |
1.0.0stable
|
24/05/2009 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
24/05/2009 |
|
0.9.1stable
|
MIT license |
0.9.0stable
|
12/05/2009 |
|
0.0.2alpha
|
MIT license |
0.0.2alpha
|
16/01/2009 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
1.0.2stable
|
MIT license |
1.0.0stable
|
26/05/2009 |
|
1.0.1stable
|
MIT license |
1.0.0stable
|
24/05/2009 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
24/05/2009 |
|
0.9.1stable
|
MIT license |
0.9.0stable
|
12/05/2009 |
Changelog for release 1.0.2 - 26/05/2009
- bug fix: json. removed a trailing ';'
Other releases
Release 1.0.2 - 26/05/2009
- bug fix: json. removed a trailing ';'
Release 1.0.1 - 24/05/2009
- bug fix: xdomrpc double json encode (do not use xdomrpc, use json/jsonp)
- paramater in json/jsonp/xdomrpc are jsonencoded in the url (if json_decode fails, treat it as string)
- added a 'must_post' option in generator.yml to force call to be a post (usefull when call is modifying)
Release 1.0.0 - 24/05/2009
Release 0.9.1 - 12/05/2009
- added json and jsonp support (got xmlrpc, json and jsonp now)
Release 0.0.2 - 16/01/2009
- handle xmlrpc (jsonp soon)
- initial release
sfWebRPC Plugin
Overview
sfWebRPCPlugin make it ultra easy to make it ultra easy to write rpc
server with symfony. Currently it support xmlrpc, json and jsonp call.
see test/functional/frontend/sfWebRPCPluginTest.php in the plugin for example of how to call it.
see modules/sfWebRPCPluginDemo for example on how to serve calls.
Tips
To test my rpc servers, i use python. here is how:
import xmlrpclib
proxy = xmlrpclib.ServerProxy("http://example.com/sfWebRPCDemo/RPC2")
proxy.add(2,3)
TODO
- to complete the documentation
- to complete the module example. all is good up to the routing...
License
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.