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(11y ago)321BSD-3-ClausePHPPHP &gt;=5.3.3

Since May 29Pushed 11y 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 2w 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 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

4099d 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

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k199.6M3.4k](/packages/composer-composer)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

55344.7k5](/packages/jolicode-castor)[drupal/core

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

19467.3M1.9k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6943.5M449](/packages/drupal-core-recommended)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k17.0M1.1k](/packages/phpro-grumphp)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M674](/packages/shopware-core)

PHPackages © 2026

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