PHPackages                             open-developer-ext/scheduling - 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. open-developer-ext/scheduling

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

open-developer-ext/scheduling
=============================

Task scheduling extension for open-developer

v1.0.0(2y ago)02.1k↓91.7%MITPHPPHP &gt;=7.0.0

Since Aug 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Vladwww2015/open-developer-scheduling)[ Packagist](https://packagist.org/packages/open-developer-ext/scheduling)[ RSS](/packages/open-developer-ext-scheduling/feed)WikiDiscussions main Synced yesterday

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

Scheduling task manager for open-developer

A web interface for manage task scheduling in laravel.

Screenshot
----------

[](#screenshot)

[![extention-schedualing](https://user-images.githubusercontent.com/86517067/153514589-e6204239-d227-483a-bf4d-c5da2720f038.png)](https://user-images.githubusercontent.com/86517067/153514589-e6204239-d227-483a-bf4d-c5da2720f038.png)

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

[](#installation)

```
composer require open-developer-ext/scheduling

```

```
php artisan developer:import scheduling

```

Open `http://your-host/developer/scheduling`.

Try to add a scheduling task in `app/Console/Kernel.php` like this:

```
class Kernel extends ConsoleKernel
{
    protected function schedule(Schedule $schedule)
    {
        $schedule->command('inspire')->everyTenMinutes();

        $schedule->command('route:list')->dailyAt('02:00');
    }
}
```

And you can find these tasks in scheduling panel.

Debugging
---------

[](#debugging)

If console shows errors like: `sh: : command not found`Try adding this your .env file: `PHP_BINARY=/path/to/your/php/binaray/`

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1054d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/827376d44a1aa3c92c966ae0907687568a3a67ac0511d6705b9f9cb27dba39dd?d=identicon)[spacecode](/maintainers/spacecode)

---

Top Contributors

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

---

Tags

taskschedulingopen-developer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/open-developer-ext-scheduling/health.svg)

```
[![Health](https://phpackages.com/badges/open-developer-ext-scheduling/health.svg)](https://phpackages.com/packages/open-developer-ext-scheduling)
```

###  Alternatives

[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k22.5M910](/packages/phing-phing)[laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

95254.5k6](/packages/laravel-admin-ext-scheduling)[tiben/crontab-manager

A library for managing linux cron jobs.

140159.6k17](/packages/tiben-crontab-manager)[rewieer/taskschedulerbundle

Task Scheduler with CRON for Symfony

63251.6k](/packages/rewieer-taskschedulerbundle)[xfra35/f3-cron

Job scheduling for the PHP Fat-Free Framework

73110.5k](/packages/xfra35-f3-cron)[trentrichardson/cakephp-scheduler

Makes scheduling tasks in CakePHP much simpler.

3241.7k](/packages/trentrichardson-cakephp-scheduler)

PHPackages © 2026

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