Download the PHP package collective-thinking/artisan-beans without Composer
On this page you can find all versions of the php package collective-thinking/artisan-beans. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download collective-thinking/artisan-beans
More information about collective-thinking/artisan-beans
Files in collective-thinking/artisan-beans
Package artisan-beans
Short Description Easily manage your Beanstalkd job queues right from the Laravel artisan command
License MIT
Informations about the package artisan-beans
artisan-beans
This package brings a set of artisan commands that allows you manage your Beanstalkd job queues.
If you find this package usefull, please consider bying me a coffee.
Contents
- Installation
- Usage
- Security
- Changelog
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Laravel 8,9,10 (PHP 8.1) (Pheanstalk 4)
Laravel 6,7,8 (Pheanstalk 4)
Laravel 5.6+, Laravel 6
Laravel <= 5.5
If you're using Laravel < 5.5 or if you have package auto-discovery turned off you have to manually register the service provider:
Usage
You're good to go. Run php artisan
and you'll see new commands under the beans
namespace.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Peter Matseykanets
- Collective Thinking
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of artisan-beans with dependencies
illuminate/console Version 8.x|9.x|10.x
illuminate/support Version 8.x|9.x|10.x
pda/pheanstalk Version ^4.0