rikudou / clock
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple DI clock implementation
v1.0.2
2020-12-14 09:54 UTC
Requires
- php: >=7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
This package is auto-updated.
Last update: 2025-02-05 15:46:38 UTC
README
Simple library I wrote because I'm tired of writing it all the time for each project where I need current time.
Can be used with symfony via rikudou/clock-bundle.
Installation
composer require rikudou/clock
Usage
- Typehint the
\Rikudou\Clock\ClockInterfaceas your dependency in whatever DI you use - You can now easily test your time dependent functions
- ???
- Profit