orisai/clock
最新稳定版本:1.2.2
Composer 安装命令:
composer require orisai/clock
包简介
Provides current time for runtime and controllable time for testing
README 文档
README
Clock
Provider of current time for runtime and controllable time for testing
PSR-20 compatible
📄 Check out our documentation.
💸 If you like Orisai, please make a donation. Thank you!
use Orisai\Clock\Clock; use function Orisai\Clock\now; class ExampleService { private Clock $clock; public function __construct(Clock $clock) { $this->clock = $clock; } public function doSomething(): void { $currentTime = $this->clock->now(); // Or $currentTime = now(); } }
统计信息
- 总下载量: 47.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2022-08-17