PHPackages                             fdevs/cron - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fdevs/cron

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

fdevs/cron
==========

Configure Cron task through PHP

0.1.2(10y ago)02281MITPHPPHP &gt;=5.4

Since May 14Pushed 9y ago4 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (1)

Cron
====

[](#cron)

Easily configure cron through PHP.

If you use Symfony 2, you could use our [cool bridge](https://github.com/4devs/cron-bidge) in order to configure your app jobs in config!

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` into your project. It also add a new entry in your `composer.json` and update the `composer.lock` as well.

```
$ composer require fdevs/cron
```

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

Usage
-----

[](#usage)

### Build Cron

[](#build-cron)

```
