PHPackages                             aeolun/symfony-command-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. aeolun/symfony-command-cron

ActiveLibrary

aeolun/symfony-command-cron
===========================

Runs Symfony Commands based on cron expressions

0.1.1(8y ago)0161bsdPHP

Since Jul 29Pushed 8y agoCompare

[ Source](https://github.com/Aeolun/symfony-command-cron)[ Packagist](https://packagist.org/packages/aeolun/symfony-command-cron)[ RSS](/packages/aeolun-symfony-command-cron/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Symfony Command Cron ==================== !\[build success\]() !\[code quality\]() \[!\[Latest Stable Version\]([https://poser.pugx.org/aeolun/symfony-command-cron/v/stable.svg)\](https://packagist.org/packages/aeolun/symfony-command-cron](https://poser.pugx.org/aeolun/symfony-command-cron/v/stable.svg)](https://packagist.org/packages/aeolun/symfony-command-cron)) \[!\[Total Downloads\]([https://poser.pugx.org/aeolun/symfony-command-cron/downloads.svg)\](https://packagist.org/packages/aeolun/symfony-command-cron](https://poser.pugx.org/aeolun/symfony-command-cron/downloads.svg)](https://packagist.org/packages/aeolun/symfony-command-cron)) \[!\[Latest Unstable Version\]([https://poser.pugx.org/aeolun/symfony-command-cron/v/unstable.svg)\](https://packagist.org/packages/aeolun/symfony-command-cron](https://poser.pugx.org/aeolun/symfony-command-cron/v/unstable.svg)](https://packagist.org/packages/aeolun/symfony-command-cron)) \[!\[License\]([https://poser.pugx.org/aeolun/symfony-command-cron/license.svg)\](https://packagist.org/packages/aeolun/symfony-command-cron](https://poser.pugx.org/aeolun/symfony-command-cron/license.svg)](https://packagist.org/packages/aeolun/symfony-command-cron)) This package functions almost the same as a normal Symfony console application, except that the commands to run are not determined manually (e.g. command line parameter), but by a file with a cron syntax that can be saved with your application in the repository. The main reason for creating it is the need for some mechanism to easily update and track changes to cron scripts over multiple servers. Requirements ------------ - PHP &gt;=5.4 Usage ----- Your code would look something like this (not much different from a normaly Symfony Console application, except the constructor takes a cron file to work with. $application = new CronApplication(APPPATH.'config/background.cron'); $application-&gt;add(new \\Vendor\\Command\\DoStuff()); $application-&gt;add(new \\Vendor\\Command\\DoImportantStuff()); $application-&gt;runDueCommands(); The cron file syntax is simple, and follows the accepted pattern. Complete description of the patterns available can be found here:  \* \* \* 4 \* stuff:do \*/3 \* \* \* \* stuff:important:do Install ------- Symfony Command Cron can be installed through composer: composer require aeolun/symfony-command-cron:dev-master

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1069 days

Total

2

Last Release

3233d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ced072558ede2946ef030c32bf3355abd41b15030f9115b79f21c94dbd87c370?d=identicon)[Aeolun](/maintainers/Aeolun)

---

Top Contributors

[![Aeolun](https://avatars.githubusercontent.com/u/1116482?v=4)](https://github.com/Aeolun "Aeolun (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aeolun-symfony-command-cron/health.svg)

```
[![Health](https://phpackages.com/badges/aeolun-symfony-command-cron/health.svg)](https://phpackages.com/packages/aeolun-symfony-command-cron)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M648](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
