Clock#
A collection of clock abstraction classes for PSR-20.
Installation#
PHP 8.0+:
composer require 'arokettu/clock'
PHP 7.0+:
composer require 'arokettu/clock:^1'
or if you only need the system clock:
composer require 'arokettu/system-clock'
Documentation#
This documentation covers both 1.x and 2.x branches.
License#
The library is available as open source under the terms of the MIT License.