PHPackages                             acrnogor/crontab-manager-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. acrnogor/crontab-manager-bundle

ActiveLibrary

acrnogor/crontab-manager-bundle
===============================

Crontab Manager bundle for SF 3.4.x and 4.x projects

v0.9.0(5y ago)0632MITPHPPHP ^7.2

Since Apr 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/acrnogor/crontab-manager-bundle)[ Packagist](https://packagist.org/packages/acrnogor/crontab-manager-bundle)[ RSS](/packages/acrnogor-crontab-manager-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (12)Used By (0)

Crontab Manager Bundle
======================

[](#crontab-manager-bundle)

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

[](#installation)

Composer install the package:

```
composer require acrnogor/crontab-manager-bundle

```

### Symfony 3.4.\*

[](#symfony-34)

Add configuration:

- `%PROJECT_DIR%/app/config/config.yml`, i.e.

```
acrnogor_crontab_manager:
    cron_jobs:
        - '*/8 * * * * /usr/bin/php /var/www/test/test.php > /dev/null 2>&1'
```

Include the bundle in your Kernel ` %PROJECT_DIR%/app/Kernel.php`:

```
