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

ActiveLibrary

zwping/scheduling
=================

Task scheduling extension for dcat-admin

1.0.3(2y ago)051MITPHPPHP &gt;=7.1.0

Since Mar 8Pushed 2y agoCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (0)

后台管理Laravel定时任务
===============

[](#后台管理laravel定时任务)

[![](https://camo.githubusercontent.com/2fe22b902688fb81b58ba176f85fcd6edc2de1651aec21ec17448b67cdad97c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a7770696e672f7363686564756c696e672e737667)](https://packagist.org/packages/zwping/scheduling)

截图
--

[](#截图)

[![main](https://raw.githubusercontent.com/zwping/scheduling/master/screenshot/main.png)](https://raw.githubusercontent.com/zwping/scheduling/master/screenshot/main.png)[![run](https://raw.githubusercontent.com/zwping/scheduling/master/screenshot/run.png)](https://raw.githubusercontent.com/zwping/scheduling/master/screenshot/run.png)

安装
--

[](#安装)

1. `composer require zwping/scheduling`
2. 扩展中更新&amp;启用
3. 配置用户菜单&amp;权限
4. 打开

在`app/Console/Kernel.php`中添加一些定时任务

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

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

打开`http://your-host/admin/scheduling`, 可以看见这些定时任务

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 52.9% 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 ~15 days

Total

4

Last Release

755d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6edbb9accc7de255c02458ffc27ed4fb58d25dafe3e3499288cf7803c67e0657?d=identicon)[zwping](/maintainers/zwping)

---

Top Contributors

[![zwping](https://avatars.githubusercontent.com/u/26704739?v=4)](https://github.com/zwping "zwping (9 commits)")[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (5 commits)")[![doominating](https://avatars.githubusercontent.com/u/8459716?v=4)](https://github.com/doominating "doominating (1 commits)")[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (1 commits)")[![ZsgsDesign](https://avatars.githubusercontent.com/u/19504567?v=4)](https://github.com/ZsgsDesign "ZsgsDesign (1 commits)")

---

Tags

extensiontaskschedulingdcat admin

### Embed Badge

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

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

###  Alternatives

[abbotton/dcat-sku-plus

基于Dcat Admin的SKU扩展增强版

542.2k](/packages/abbotton-dcat-sku-plus)[sparkinzy/dcat-marketplace

Dcat扩展市场

381.3k](/packages/sparkinzy-dcat-marketplace)[abovesky/dcat-media-player

Dcat Admin 音视频预览扩展

202.3k](/packages/abovesky-dcat-media-player)

PHPackages © 2026

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