2017 © Pedro Peláez
 

library artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

image

pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  • Friday, February 9, 2018
  • by pmatseykanets
  • Repository
  • 2 Watchers
  • 39 Stars
  • 20,107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 8 Versions
  • 11 % Grown

The README.md

artisan-beans

StyleCI Latest Stable Version Total Downloads License, (*1)

This package brings a set of artisan commands that allows you manage your Beanstalkd job queues., (*2)

If you find this package usefull, please consider bying me a coffee., (*3)

Buy Me a Coffee at ko-fi.com, (*4)

Contents

Installation

You can install the package via composer:, (*5)

Laravel 6,7,8 (Pheanstalk 4)

composer require pmatseykanets/artisan-beans

Laravel 5.6+, Laravel 6

composer require pmatseykanets/artisan-beans:3.0.0

Laravel <= 5.5

composer require pmatseykanets/artisan-beans:1.0.0

If you're using Laravel < 5.5 or if you have package auto-discovery turned off you have to manually register the service provider:, (*6)

// config/app.php
'providers' => [
    ...
    Pvm\ArtisanBeans\ArtisanBeansServiceProvider::class,
],

Usage

You're good to go. Run php artisan and you'll see new commands under the beans namespace., (*7)

$ php artisan
 beans
  beans:bury          Bury a job
  beans:delete        Delete a job
  beans:export        Export jobs
  beans:import        Import jobs
  beans:kick          Kick a job
  beans:move          Move jobs between tubes
  beans:pause         Pause the tube
  beans:peek          Peek a job
  beans:purge         Purge jobs from the tube
  beans:put           Put a job into the tube
  beans:server        Show server statistics
  beans:tube          Show tube statistics
  beans:unpause       Unpause the tube

Security

If you discover any security related issues, please email pmatseykanets@gmail.com instead of using the issue tracker., (*8)

Changelog

Please see CHANGELOG for more information what has changed recently., (*9)

Contributing

Please see CONTRIBUTING for details., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

09/02 2018

dev-master

9999999-dev

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel queue artisan job beanstalkd

09/02 2018

v2.0.0

2.0.0.0

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

laravel queue artisan job beanstalkd

03/09 2017

v1.0.0

1.0.0.0

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel queue artisan job beanstalkd

30/01 2017

v0.2.0

0.2.0.0

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel queue artisan job beanstalkd

11/09 2015

v0.1.4

0.1.4.0

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel queue artisan job beanstalkd

05/09 2015

v0.1.3

0.1.3.0

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel queue artisan job beanstalkd

03/09 2015

v0.1.1

0.1.1.0

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel queue artisan job beanstalkd

02/09 2015

v0.1.0

0.1.0.0

Easily manage your Beanstalkd job queues right from the Laravel artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel queue artisan job beanstalkd