# tyme4php **Repository Path**: piaobo/tyme4php ## Basic Information - **Project Name**: tyme4php - **Description**: Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: https://6tail.cn/tyme.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2025-01-15 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tyme [![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/6tail/tyme4php/blob/master/LICENSE) Tyme是一个非常强大的日历工具库,可以看作 [Lunar](https://6tail.cn/calendar/api.html "https://6tail.cn/calendar/api.html") 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。 > 基于php8.1开发。 ## composer composer require 6tail/tyme4php getLunarDay(); // 扩展方法 SolarDay::extend('myMethod', function () { return sprintf('%04d-%02d-%02d', $this->getYear(), $this->getMonth(), $this->getDay()); }); // 1986-05-29 echo $solarDay->myMethod(); ## 单文件版本 > 1. 下载本源代码,执行tools/build-standalone.php,可在tools目录下生成Tyme.php单文件。 > 2. 可在 [Releases](https://github.com/6tail/tyme4php/releases) 中下载对应版本的Tyme.php单文件。 getLunarDay(); ## 文档 请移步至 [https://6tail.cn/tyme.html](https://6tail.cn/tyme.html "https://6tail.cn/tyme.html") ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=6tail/tyme4php&type=Date)](https://star-history.com/#6tail/tyme4php&Date)