moriony/php-zmq-stubs

ZeroMQ stubs for IDE.

dev-master 2013-08-17 08:42 UTC

This package is auto-updated.

Last update: 2024-08-25 20:01:38 UTC


README

ZeroMQ classes stubs for IDE autocomplete

Add in your composer.json the require entry for this library.

{
    "require-dev": {
        "moriony/php-zmq-stubs": "dev-master"
    }
}

and run composer install --dev (or update --dev) to download all files.