2017 © Pedro Peláez
 

yii2-extension yii2-cron

Auto block|unblock console command for the Yii2. One command without duplicate.

image

yiicod/yii2-cron

Auto block|unblock console command for the Yii2. One command without duplicate.

  • Sunday, February 18, 2018
  • by lexxorlov
  • Repository
  • 1 Watchers
  • 5 Stars
  • 961 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 27 % Grown

The README.md

Yii Cron extension

Latest Stable Version Total Downloads Scrutinizer Code QualityCode Climate, (*1)

Provide a logic and functionality to block console commands until they execute. Unlocks commands exhibited at the expiration of the block if the server is down., (*2)

Usage

public function behaviors()
{
    return array(
        'LockUnLockBehavior' => array(
            'class' => 'yiicod\cron\commands\behaviors\LockUnLockBehavior',
            'timeLock' => 0 //Set time lock duration for command in seconds
        )
    );
}

Any command can be converted to daemon, (*3)

class AwesomeCommand extends DaemonController
{
    /**
     * Daemon name
     *
     * @return string
     */
    protected function daemonName(): string
    {
        return 'mail-queue';
    }

    /**
     * Run send mail
     */
    public function worker()
    {
        // Some logic that will be repeateble 
    }
}

The Versions

18/02 2018

dev-master

9999999-dev

Auto block|unblock console command for the Yii2. One command without duplicate.

  Sources   Download

MIT New BSD License

The Requires

 

18/02 2018

1.1.2.1

1.1.2.1

Auto block|unblock console command for the Yii2. One command without duplicate.

  Sources   Download

MIT

The Requires

 

18/02 2018

1.1.2

1.1.2.0

Auto block|unblock console command for the Yii2. One command without duplicate.

  Sources   Download

MIT

The Requires

 

22/07 2017

1.1.1

1.1.1.0

Auto block|unblock console command for the Yii2 framework. One command without duplicate.

  Sources   Download

New BSD License

The Requires

 

25/05 2017

1.1

1.1.0.0

Auto block|unblock console command for the Yii2 framework. One command without duplicate.

  Sources   Download

New BSD License

The Requires

  • php >=5.4.0

 

01/11 2015

1.0.1

1.0.1.0

Auto block|unblock console command for the Yii2 framework. One command without duplicate.

  Sources   Download

New BSD License

The Requires

  • php >=5.4.0

 

26/07 2015

1.0.0

1.0.0.0

  Sources   Download

New BSD License

The Requires

  • php >=5.4.0