Skip to content

Clock and time utilities for PHP, with focus on accuracy and testability.

License

Notifications You must be signed in to change notification settings

codemedic/php-chrono

Repository files navigation

PHP Chrono

Build Status

Clock and time utilities with focus on accuracy and testability.

The design is influenced by chrono library in C++ and time.Duration library in golang.

The one reason, if you need convincing, to use this library would be to enhance the testability of your code that relies on system-time. See examples.

API Reference

Documentation can be found here.

How to contribute?

Please feel free to fork and submit a pull request. Bug fixes, improvements, unit-tests and usability comments are most welcome.

If you are to contribute code, please do log an issue before starting to work on the code. Your changes should come with working unit tests; all tests must pass.

Coding standard followed here is PSR-2.

License

This library is licensed under MIT license.

About

Clock and time utilities for PHP, with focus on accuracy and testability.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages