Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```