hexmedia/crontab

Managing crontab

dev-master / 1.0.x-dev 2016-03-18 21:44 UTC

This package is not auto-updated.

Last update: 2024-04-24 22:18:12 UTC


README

Build Status Build Status SensioLabsInsight Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License

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

Installation

Phar file

add instruction

Global composer

composer.phar global require hexmedia/crontab

For project

composer.phar require hexmedia/crontab

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:

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

Known problems

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