sanmai/later
Later is a tiny PHP library for scheduling delayed callbacks and lightweight task execution. Queue functions to run after a given time, manage timers, and build simple background jobs without a full framework. Useful for CLI daemons and event loops.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| caeligo/scheduler-bundle | 0.78 | — | 0 | 0 | 0 | 2 | 0 | 0.0 | 6.6 | MIT | — | |
| danilovl/async-bundle | 0.78 | — | 0 | 0 | 0 | 11 | 0 | 17.2 | 16.5 | MIT | 5 months ago | |
| abc/scheduler | 0.78 | Experimental PHP scheduler library for running jobs based on CRON expressions. Define schedule providers and processors via simple interfaces, bind them in a Scheduler, and execute due schedules with an included Symfony Console command (abc:schedule). | 2 | 2 | 1 | 5 | 1 | 0.1 | 5.9 | MIT | — | |
| dansan/jobboy | 0.78 | JobBoy is the core library for the JobBoyProject, providing the foundational components used across the project. For setup and usage details, see the official documentation in the jobboy-doc repository. | 2 | 2 | 0 | 72 | 0 | 0.0 | 19.3 | MIT | — | |
| shapecode/cron-bundle | 0.78 | 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 | 60 | 30 | 11K | 12 | 4.8 | 35.4 | MIT | — | |
| acassan/worker-bundle | 0.77 | Laravel/PHP worker bundle providing a queue/worker manager to run and supervise background jobs. Includes tooling to start, stop, and monitor workers and process queued tasks, helping you manage asynchronous job execution in your application. | 0 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| effiana/job-queue-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 4.8 | — | — | 5 years ago | |
| arko/queue-manager | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| dansan/jobboy-bundle | 0.77 | — | 2 | 2 | 0 | 72 | 0 | 0.1 | 19.3 | MIT | — | |
| sanmai/pipeline | 0.77 | sanmai/pipeline is a lightweight PHP pipeline library to process data through a chain of stages. Compose reusable, testable transformations with clear input/output flow, and plug in custom middleware-like steps for flexible processing in any app. | 75 | 78 | 6 | 1M | 14 | 24.0 | 66.1 | Apache-2.0 | 6 months ago | |
| enqueue/enqueue-bundle | 0.77 | — | 275 | 277 | 31 | 123K | 0 | 2.3 | 36.6 | MIT | — | |
| syamsoul/laravel-action-delay | 0.77 | — | 1 | 1 | 0 | 0 | 1 | 3.4 | — | MIT | 1 year ago | |
| effiana/cron | 0.77 | 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 | |
| sanmai/duoclock | 0.77 | PSR-20 clock abstraction with dual time access (DateTimeImmutable, time(), microtime()) plus mockable sleep/usleep/nanosleep for testing. Includes deterministic TimeSpy and tick helpers to measure elapsed time. Minimal dependency (psr/clock) and easy to mock. | 3 | 3 | 1 | 681K | 0 | 11.2 | 60.1 | Apache-2.0 | 6 months ago | |
| sanmai/di-container | 0.75 | Lightweight PSR-11 compatible dependency injection container for PHP. Supports autowiring via reflection, bindings and shared services, simple configuration, and fast resolution with minimal boilerplate—suitable for small apps and libraries needing a straightforward DI container. | 7 | 7 | 3 | 736K | 2 | 23.9 | 64.3 | BSD-3-Clause | 1 month ago | |
| bigfoot/cron-bundle | 0.74 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | — | 12 years ago | |
| php-defer/php-defer | 0.74 | php-defer/php-defer brings async-style deferrable execution to PHP. Queue callbacks to run after your main logic (like finally/cleanup), ensuring resources are closed and actions happen even on early returns or exceptions. Useful for transactions, locks, temp files, and more. | 309 | 309 | 18 | 6K | 0 | 10.2 | 17.7 | MIT | 2 years ago | |
| bobrd/scheduler-bundle | 0.73 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| react/async | 0.71 | Async utilities and fibers for ReactPHP. Provides async/await-style control flow plus Promise combinators (delay, parallel, series, waterfall, coroutine) to simplify sequencing and coordination of non-blocking, event-loop driven operations. | 222 | 223 | 18 | 242K | 2 | 5.9 | 43.7 | MIT | 2 years ago |
How can I help you explore Laravel packages today?