digitonic / queues
A small utility package for managing Queues across environments
1.4.0
2022-11-02 15:34 UTC
Requires
- php: ^8.0|^8.1
- illuminate/support: 5.8.*|6.*|7.*|8.*|9.*|10.*
- symfony/yaml: ^5.2
Requires (Dev)
- orchestra/testbench: 4.0.0
- phpunit/phpunit: ^8.0
README
This package will add a centralized queue class which can be altered via environment variables.
Installation
You can install the package via composer:
composer require digitonic/queues
Usage
Install Queue command
$ php artisan digitonic:queues:install
Publish Queues to Docker Compose (Optional)
$ php artisan digitonic:queues:publish
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email steven@digitonic.co.uk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.