https://github.com/devjack/psr-queue
https://github.com/devjack/psr-queue
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjack/psr-queue
- Owner: devjack
- License: other
- Created: 2015-04-08T01:01:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T01:23:21.000Z (over 10 years ago)
- Last Synced: 2025-01-30T15:49:31.080Z (11 months ago)
- Language: PHP
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.md
- Code of conduct: code-of-conduct.md
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"
}
]
```