radioactivehamster/temporal
Composer 安装命令:
composer require radioactivehamster/temporal
包简介
A date & time utility library for PHP.
README 文档
README
A date & time utility library for PHP.
Install
$ composer require radioactivehamster/temporal
Usage
<?php use Temporal; // Returns an object representing the current month. $month = Calendar::month(); // Returns an object representing the current week. $week = Calendar::week(); // Returns an object representing the current day. $day = Calendar::day();
License
The MIT License (Expat). See the license file for details.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-14