2017 © Pedro Peláez
 

library crontab

Managing crontab

image

hexmedia/crontab

Managing crontab

  • Friday, March 18, 2016
  • by kuczek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Crontab

Build Status Build Status SensioLabsInsight Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Library for managing crontab on your system. Currently supports only FreeBSD and Linux devices, for other devices see section: Other Unix Like crontab systems, (*2)

Installation

Phar file

add instruction, (*3)

Global composer

composer.phar global require hexmedia/crontab, (*4)

For project

composer.phar require hexmedia/crontab, (*5)

Usage

Other Unix Like crontab systems

If your system is not identified as Linux or FreeBSD, you can easily add support for them by adding this code to your application:, (*6)

Hexmedia\Crontab\Reader\SystemUnixReader::addSupportedOs("FreeBSD");

Known problems

  • Does not support special crontab values like @daily, @yearly
  • Does not support correctly comments between variables

The Versions