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

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

daimakuai-ext/scheduling
========================

Task scheduling extension for daimakuai-ext

v1.0.0(7y ago)0341MITPHPPHP &gt;=7.0.0

Since Aug 26Pushed 7y agoCompare

[ Source](https://github.com/daimakuai-ext/scheduling)[ Packagist](https://packagist.org/packages/daimakuai-ext/scheduling)[ Docs](https://github.com/daimakuai-ext/scheduling)[ RSS](/packages/daimakuai-ext-scheduling/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (1)

daimakuai-ext/scheduling
========================

[](#daimakuai-extscheduling)

A web interface for manage task scheduling in laravel.

Screenshot
----------

[](#screenshot)

[![wx20170810-101048](https://user-images.githubusercontent.com/14793100/29151552-8affc0b2-7db4-11e7-932a-a10d8a42ec50.png)](https://user-images.githubusercontent.com/14793100/29151552-8affc0b2-7db4-11e7-932a-a10d8a42ec50.png)

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

[](#installation)

```
$ composer require daimakuai-ext/scheduling

$ php artisan admin:import scheduling

```

Open `http://your-host/admin/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.

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2813d ago

### Community

Maintainers

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

---

Top Contributors

[![daimakuai](https://avatars.githubusercontent.com/u/24948088?v=4)](https://github.com/daimakuai "daimakuai (3 commits)")

---

Tags

taskschedulingdaimakuai-ext

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/daimakuai-ext-scheduling/health.svg)](https://phpackages.com/packages/daimakuai-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.2k21.7M870](/packages/phing-phing)[laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

93247.1k6](/packages/laravel-admin-ext-scheduling)[arara/process

Provides a better API to work with processes on Unix-like systems

16861.7k2](/packages/arara-process)[rewieer/taskschedulerbundle

Task Scheduler with CRON for Symfony

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

Job scheduling for the PHP Fat-Free Framework

73107.5k](/packages/xfra35-f3-cron)[ttree/scheduler

Simple task scheduler for Neos Flow Framework

21108.8k1](/packages/ttree-scheduler)

PHPackages © 2026

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