├── CHANGELOG.md ├── LICENSE ├── README.md ├── composer.json └── src └── ClockInterface.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/clock/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/clock/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/clock/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/clock/HEAD/composer.json -------------------------------------------------------------------------------- /src/ClockInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/clock/HEAD/src/ClockInterface.php --------------------------------------------------------------------------------