headsnet/carbon-clock
最新稳定版本:v0.1.1
Composer 安装命令:
composer require headsnet/carbon-clock
包简介
A clock interface and implementation using the Carbon date manipulation library
README 文档
README
Carbon Clock
A clock interface and implementation using the Carbon date manipulation library.
Usage
Wherever you need access to the system time, inject a clock implementation by typehinting against the Clock interface.
In production environments, create a service from the SystemClock, and arrange for this to be injected wherever the
Clock interface is used.
During testing, you can substitute the FrozenClock implementation, which will provide additional features for freezing
time, and otherwise manipulating it to make testing time sensitive code much easier.
Contributing
Contributions are welcome. Please submit pull requests with one fix/feature per pull request.
Composer scripts are configured for your convenience:
> composer test # Run test suite
> composer cs # Run coding standards checks
> composer cs-fix # Fix coding standards violations
> composer static # Run static analysis with Phpstan
Licence
This code is released under the MIT licence. Please see the LICENSE file for more information.
统计信息
- 总下载量: 5.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-10