hereldar/date-times
最新稳定版本:0.3.0
Composer 安装命令:
composer require hereldar/date-times
包简介
Provides immutable classes for dates, times, time-zones and periods.
README 文档
README
This library includes several classes representing the main date-time concepts, including dates, times, time-zones and periods.
LocalDate::now()->minus(weeks: 1)->atTime(LocalTime::noon())->toIso8601();
Highlights
- Separation of concepts
- Immutability
- Type safety
- Cohesion
Installation
Via Composer:
composer require hereldar/date-times
Development
Run the following commands from the project folder:
make tests make static-analysis make coding-standards
To execute:
- A PHPUnit test suite.
- PHPStan and Psalm for static code analysis.
- Easy Coding Standard to fix coding standards.
Documentation
Credits
License
The MIT License (MIT). Please see LICENSE for more information.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-17