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 | — | |
| 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 | 70 | 0 | 0.0 | 20.1 | MIT | — | |
| sanmai/pipeline | 0.78 | 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 | 811K | 14 | 26.7 | 68.7 | Apache-2.0 | 4 months ago | |
| 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. | 57 | 59 | 30 | 12K | 12 | 4.8 | 35.8 | 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 | 57 | 0 | 0.1 | 18.0 | MIT | — | |
| enqueue/enqueue-bundle | 0.77 | — | 274 | 276 | 32 | 135K | 0 | 2.3 | 37.2 | MIT | — | |
| delormejonathan/cron-bundle | 0.77 | — | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | — | — | |
| syamsoul/laravel-action-delay | 0.77 | — | 1 | 1 | 0 | 0 | 1 | 4.8 | — | MIT | 11 months 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 | 0.0 | — | 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 | 577K | 0 | 12.6 | 60.7 | Apache-2.0 | 5 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 | 556K | 2 | 24.5 | 65.3 | BSD-3-Clause | 6 days ago | |
| bigfoot/cron-bundle | 0.74 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | — | 12 years ago | |
| php-standard-library/async | 0.74 | Fiber-based async primitives for PHP: structured concurrency with cooperative multitasking. Run tasks concurrently, manage lifecycles, cancellations, and scopes predictably. Part of PHP Standard Library; docs and guides at php-standard-library.dev. | 1 | 1 | 0 | 28K | 0 | 21.2 | 64.8 | MIT | 1 week 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 | 307 | 18 | 8K | 0 | 10.2 | 20.0 | MIT | 2 years ago | |
| bobrd/scheduler-bundle | 0.73 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| php-standard-library/promise | 0.72 | Lightweight Promise implementation for PHP with a simple, standards-inspired API. Create, resolve, reject, and chain async-style operations, handle errors, and compose results with familiar then/catch patterns—ideal for libraries that need non-blocking workflows. | 1 | 1 | 0 | 29K | 0 | 21.2 | 64.8 | MIT | 1 week ago |
How can I help you explore Laravel packages today?