flavioheleno/scale
最新稳定版本:0.2.2
Composer 安装命令:
composer require flavioheleno/scale
包简介
Typical scale conversion as Interfaces constants for PHP
README 文档
README
Scale is a suite of interfaces that can be used to replace hard-coded constants.
Installation
To use Scale, simple run:
composer require flavioheleno/scale
Usage
This library usage is straightforward.
// before usleep(30000); // after usleep(30 * Milliseconds::IN_MICROSECONDS)
// before $item->expiresAfter(86400); // after $item->expiresAfter(Days::IN_SECONDS);
License
This library is licensed under the MIT License.
统计信息
- 总下载量: 218
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-06