PHPackages                             zpm-packages/cron-manager-filament - 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. zpm-packages/cron-manager-filament

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

zpm-packages/cron-manager-filament
==================================

Filament plugin for managing system and database-synced cron jobs.

v1.0.0(1mo ago)0521MITPHPPHP ^8.3

Since May 6Pushed 1mo agoCompare

[ Source](https://github.com/zpm-packages/cron-manager-filament)[ Packagist](https://packagist.org/packages/zpm-packages/cron-manager-filament)[ RSS](/packages/zpm-packages-cron-manager-filament/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

[![crons](https://private-user-images.githubusercontent.com/100382372/588089432-2eec459d-e10b-425b-8f49-5b1e1ae9b83e.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODAxMjk0NDYsIm5iZiI6MTc4MDEyOTE0NiwicGF0aCI6Ii8xMDAzODIzNzIvNTg4MDg5NDMyLTJlZWM0NTlkLWUxMGItNDI1Yi04ZjQ5LTViMWUxYWU5YjgzZS5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDUzMFQwODE5MDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03ZDYyZjQyZmI0ZGI2OTQ3Yjc1MzFmZDUzM2JkNDFjNzcxYzFmYzM0OGYyMzE4ZTJjOGMwMDAzOWE4ZjM0YjkxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZqcGVnIn0.-taGACHcC3WR6FtIUrghADv83GDerDoonW19rgen2Oo)](https://private-user-images.githubusercontent.com/100382372/588089432-2eec459d-e10b-425b-8f49-5b1e1ae9b83e.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODAxMjk0NDYsIm5iZiI6MTc4MDEyOTE0NiwicGF0aCI6Ii8xMDAzODIzNzIvNTg4MDg5NDMyLTJlZWM0NTlkLWUxMGItNDI1Yi04ZjQ5LTViMWUxYWU5YjgzZS5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDUzMFQwODE5MDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03ZDYyZjQyZmI0ZGI2OTQ3Yjc1MzFmZDUzM2JkNDFjNzcxYzFmYzM0OGYyMzE4ZTJjOGMwMDAzOWE4ZjM0YjkxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZqcGVnIn0.-taGACHcC3WR6FtIUrghADv83GDerDoonW19rgen2Oo)Filament Cron Manager
=====================

[](#filament-cron-manager)

Filament plugin for `zpm-packages/cron-manager-laravel` that exposes cron management through the admin panel.

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

[](#installation)

```
composer require zpm-packages/cron-manager-filament
```

Register the plugin on your panel:

```
use ZPMPackages\FilamentCronManager\FilamentCronManagerPlugin;

$panel->plugin(FilamentCronManagerPlugin::make());
```

Behavior
--------

[](#behavior)

- when `cron-manager.sync_with_database` is `false`, the plugin registers a direct system management page
- when `cron-manager.sync_with_database` is `true`, the plugin registers a resource backed by the database table

On Windows, the direct system management page can show both package-managed cron jobs and imported Task Scheduler entries. Imported tasks are mapped best-effort from their triggers and may use descriptive schedule labels instead of a raw cron expression.

Visibility is configurable in `config/cron-manager.php`:

- `cron-manager.system_page.show_managed_cron_jobs`
- `cron-manager.system_page.show_system_task_schedules`

Schedule UX
-----------

[](#schedule-ux)

In direct system mode, the create and edit forms use a preset schedule select.

In database-synced mode, the resource form still suggests common schedules like `every minute`, `every 5 minutes`, `every hour`, and `every day` while allowing custom cron expressions.

The command field also includes a tip for a quick smoke test:

```
php /schedule.php "Cron comment"
```

Expected output:

```
Cron comment ran at 2026-05-06 13:45:00

```

Monthly and yearly presets are surfaced as Unix-only options because the Windows Task Scheduler adapter supports only the common minute, hour, day, and week-based schedules for creation.

The schedule column in both Filament tables now prefers a human-readable primary label, shows the raw cron expression underneath when available, and wraps long schedule text within a 400px column.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance93

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

35d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/211412089?v=4)[ZPM Labs](/maintainers/zpmlabs)[@ZPMLabs](https://github.com/ZPMLabs)

---

Top Contributors

[![sasaorasanin](https://avatars.githubusercontent.com/u/100382372?v=4)](https://github.com/sasaorasanin "sasaorasanin (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zpm-packages-cron-manager-filament/health.svg)

```
[![Health](https://phpackages.com/badges/zpm-packages-cron-manager-filament/health.svg)](https://phpackages.com/packages/zpm-packages-cron-manager-filament)
```

###  Alternatives

[tanthammar/filament-extras

Filament macros, pages, fields, columns and other helpers

535.0k](/packages/tanthammar-filament-extras)[noerd/noerd

101.3k6](/packages/noerd-noerd)

PHPackages © 2026

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