PHPackages                             ecentria/crontab-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. ecentria/crontab-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

ecentria/crontab-bundle
=======================

Provides a possibility to auto-setup crontabs required for project based on configuration file.

v1.0.1(5y ago)213.0k7[2 issues](https://github.com/ecentria/crontab-bundle/issues)MITPHPPHP &gt;=7.0.0CI failing

Since Jan 20Pushed 4y ago25 watchersCompare

[ Source](https://github.com/ecentria/crontab-bundle)[ Packagist](https://packagist.org/packages/ecentria/crontab-bundle)[ Docs](https://ecentria.com)[ RSS](/packages/ecentria-crontab-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (5)Versions (9)Used By (0)

Ecentria Crontab Bundle
=======================

[](#ecentria-crontab-bundle)

[Crontab](http://crontab.org/) Functionality of scheduling cron jobs.

The software utility cron is a time-based job scheduler in Unix-like computer operating systems.
People who set up and maintain software environments use cron to schedule jobs to run periodically
at fixed times, dates, or intervals.

This bundle provides a simple possibility to control crontab on application level. Provides a possibility to auto-setup cron jobs required for project based on configuration file.

Table of Contents
=================

[](#table-of-contents)

1. [Installation](#install)
2. [Configuration](#configuration)
3. [Usage](#usage)
4. [License](#license)
5. [Important Notice](#important-notice)

Installation
------------

[](#installation)

console

```
$ composer require ecentria/crontab-bundle
```

php

```
