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

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

snowsoft/scheduling
===================

Task scheduling extension for laravel-admin

v1.2.1(3y ago)07MITPHPPHP &gt;=7.0.0

Since Aug 10Pushed 3y agoCompare

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

READMEChangelog (2)Dependencies (3)Versions (7)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 snowsoft/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

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~499 days

Total

5

Last Release

1207d ago

### Community

Maintainers

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

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (5 commits)")[![snowsoft](https://avatars.githubusercontent.com/u/4568234?v=4)](https://github.com/snowsoft "snowsoft (3 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

taskschedulinglaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

Task scheduling extension for laravel-admin

93247.1k6](/packages/laravel-admin-ext-scheduling)[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)[jxlwqq/json-editor

JSON Editor for Laravel-admin

32101.8k](/packages/jxlwqq-json-editor)

PHPackages © 2026

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