PHPackages                             b3nnu3/spryker-scheduler - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. b3nnu3/spryker-scheduler

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

b3nnu3/spryker-scheduler
========================

Scheduler module

111PHP

Since Jan 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/B3NNU3/spryker-scheduler)[ Packagist](https://packagist.org/packages/b3nnu3/spryker-scheduler)[ RSS](/packages/b3nnu3-spryker-scheduler/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

spryker-scheduler
=================

[](#spryker-scheduler)

Replace Jenkins in your spryker setup

Use [peppeocchi/php-cron-scheduler](https://github.com/peppeocchi/php-cron-scheduler) instead of Jenkins to save resources.

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

[](#installation)

```
composer require B3NNU3/spryker-scheduler

```

Copy files from: config/Zed/cronjobs to YOUR\_PROJECT\_ROOT/config/Zed/cronjobs/
Add the following to src/Pyz/Zed/Console/ConsoleDependencyProvider.php

```
[...]
use B3NNU3\Zed\CronScheduler\Communication\Console\CronSchedulerCreate;
use B3NNU3\Zed\CronScheduler\Communication\Console\CronSchedulerExecute;
use B3NNU3\Zed\CronScheduler\Communication\Console\CronSchedulerRemove;
[...]

    /**
     * @param \Spryker\Zed\Kernel\Container $container
     *
     * @return \Symfony\Component\Console\Command\Command[]
     */
    protected function getConsoleCommands(Container $container): array
    {
        $commands = parent::getConsoleCommands($container);

        [...]
        $commands[] = new CronSchedulerExecute();
        $commands[] = new CronSchedulerCreate();
        $commands[] = new CronSchedulerRemove();
        [...]

        return $commands;
    }

```

run

```
vendor/bin/console transfer:generate

```

Run the following to set the scheduler script to your crontab

```
cron:scheduler:create

```

Usage
-----

[](#usage)

The cron will execute in every minute.
And will run every command from the scheduler.php
If a command starts the scheduler will create a .lock file for it in data/CLI/scheduler/COMMAND\_NAME.lock
For more information see [peppeocchi/php-cron-scheduler](https://github.com/peppeocchi/php-cron-scheduler)

Miscellaneous
-------------

[](#miscellaneous)

Please also take a look at you install-recipes at /config/install

You should replace the following
Instead of:

```
    jenkins-down:
        jenkins-stop:
            command: "vendor/bin/console scheduler:clean"
            stores: true

```

use:

```
    scheduler-down:
        remove-cron:
            command: "vendor/bin/console cron:scheduler:remove"

```

and instead of

```
    jenkins-up:
        jenkins-generate:
            command: "vendor/bin/console scheduler:setup"
            stores: true

        jenkins-enable:
            command: "vendor/bin/console scheduler:resume"
            stores: true

```

use:

```
    scheduler-up:
        crons-enable:
            command: "vendor/bin/console cron:scheduler:create"

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ffb0e5a64477b47c55426f3246d1fe39ebc741d4332e0a4bd012fe7c8ba81bc?d=identicon)[b3nnu3](/maintainers/b3nnu3)

---

Top Contributors

[![B3NNU3](https://avatars.githubusercontent.com/u/1264694?v=4)](https://github.com/B3NNU3 "B3NNU3 (1 commits)")

---

Tags

spryker

### Embed Badge

![Health badge](/badges/b3nnu3-spryker-scheduler/health.svg)

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

###  Alternatives

[openpsa/ranger

Formatter for date and time ranges with i18n support

76177.6k3](/packages/openpsa-ranger)[backpack/activity-log

Activity Log for Backpack

3487.5k1](/packages/backpack-activity-log)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21166.3k](/packages/techdivision-ckstyles)[laravie/geotools

Geo-related tools PHP 7+ library

19105.4k1](/packages/laravie-geotools)[denniseilander/pulse-about-application

A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.

15101.3k](/packages/denniseilander-pulse-about-application)[binary-cube/dot-array

PHP Dot-Array :: Sail through array using the dot notation

10107.7k1](/packages/binary-cube-dot-array)

PHPackages © 2026

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