An open API service indexing awesome lists of open source software.

https://github.com/devjack/psr-queue


https://github.com/devjack/psr-queue

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

PSR Queue (Proposed)
================

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.

Usage
-----
_To be updated and versioned if/once accepted_
```sh
composer.phar require devjack/psr-queue:dev-master
```

_For the time being use this repository as a reference for the package_
```json
"repositories": [
{
"url": "https://github.com/devjack/psr-queue.git",
"type": "git"
}
]
```