PHPackages                             ezsystems/ezstudio-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. ezsystems/ezstudio-cron

ActiveEzstudio-bundle

ezsystems/ezstudio-cron
=======================

Cron bundle

v1.0.1(8y ago)023[1 issues](https://github.com/ezsystems/ezstudio-cron/issues)TTL-2.0PHP

Since Nov 28Pushed 7y ago13 watchersCompare

[ Source](https://github.com/ezsystems/ezstudio-cron)[ Packagist](https://packagist.org/packages/ezsystems/ezstudio-cron)[ RSS](/packages/ezsystems-ezstudio-cron/feed)WikiDiscussions master Synced today

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

ezstudio-cron
=============

[](#ezstudio-cron)

This package exposes [cron/cron](https://github.com/Cron/Cron) package for use in eZ Platform (or just plain Symfony) via a simle command `ezpublish:cron:run`.

This is *not* a replacement for [cron/cron-bundle](https://github.com/Cron/Symfony-Bundle) but rather a simpler alternative to it which can more esaily grow into focusing more on eZ Platform needs in the future including e.g. support for handling cron jobs across a cluster install \_(separating jobs that should run on all nodes vs jobs that should only be run on one at a time and a lock system to go with it for instance).

Setup system cron
-----------------

[](#setup-system-cron)

Pick your systems cron / scheduling and setup `ezpublish:cron:run` command to run every minute and optionally specifying category *(default: `default`)*:

Example for Linux crontab (`crontab -e`):

```
* * * * * /path/to/php app/console ezpublish:cron:run [ --category=default] >/dev/null 2>&1
```

Setting up own cron commands
----------------------------

[](#setting-up-own-cron-commands)

Setting up own cron jobs is as simple as tagging services for your existing Symfony Commands.

The tag takes the following arguments:

- `name`: `ezpublish.cron.job`
- `schedule`: *Takes any kind of [format supported by cron/cron](https://github.com/Cron/Cron#crontab-syntax), which mimics linux crontab format. E.g. `* * * * *`*
- `category`: *(Optional, by default: `default`) Lets you separate cronjobs that should be run under different logic then default, e.g. infrequent jobs (NOTE: Means end user will need to setup several entries in his crontab to run all categories!)*

### Example

[](#example)

```
    date_based_published.cron.publish_scheduled:
        class: EzSystems\DateBasedPublisherBundle\Command\PublishScheduledCommand
        tags:
            - { name: console.command }
            - { name: ezpublish.cron.job, schedule: '* * * * *' }
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~89 days

Total

5

Last Release

3093d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/681611?v=4)[Ibexa Bot](/maintainers/ezrobot)[@ezrobot](https://github.com/ezrobot)

![](https://avatars.githubusercontent.com/u/130489?v=4)[Łukasz Serwatka](/maintainers/lserwatka)[@lserwatka](https://github.com/lserwatka)

---

Top Contributors

[![andrerom](https://avatars.githubusercontent.com/u/289757?v=4)](https://github.com/andrerom "andrerom (2 commits)")[![Nattfarinn](https://avatars.githubusercontent.com/u/5822569?v=4)](https://github.com/Nattfarinn "Nattfarinn (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/ezsystems-ezstudio-cron/health.svg)

```
[![Health](https://phpackages.com/badges/ezsystems-ezstudio-cron/health.svg)](https://phpackages.com/packages/ezsystems-ezstudio-cron)
```

###  Alternatives

[cron/cron-bundle

Symfony cron

1901.5M2](/packages/cron-cron-bundle)[ezsystems/ezplatform-cron

Simple cron bundle for eZ Platform

35711.2k9](/packages/ezsystems-ezplatform-cron)[bitweb/zf2-cron-module

BitWeb ZF2 module for cron.

1341.6k](/packages/bitweb-zf2-cron-module)

PHPackages © 2026

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