PHPackages                             fdevs/cron-bridge - 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. [CLI &amp; Console](/categories/cli)
4. /
5. fdevs/cron-bridge

ActiveLibrary[CLI &amp; Console](/categories/cli)

fdevs/cron-bridge
=================

Symfony 2 bridge which allows you to use config to configure cron to run your console commands.

0.1.1(10y ago)0217MITPHPPHP &gt;=5.4

Since May 14Pushed 10y ago3 watchersCompare

[ Source](https://github.com/4devs/cron-bridge)[ Packagist](https://packagist.org/packages/fdevs/cron-bridge)[ RSS](/packages/fdevs-cron-bridge/feed)WikiDiscussions master Synced 4w ago

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

Cron
====

[](#cron)

Easily configure cron through PHP.

Setup and Configuration
-----------------------

[](#setup-and-configuration)

FDevsCron uses Composer, please checkout the [composer website](http://getcomposer.org) for more information.

The simple following command will install `cron-bridge` into your project. It also add a new entry in your `composer.json` and update the `composer.lock` as well.

```
$ composer require fdevs/cron-bridge
```

> FDevsCron follows the PSR-4 convention names for its classes, which means you can easily integrate `cron` classes loading in your own autoloader.

Usage with [Symfony framework](http://symfony.com/)
---------------------------------------------------

[](#usage-with-symfony-framework)

\###Enable the bundle in the kernel

```
