2017 © Pedro Peláez
 

library cronmanager

Cron manager for PHP

image

alxmsl/cronmanager

Cron manager for PHP

  • Tuesday, August 12, 2014
  • by alxmsl
  • Repository
  • 2 Watchers
  • 3 Stars
  • 188 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Cron manager class for PHP

use alxmsl\CronManager\CrontabCommand;
use alxmsl\CronManager\CronManager;

$NewCommand = new CrontabCommand();
$NewCommand->unserialize('23 */2 * * * echo "Running at 0:23, 2:23, 4:23 etc."');
$NewCommand->setEnvironment('/usr/bin/env REVISION=4');

$Manager = CronManager::getInstance(`whoami`);
$Manager->addCommands([$NewCommand]);
$Manager->update();

License

Copyright © 2014 Alexey Maslov alexey.y.maslov@gmail.com This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details., (*1)

The Versions

12/08 2014

dev-master

9999999-dev

Cron manager for PHP

  Sources   Download

WTFPL

by Avatar alxmsl

cron crontab

12/08 2014

v1.0.2

1.0.2.0

Cron manager for PHP

  Sources   Download

WTFPL

by Avatar alxmsl

cron crontab

11/08 2014

v1.0.1

1.0.1.0

Cron manager for PHP

  Sources   Download

WTFPL

by Avatar alxmsl

cron crontab

27/07 2014

v1.0.0

1.0.0.0

Cron manager for PHP

  Sources   Download

WTFPL

by Avatar alxmsl

cron crontab