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

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

yurizoom/moonshine-scheduling
=============================

Task scheduling extension for MoonShine

3.0.1(4mo ago)95.0k↑77.8%1[1 issues](https://github.com/yurizoom/moonshine-scheduling/issues)MITPHPPHP ^8.2

Since Apr 1Pushed 4mo ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (11)Used By (0)

Scheduling task manager for MoonShine 4
=======================================

[](#scheduling-task-manager-for-moonshine-4)

Веб-интерфейс для управления планировщиком задач в MoonShine.

### Поддержка версий MoonShine

[](#поддержка-версий-moonshine)

MoonShineПакет2.0+1.0+3.0+2.0+4.0+3.0+Скриншот
--------

[](#скриншот)

[![screenshot](https://github.com/yurizoom/moonshine-scheduling/raw/main/blob/screenshot.jpg?raw=true)](https://github.com/yurizoom/moonshine-scheduling/blob/main/blob/screenshot.jpg?raw=true)

Установка
---------

[](#установка)

```
$ composer require yurizoom/moonshine-scheduling

```

Настройка
---------

[](#настройка)

Если необходимо изменить настройки, добавьте в файле config/moonshine.php:

```
[
    'scheduling' => [
        // Автоматическое добавление в меню
        'auto_menu' => true,
    ]
]
```

### Добавление в меню

[](#добавление-в-меню)

Для того чтобы добавить меню в другое место, вставьте следующий код в app/MoonShine/Layouts/MoonShineLayout.php:

```
use YuriZoom\MoonShineScheduling\Pages\SchedulingPage;

protected function menu(): array
    {
        return [
            ...

            MenuItem::make(SchedulingPage::class),
        ];
    }
```

Лицензия
--------

[](#лицензия)

[The MIT License (MIT)](LICENSE).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance74

Regular maintenance activity

Popularity30

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~71 days

Recently: every ~84 days

Total

10

Last Release

132d ago

Major Versions

1.x-dev → 2.0.02025-02-03

2.x-dev → 3.0.02025-11-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9d9366ce52d73326cf2d9908a6639ae62708d6c06e945ce3f0f210aa1f8a607?d=identicon)[yurizoom](/maintainers/yurizoom)

---

Top Contributors

[![yurizoom](https://avatars.githubusercontent.com/u/18616112?v=4)](https://github.com/yurizoom "yurizoom (13 commits)")

---

Tags

taskschedulingmoonshine

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/yurizoom-moonshine-scheduling/health.svg)](https://phpackages.com/packages/yurizoom-moonshine-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)[ttree/scheduler

Simple task scheduler for Neos Flow Framework

21108.8k1](/packages/ttree-scheduler)[trentrichardson/cakephp-scheduler

Makes scheduling tasks in CakePHP much simpler.

3137.0k](/packages/trentrichardson-cakephp-scheduler)

PHPackages © 2026

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