2017 © Pedro Peláez
 

project symfony-phpcron

Daemon to run tasks scheduled cron written in php, works similar to crontab.

image

dmamontov/symfony-phpcron

Daemon to run tasks scheduled cron written in php, works similar to crontab.

  • Friday, May 29, 2015
  • by dmamontov
  • Repository
  • 1 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Latest Stable Version License, (*1)

Symfony PHPCron

This package can run scheduled tasks defined in a crontab file., (*2)

It can parse a file in the crontab format that defines the times and the command lines strings of programs that are scheduled to run regularly., (*3)

The package can start parallel processes to run the scheduled tasks when time comes., (*4)

Requirements

  • PHP version ~5.3.3.
  • Module installed "pcntl" and "posix".
  • All functions "pcntl" and "posix" removed from the directive "disable_functions".
  • Symfony Console ~2.6
  • Symfony Process ~2.6
  • Symfony FileSystem ~2.6
  • Symfony Finder ~2.6

Installation

1) Install composer, (*5)

2) Follow in the project folder:, (*6)

composer require dmamontov/symfony-phpcron ~2.0.0

In config composer.json your project will be added to the library dmamontov/symfony-phpcron, who settled in the folder vendor/. In the absence of a config file or folder with vendors they will be created., (*7)

If before your project is not used composer, connect the startup file vendors. To do this, enter the code in the project:, (*8)

require 'path/to/vendor/autoload.php';

Valid parameters

  • execute [-f] [-d]
  • cancel [-f]
  • import
  • status
  • help

Example of work

require_once 'vendor/autoload.php';
use Slobel\PHPCron\Command\Application;

$cron = new Application();
$cron->run();
?>

The Versions

29/05 2015

dev-master

9999999-dev http://www.slobel.ru/

Daemon to run tasks scheduled cron written in php, works similar to crontab.

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Mamontov

cron daemon crontab

29/05 2015

2.0.0

2.0.0.0 http://www.slobel.ru/

Daemon to run tasks scheduled cron written in php, works similar to crontab.

  Sources   Download

BSD-3-Clause

The Requires

 

by Dmitry Mamontov

cron daemon crontab