PHPackages                             dmamontov/symfony-phpcron - 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. dmamontov/symfony-phpcron

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

dmamontov/symfony-phpcron
=========================

Daemon to run tasks scheduled cron written in php, works similar to crontab.

2.0.0(10y ago)221BSD-3-ClausePHPPHP &gt;=5.3.3

Since May 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dmamontov/symfony-phpcron)[ Packagist](https://packagist.org/packages/dmamontov/symfony-phpcron)[ Docs](http://www.slobel.ru/)[ RSS](/packages/dmamontov-symfony-phpcron/feed)WikiDiscussions master Synced 1mo ago

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

[![Latest Stable Version](https://camo.githubusercontent.com/c5e2d93de0b287cb02a3be54c6e8bd40a33a6bc5e358a7f5d3fb361d78de24e0/68747470733a2f2f706f7365722e707567782e6f72672f646d616d6f6e746f762f73796d666f6e792d70687063726f6e2f762f737461626c652e737667)](https://packagist.org/packages/dmamontov/symfony-phpcron)[![License](https://camo.githubusercontent.com/d36fb9a98d2d230a2e29ba17a795550afc1747cf6b1a205584fb162d75f6e522/68747470733a2f2f706f7365722e707567782e6f72672f646d616d6f6e746f762f73796d666f6e792d70687063726f6e2f6c6963656e73652e737667)](https://packagist.org/packages/dmamontov/symfony-phpcron)

Symfony PHPCron
===============

[](#symfony-phpcron)

This package can run scheduled tasks defined in a crontab file.

It can parse a file in the crontab format that defines the times and the command lines strings of programs that are scheduled to run regularly.

The package can start parallel processes to run the scheduled tasks when time comes.

Requirements
------------

[](#requirements)

- PHP version ~5.3.3.
- Module installed "pcntl" and "posix".
- All functions "pcntl" and "posix" removed from the directive "disable\_functions".
- Symfony Console ~2.6
- Symfony Process ~2.6
- Symfony FileSystem ~2.6
- Symfony Finder ~2.6

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

[](#installation)

1. Install [composer](https://getcomposer.org/download/)
2. Follow in the project folder:

```
composer require dmamontov/symfony-phpcron ~2.0.0
```

In config `composer.json` your project will be added to the library `dmamontov/symfony-phpcron`, who settled in the folder `vendor/`. In the absence of a config file or folder with vendors they will be created.

If before your project is not used `composer`, connect the startup file vendors. To do this, enter the code in the project:

```
require 'path/to/vendor/autoload.php';
```

### Valid parameters

[](#valid-parameters)

- `execute` `[-f]` `[-d]`
- `cancel` `[-f]`
- `import`
- `status`
- `help`

Example of work
---------------

[](#example-of-work)

```

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4007d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5955726?v=4)[Dmitry Mamontov](/maintainers/dmamontov)[@dmamontov](https://github.com/dmamontov)

---

Top Contributors

[![dmamontov](https://avatars.githubusercontent.com/u/5955726?v=4)](https://github.com/dmamontov "dmamontov (5 commits)")

---

Tags

croncrontabdaemon

### Embed Badge

![Health badge](/badges/dmamontov-symfony-phpcron/health.svg)

```
[![Health](https://phpackages.com/badges/dmamontov-symfony-phpcron/health.svg)](https://phpackages.com/packages/dmamontov-symfony-phpcron)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[humbug/php-scoper

Prefixes all PHP namespaces in a file or directory.

7963.0M35](/packages/humbug-php-scoper)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

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

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

PHPackages © 2026

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