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 yesterday

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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

2865d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24948088?v=4)[Daimakuai](/maintainers/daimakuai)[@daimakuai](https://github.com/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

[laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

93251.5k6](/packages/laravel-admin-ext-scheduling)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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