PHPackages                             flexic/scheduler-bundle - 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. [Framework](/categories/framework)
4. /
5. flexic/scheduler-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

flexic/scheduler-bundle
=======================

Provides an scheduler bundle for symfony framework.

2.0.4(3y ago)3132GPL-3.0-or-laterPHPPHP ^8.1

Since Oct 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/flexicsystems/scheduler-bundle)[ Packagist](https://packagist.org/packages/flexic/scheduler-bundle)[ RSS](/packages/flexic-scheduler-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (7)Versions (8)Used By (0)

🕧 PHP Scheduler Bundle
----------------------

[](#-php-scheduler-bundle)

Provides the integration of the [PHP Scheduler](https://github.com/flexicsystems/scheduler) library into Symfony Framework.

---

### Installation

[](#installation)

Run

```
composer require flexic/scheduler-bundle
```

to install `flexic/scheduler-bundle`.

If you are using Symfony Flex, the bundle will be automatically enabled. To enable the bundle manually, add it to the list of registered bundles in the `config/bundles.php` file of your project:

```
return [
    // ...
    Flexic\SchedulerBundle\SchedulerBundle::class => ['all' => true],
    // ...
];
```

---

### Tag Schedule Events

[](#tag-schedule-events)

To make a schedule event available to the scheduler, you need to tag it with `scheduler.schedule_event`.

```
services:
  _instanceof:
    Flexic\Scheduler\Interfaces\ScheduleEventInterface:
      tags: [ 'scheduler.schedule_event' ]
```

or

```
services:
  Your\Schedule\Event\Class:
    tags: [ 'scheduler.schedule_event' ]
```

---

### License

[](#license)

This package is licensed using the GNU License.

Please have a look at [LICENSE.md](LICENSE.md).

---

[![Donate](https://camo.githubusercontent.com/b57c445af971e3e99c2d0ccdbf4fa7faa4358ba27fecc8f68459b30289f82eda/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d626c75652e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q98R2QXXMTUF6&source=url)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~26 days

Recently: every ~18 days

Total

7

Last Release

1201d ago

Major Versions

1.1.0 → 2.0.12023-01-28

### Community

Maintainers

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

---

Top Contributors

[![ThemePoint](https://avatars.githubusercontent.com/u/28843201?v=4)](https://github.com/ThemePoint "ThemePoint (27 commits)")

---

Tags

symfonysheduler

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/flexic-scheduler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/flexic-scheduler-bundle/health.svg)](https://phpackages.com/packages/flexic-scheduler-bundle)
```

PHPackages © 2026

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