tueena-lib/now
Composer 安装命令:
composer require tueena-lib/now
包简介
A php 7 class that can return the current time as well as an interface, that can be mocked for unit tests.
README 文档
README
A php 7 class that returns the current time as well as an interface, that can be mocked for unit tests.
Features
- Invoking an instance of the class returns an instance of
\DateTimeImmutable.
Usage
<?php use tueenaLib\now; $now = new Now; $immutableDateTimeObject = $now();
License
MIT
Requirements
php >= 7.0.0
Installation
If you use Composer:
composer require tueena-lib/now
Otherwise just download the class and the interface and use it.
Contact
Bastian Fenske bastian.fenske@tueena.org
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-08