moriony/php-zmq-stubs

ZeroMQ stubs for IDE.

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

This package is auto-updated.

Last update: 2024-03-25 18:55:29 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.