Hi Ravir, You shouldn't need a PHP version of Zurl. Just run the daemon and then speak with it via ZeroMQ from any language. For reference, you can see tools/get.py which performs a GET request from Python.
Fanout.io uses Zurl on its servers for various tasks, and we decided to open source the code in case others might find it useful. On 01/07/2014 11:33 PM, Ravir Pandey wrote: > and one thing i want to know is what's the role of Fanout.io service in > this? > > > On Wed, Jan 8, 2014 at 12:45 PM, Ravir Pandey > <[email protected] <mailto:[email protected]>> wrote: > > Hi Justin, > > I have gone through https://github.com/fanout/zurl. Sounds interesting. > > Is there any PHP version available? > > > On Mon, Jan 6, 2014 at 11:33 PM, Justin Karneges <[email protected] > <mailto:[email protected]>> wrote: > > On 01/05/2014 10:12 PM, Ravir Pandey wrote: > > Is there any way to send http request and get response from > server. > > > > For Ex. - i want to send request to my http server > http://341.23.43.21, > > after processing request i need a reply from same server. > > > > How can i achieve this? > > You can try using Zurl. It gateways REQ/REP to HTTP, using libcurl. > > Justin > > _______________________________________________ > zeromq-dev mailing list > [email protected] <mailto:[email protected]> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
