2017 © Pedro Peláez
 

symfony-bundle cron-bundle

A simple Symfony cron bundle to edit the system crontab.

image

babymarkt/cron-bundle

A simple Symfony cron bundle to edit the system crontab.

  • Wednesday, October 25, 2017
  • by u-nik
  • Repository
  • 2 Watchers
  • 2 Stars
  • 113 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 28 % Grown

The README.md

CronBundle Build Status

A small bundle to manage cron entries in system crontab., (*1)

Commands

Available commands are:, (*2)

  • babymarktext:cron:drop
  • babymarktext:cron:dump
  • babymarktext:cron:report
  • babymarktext:cron:sync

Drop

Drops all the whole crons block from crontab not considering the configured crons., (*3)

Dump

Generates the cron entries which may be installed to crontab and shows it on console., (*4)

Report

Show some reports about the execution of the configured crons. This features required the DoctrineBundle., (*5)

Sync

Syncs the configured crons with the crontab. Only the related cron block will be affected., (*6)

Configuration

defaults

Default configuration that affects the cron definitions., (*7)

output

crontab

Configurations related to the crontab command., (*8)

bin

The path to the crontab binary. Defaults to "crontab"., (*9)

tmpPath

The path for writing temporary files into. Defaults to system temp dir., (*10)

user

The user which will use to execute the command. Defaults to current user which executes the sync command., (*11)

sudo

If true, sudo will be used to execute the command. Defaults to "false"., (*12)

crons

The cron definitions., (*13)

minutes

Cron definition for minutes. Defaults to "*"., (*14)

hours

Cron definition for hours. Defaults to "*"., (*15)

days

Cron definition for days. Defaults to "*"., (*16)

months

Cron definition for months. Defaults to "*"., (*17)

weekdays

Cron definition for weekdays. Defaults to "*"., (*18)

command

The symfony command which will be executed., (*19)

disabled

If true, the cron will not be synced to crontab. Defaults to "false"., (*20)

arguments

A list of command arguments., (*21)

output

This configuration provides the same sub keys like defaults output. Here defined settings will overwrite the defaults., (*22)

The Versions

25/10 2017

dev-master

9999999-dev https://github.com/Baby-Markt/cron-bundle

A simple Symfony cron bundle to edit the system crontab.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Niklas Funke

symfony2 cron crontab

12/09 2017

1.1.1

1.1.1.0 https://github.com/Baby-Markt/CronBundle

A simple Symfony cron bundle to edit the system crontab.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Niklas Funke

symfony2 cron crontab

27/09 2016

1.1.0

1.1.0.0 https://github.com/Baby-Markt/CronBundle

A simple Symfony cron bundle to edit the system crontab.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Niklas Funke

symfony2 cron crontab

24/08 2015

1.0.0

1.0.0.0 https://github.com/Baby-Markt/CronBundle

Symfony CronBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Niklas Funke

symfony2 cron crontab