https://github.com/slavcodev/clock
https://github.com/slavcodev/clock
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/slavcodev/clock
- Owner: slavcodev
- License: mit
- Created: 2026-01-07T00:52:18.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-01-07T09:52:09.000Z (about 2 months ago)
- Last Synced: 2026-01-11T17:44:52.350Z (about 1 month ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Clock implementation
[ico-tests-status]: https://github.com/slavcodev/clock/workflows/phpunit/badge.svg
[link-github]: https://github.com/slavcodev/clock
[ico-license]: https://img.shields.io/github/license/slavcodev/clock
[link-license]: LICENSE
[ico-version]: https://img.shields.io/packagist/v/slavcodev/clock.svg?label=Latest
[link-packagist]: https://packagist.org/packages/slavcodev/clock
[![Tests status][ico-tests-status]][link-github]
[![Software License][ico-license]][link-license]
[![Latest Version on Packagist][ico-version]][link-packagist]
Another clock abstraction.
## Install
Using [Composer](https://getcomposer.org)
```bash
composer require slavcodev/clock
```
## Usage
_TBD_
## Testing
```bash
phpunit
```
## Large selection
[See other options](https://packagist.org/providers/psr/clock-implementation).