dakalab/birthday
最新稳定版本:v1.4.0
Composer 安装命令:
composer require dakalab/birthday
包简介
Validate birthday, parse the age and constellation of valid birthday.
README 文档
README
Validate birthday, parse the age and constellation of valid birthday.
Install
composer require dakalab/birthday
Usage
use Dakalab\Birthday\Birthday;
$birthday = new Birthday('2018-12-01', 'zh');
$age = $birthday->getAge();
$constellation = $birthday->getConstellation();
$formatedDate = $birthday->format('d/m/Y'); // 01/12/2018
$normalizedDate = (string) $birthday; // 2018-12-01
统计信息
- 总下载量: 91.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-02