Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwebo/queue-command
Recursive symfony queue command
https://github.com/inwebo/queue-command
Last synced: about 2 months ago
JSON representation
Recursive symfony queue command
- Host: GitHub
- URL: https://github.com/inwebo/queue-command
- Owner: inwebo
- Created: 2022-01-22T17:04:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T19:33:49.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T03:55:22.752Z (9 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QueueCommand
https://img.shields.io/badge/PHP%20VERSION-%3E%3D8.1.*-succes
https://img.shields.io/badge/Symfony-%3E%3D6.1-succesEst une Symfony\Component\Console\Command\Command enrichie d'une file d'attente de commande.
Les arguments InputInterface de la file d'attente sont transmis à la commande suivante par défaut.## Installation
### Dev
```php
composer require inwebo/queue-command
```### Prod
```php
composer require inwebo/queue-command --no-dev
```## Tests
```php
./vendor/bin/phpunit --testdox tests
```