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

https://github.com/sagikazarmark/bgphp-background-processing-examples


https://github.com/sagikazarmark/bgphp-background-processing-examples

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# BGPHP Background Processing examples

## Installation

``` bash
$ composer update
$ docker-compose up -d
$ docker-compose run php php bin/producer
$ docker-compose run php php bin/consumer
```

Enjoy!