01Generates PSR-20 compliant ClockInterface and production-ready implementations.
02Implements MonotonicClock to prevent issues with system clock drifts.
03Creates comprehensive PHPUnit test suites for all generated clock components.
04Provides FrozenClock for deterministic mocking in unit and integration tests.
05Includes OffsetClock for simulating specific time intervals (ahead/behind).
0645 GitHub stars