This repository holds all base interfaces/classes/traits related to proposed PSR for queueing
Note that this is not an implementation of its own. See the specification for full details.
To be updated and versioned if/once accepted
composer.phar require devjack/psr-queue:dev-masterFor the time being use this repository as a reference for the package
"repositories": [
{
"url": "https://github.com/devjack/psr-queue.git",
"type": "git"
}
]