Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nokitakaze/php-queue
Message Queue with local files
https://github.com/nokitakaze/php-queue
Last synced: about 1 month ago
JSON representation
Message Queue with local files
- Host: GitHub
- URL: https://github.com/nokitakaze/php-queue
- Owner: nokitakaze
- License: apache-2.0
- Created: 2017-10-05T11:09:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T07:06:40.000Z (almost 7 years ago)
- Last Synced: 2024-11-24T09:12:51.130Z (about 1 month ago)
- Language: PHP
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Message Queue implementation
## Current status
### General
[![Build Status](https://secure.travis-ci.org/nokitakaze/php-queue.png?branch=master)](http://travis-ci.org/nokitakaze/php-queue)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nokitakaze/php-queue/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nokitakaze/php-queue/)
![Code Coverage](https://scrutinizer-ci.com/g/nokitakaze/php-queue/badges/coverage.png?b=master)## Usage
At first
```bash
composer require nokitakaze/queue
```