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

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

user771908231-ext/scheduling
============================

Task scheduling extension for laravel-admin

v1.0.1(8y ago)18MITPHPPHP &gt;=7.0.0

Since Aug 10Pushed 7y agoCompare

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

READMEChangelogDependencies (4)Versions (4)Used By (0)

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 user771908231-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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~269 days

Total

2

Last Release

2930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1740dcd7c885e756579808e55ecade7ce17b131e72b949ea8e5dcba7884f6754?d=identicon)[user771908231](/maintainers/user771908231)

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (4 commits)")[![doominating](https://avatars.githubusercontent.com/u/8459716?v=4)](https://github.com/doominating "doominating (1 commits)")[![user771908231](https://avatars.githubusercontent.com/u/23357099?v=4)](https://github.com/user771908231 "user771908231 (1 commits)")

---

Tags

taskschedulinglaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

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

Config extension for laravel-admin

97180.2k5](/packages/laravel-admin-ext-config)[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/backup

Backup extension for laravel-admin

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

Latitude &amp; Longitude selector

7056.3k](/packages/laravel-admin-ext-latlong)

PHPackages © 2026

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