PHPackages                             winks/m2php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. winks/m2php

ActiveLibrary

winks/m2php
===========

PHP bindings for mongrel2

804.5k14[3 issues](https://github.com/winks/m2php/issues)[1 PRs](https://github.com/winks/m2php/pulls)1PHP

Since Feb 6Pushed 11y ago8 watchersCompare

[ Source](https://github.com/winks/m2php)[ Packagist](https://packagist.org/packages/winks/m2php)[ RSS](/packages/winks-m2php/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (1)

m2php - a library to develop Mongrel2 handlers in PHP
=====================================================

[](#m2php---a-library-to-develop-mongrel2-handlers-in-php)

- Mongrel2:
- Mongrel2 Python Library:

Requirements
------------

[](#requirements)

- ZeroMQ 2.0.7 or later:
- PHP 5.3:
- ZeroMQ PHP bindings:

Fetch
-----

[](#fetch)

The recommended way to install m2php is [through composer](http://packagist.org).

Just create a composer.json file for your project:

```
{
    "require": {
        "winks/m2php": "dev-master"
    }
}

```

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

```

Now you can add the autoloader, and you will have access to the library:

```
