Skip to content
/ tyme4php Public

Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。

License

Notifications You must be signed in to change notification settings

6tail/tyme4php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyme License

Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。

基于php8.1开发。

composer

composer require 6tail/tyme4php
 
<?php
use com\tyme\solar\SolarDay;
 
$solarDay = SolarDay::fromYmd(1986, 5, 29);
 
// 1986年5月29日
echo $solarDay;
 
// 农历丙寅年四月廿一
echo $solarDay->getLunarDay();

单文件版本

  1. 下载本源代码,执行tools/build-standalone.php,可在tools目录下生成Tyme.php单文件。
  2. 可在 Releases 中下载对应版本的Tyme.php单文件。
<?php
require 'Tyme.php';
 
use com\tyme\solar\SolarDay;
 
$solarDay = SolarDay::fromYmd(1986, 5, 29);
 
// 1986年5月29日
echo $solarDay;
 
// 农历丙寅年四月廿一
echo $solarDay->getLunarDay();

文档

请移步至 https://6tail.cn/tyme.html

Star History

Star History Chart

About

Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages