beste/clock
beste/clock is a lightweight PHP clock implementation for time-dependent code. It provides a simple, test-friendly way to obtain the current time, swap in fixed or mock clocks, and improve determinism across your application and automated tests.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| psr/clock | 0.87 | PSR-20 Clock interface for PHP. Defines ClockInterface::now() returning DateTimeImmutable, enabling dependency injection of time sources and easy testing. This package provides only the interface; use or create an implementation. | 644 | 645 | 7 | 15M | 0 | 3.7 | 55.3 | MIT | 3 years ago | |
| lcobucci/clock | 0.87 | Clock abstraction for PHP to decouple your code from DateTimeImmutable instantiation. Depend on the Clock interface and use SystemClock for real time (with timezone support) or FrozenClock for deterministic, test-friendly time in unit tests. | 799 | 802 | 32 | 6M | 1 | 25.6 | 60.1 | MIT | 3 months ago | |
| eventsauce/clock | 0.86 | Simple clock abstraction for PHP. Use SystemClock in production and TestClock in tests to control time deterministically. Get now() as DateTimeImmutable, access timeZone(), move time forward, tick to system time, or fixate to a specific moment. | 3 | 3 | 2 | 39K | 0 | 0.1 | 55.1 | — | — | |
| comsolit/clock-bundle | 0.86 | — | 0 | 0 | 1 | 0 | 4 | 1.0 | 0.8 | — | — | |
| symfony/clock | 0.85 | Symfony Clock decouples your code from the system clock. Inject ClockInterface to get DateTimeImmutable via now(), control timezones, and pause execution with sleep(). Ideal for testable, time-sensitive services without relying on global time. | 433 | 437 | 3 | 13M | 0 | 29.8 | 63.7 | MIT | 1 month ago | |
| sanmai/duoclock | 0.85 | 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 |
How can I help you explore Laravel packages today?