2017 © Pedro Peláez
 

library mongrel2

A library for handling Mongrel2 messages via ZeroMQ.

image

h4cc/mongrel2

A library for handling Mongrel2 messages via ZeroMQ.

  • Sunday, September 7, 2014
  • by h4cc
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

h4cc/mongrel2

A Handler library for Mongrel2 and the according ZeroMQ message protocol., (*1)

This library is capable of reading requests and writing responses in mongrel2 message format over zeromq. The resulting data objects are Request and Response, which are modelled after the PHP SAPI with its $_GET, $_POST, $_SERVER, ... arrays., (*2)

Usage

Have a look at example/handler.php., (*3)

Current State

The mapping of requests is quite complete, except the handling of file uploads and populating the $_FILES array due to a missing multipart/* parser., (*4)

Also more complex scenarios like async-file-uploads or websockets are not yet handled., (*5)

Any help in improving this library is appreciated :), (*6)

The Versions

07/09 2014

dev-master

9999999-dev

A library for handling Mongrel2 messages via ZeroMQ.

  Sources   Download

MIT

The Requires

 

library http request response message zeromq mongrel2