Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disjfa/enqueue-bundle
Message queue bundle interface
https://github.com/disjfa/enqueue-bundle
enqueue glynn-admin glynn-admin-bundle symfony symfony-bundle
Last synced: about 3 hours ago
JSON representation
Message queue bundle interface
- Host: GitHub
- URL: https://github.com/disjfa/enqueue-bundle
- Owner: disjfa
- Created: 2018-02-23T22:09:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T20:23:37.000Z (over 5 years ago)
- Last Synced: 2024-11-15T22:12:14.244Z (4 days ago)
- Topics: enqueue, glynn-admin, glynn-admin-bundle, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enqueue bundle
Enqueue bundle, add a message consumer in your bundle.
# Instalation
(optional) Install [glynn-admin-symfony4](https://github.com/disjfa/glynn-admin-symfony4)
## Add bundle
```
composer req disjfa/enqueue-bundle
```## Setup a enqueue dns in your .env
In your `.env` file a dns can be setup. A test setup can be used like your mysql database.
```
###> enqueue/enqueue-bundle ###
ENQUEUE_DSN=mysql://user:password@localhost:3306/database
###< enqueue/enqueue-bundle ###
```## Routes
Add a route file `config/routes/disjfa_enqueue.yaml`, of append your route file.
```yaml
disjfa_enqueue:
resource: '@DisjfaEnqueueBundle/Controller/'
type: annotation
```## Don't forget to have fun
Did i mention you are a lovely person, now enjoy! Have fun, play and finish a puzzle! Also, don't forget to tell me if you enjoy the puzzle.