https://github.com/sagikazarmark/bgphp-background-processing-examples
https://github.com/sagikazarmark/bgphp-background-processing-examples
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagikazarmark/bgphp-background-processing-examples
- Owner: sagikazarmark
- Created: 2016-10-09T00:19:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T17:20:33.000Z (over 7 years ago)
- Last Synced: 2025-03-06T18:52:44.741Z (7 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!