hereldar/date-times 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hereldar/date-times

最新稳定版本:0.3.0

Composer 安装命令:

composer require hereldar/date-times

包简介

Provides immutable classes for dates, times, time-zones and periods.

README 文档

README

PHP Code Coverage Type Coverage Psalm Level Packagist License

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:

Documentation

Credits

License

The MIT License (MIT). Please see LICENSE for more information.

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-17