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

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

laravel-admin-ext/scheduling
============================

Task scheduling extension for laravel-admin

v1.2(4y ago)93247.1k↓20.1%33[4 PRs](https://github.com/laravel-admin-extensions/scheduling/pulls)6MITPHPPHP &gt;=7.0.0CI failing

Since Aug 10Pushed 4y ago4 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (6)Used By (6)

Scheduling task manager for laravel-admin
=========================================

[](#scheduling-task-manager-for-laravel-admin)

[![StyleCI](https://camo.githubusercontent.com/584f1e7d22bcc2ae40c516966ed267eaf8ad95dde0675242a1e9058ce6e8e99b/68747470733a2f2f7374796c6563692e696f2f7265706f732f39393637363835372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/99676857)[![Packagist](https://camo.githubusercontent.com/e96f9c97694071b15ce9ef18bdd795594a7723a442ced141a99ccae8661d37ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d61646d696e2d6578742f7363686564756c696e672e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/laravel-admin-ext/scheduling)[![Total Downloads](https://camo.githubusercontent.com/c5fd9c0d5cd22898dc608e865c9ef65097c6c250bae893f02c30b92834da344f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d61646d696e2d6578742f7363686564756c696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-admin-ext/scheduling)![Pull request welcome](https://camo.githubusercontent.com/25f2db1404306d6dc01b1ac6e8c70f5f397ea8043dd9584d8dc4bc31b8bfea59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d737175617265)

A web interface for manage task scheduling in laravel.

[Documentation](http://laravel-admin.org/docs/#/en/extension-scheduling) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-scheduling)

Screenshot
----------

[](#screenshot)

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

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

[](#installation)

```
$ composer require laravel-admin-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

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity50

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~507 days

Total

4

Last Release

1681d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48536779?v=4)[encore](/maintainers/encore)[@encore](https://github.com/encore)

---

Top Contributors

[![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

laravellaravel-adminschedulingtaskschedulinglaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/helpers

Helpers extension for laravel-admin

136285.0k8](/packages/laravel-admin-ext-helpers)[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/config

Config extension for laravel-admin

97180.2k5](/packages/laravel-admin-ext-config)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/backup

Backup extension for laravel-admin

7671.6k6](/packages/laravel-admin-ext-backup)[codingyu/ueditor

UEditor extension for laravel-admin

6471.6k](/packages/codingyu-ueditor)

PHPackages © 2026

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