PHP Client for JSON-WSP

Asked by Naseem

How can I create a JSON-WSP client with PHP ?

Question information

Language:
English Edit question
Status:
Answered
For:
ladon Edit question
Assignee:
jsgaarde Edit question
Last query:
Last reply:
Revision history for this message
jsgaarde (jakob-simon-gaarde) said :
#1

Hi Naseem.

You actually have 2 options as I see it:
1. You can contribute to the project by writing a native PHP json-wsp client. The protocol is specified here: http://en.wikipedia.org/wiki/JSON-WSP some of the work is already done here:
http://bazaar.launchpad.net/~ladon-dev-team/ladon/ladon/view/head:/frameworks/php/src/interfaces/jsonwspLadonInterface.php so maybe you can use that to get started.

2. Complete my work with SWIG wrappers for jsonwsp-cpp. jsonwsp-cpp is a C++ library for JSON-WSP and the plan is to wrap it with SWIG descriptions so there can be created bindings for PHP, Perl, ruby, lisp, lua etc.

Either way, please contribute your code by sending it to me, and I will add it to Ladon's source tree.

Best Regards
Jakob Simon-Gaarde

Can you help with this problem?

Provide an answer of your own, or ask Naseem for more information if necessary.

To post a message you must log in.