carlossosa88/cron-expression
Fork of dragonmantank/cron-expression adding nonstandard seconds support for Fcron-style scheduling. Parse cron strings and macros, check if a schedule is due, and compute next/previous run dates with optional second-level precision control.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| mtdowling/cron-expression | 0.88 | A PHP library for parsing and evaluating cron expressions. Check whether a schedule is due, get next/previous run dates, and iterate occurrences. Supports standard cron fields plus common extensions, useful for job schedulers and task runners. | 4,864 | 4,619 | 337 | 288K | 6 | 37.8 | 27.8 | MIT | 9 years ago | |
| effiana/cron | 0.87 | A Laravel package for managing and running cron-style scheduled tasks within your application. Define jobs, configure timing, and trigger execution from the CLI or scheduler, providing a simple way to centralize recurring task automation in Laravel. | 0 | 0 | 0 | 0 | 0 | 1.2 | — | MIT | 6 years ago | |
| draw/cron-bundle | 0.87 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| shapecode/cron-bundle | 0.87 | Laravel-friendly cron scheduler bundle that lets you define, manage, and run scheduled jobs from your app. Provides an easy API for registering tasks, configuring frequency and conditions, and executing commands reliably with clear organization and control. | 58 | 59 | 30 | 13K | 12 | 4.8 | 36.6 | MIT | — | |
| bentools/crontab-bundle | 0.86 | — | 2 | 2 | 1 | 0 | 0 | 0.6 | — | — | 5 years ago | |
| agentsib/crontab-bundle | 0.86 | AgentSIB Crontab Bundle for PHP/Laravel: a work-in-progress package intended to help manage crontab entries from your application. Currently in early development; features and API may change and documentation is minimal. | 1 | 1 | 1 | 0 | 0 | 0.6 | — | MIT | 10 years ago | |
| lorisleiva/cron-translator | 0.86 | Translate CRON expressions into clear, human-readable schedules. Supports common patterns (ranges, steps, lists) and multiple locales, with optional 24-hour time formatting. Ideal for showing CRON schedules in UIs and logs. | 314 | 316 | 60 | 366K | 2 | 24.1 | 48.4 | MIT | 2 months ago | |
| creadev/cron-bundle | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.3 | — | — | 9 years ago | |
| edgar/cron-bundle | 0.86 | — | 1 | 1 | 2 | 19 | 2 | 3.5 | 14.1 | GPL-2.0 | 7 years ago | |
| mybuilder/cronos | 0.86 | Cronos is a Laravel-friendly task scheduling package for defining, running, and monitoring cron-style jobs from your app. Organize recurring tasks, trigger them on demand, and manage schedules with a clean API and sensible defaults. | 152 | 156 | 16 | 3K | 1 | 6.2 | 19.2 | MIT | 3 years ago | |
| spatie/laravel-cronless-schedule | 0.85 | Run Laravel’s scheduler without cron. This dev/test-friendly package adds php artisan schedule:run-cronless, which uses a ReactPHP loop to execute the scheduler on a timer (default every minute), with optional custom frequency and manual runs. | 388 | 391 | 14 | 8K | 0 | 5.1 | 18.2 | MIT | 1 year ago | |
| aequasi/cron-bundle | 0.85 | Symfony bundle for registering and running recurring tasks via annotated Console Commands. Scan commands with cron:scan, then execute due jobs with cron:run. Uses DateInterval specs (e.g., PT1H) and works with a system cron to trigger runs periodically. | 3 | 3 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| axiolab/crontask-bundle | 0.85 | — | 0 | 0 | 1 | 0 | 0 | 1.5 | — | — | 9 years ago | |
| becklyn/cron-job | 0.85 | — | 3 | 3 | 1 | 131 | 0 | 5.4 | 21.1 | BSD-3-Clause | 2 years ago | |
| draw/cron-job | 0.85 | Manage cron jobs stored in the database: queue due jobs and execute them via Symfony Messenger workers. Includes console commands to enqueue due jobs or run by name, optional Sonata Admin pages, and Doctrine ORM mapping configuration. | 0 | 0 | 0 | 2K | 0 | 0.0 | 44.5 | — | — | |
| dragonmantank/cron-expression | 0.85 | Parse and evaluate PHP cron expressions with advanced features like ranges, intervals, weekdays (W), last days (L), and nth occurrences (#). Easily check if a cron job is due, calculate next/previous run dates, and skip multiple matches. Supports complex expressions like */12, 2-59/3, and @daily—ide... | 4,673 | 4,706 | 129 | 12M | 17 | 45.7 | 59.7 | MIT | 7 months ago | |
| effiana/cron-bundle | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 3.0 | — | MIT | 6 years ago | |
| setono/cron-expression-bundle | 0.84 | Symfony bundle integrating dragonmantank/cron-expression. Provides a CronExpression form field and a Doctrine DBAL type to store Cron\CronExpression in entities, making it easy to validate, edit, and persist cron schedules in your app. | 25 | 25 | 10 | 4K | 2 | 16.3 | 32.7 | MIT | 5 months ago | |
| cron/cron | 0.83 | PHP library for working with cron expressions: parse and validate schedules, compute next/previous run dates, and check if a date matches a cron pattern. Ideal for Laravel and other PHP apps needing robust, timezone-aware scheduling logic. | 366 | 377 | 74 | 64K | 1 | 9.1 | 31.0 | MIT | 3 years ago |
How can I help you explore Laravel packages today?