tbublikova/otus-ch-zodiac
最新稳定版本:1.5.0
Composer 安装命令:
composer require tbublikova/otus-ch-zodiac
包简介
README 文档
README
A package to determine the Chinese zodiac sign for a given year.
Requirements
- PHP 7.4 or higher
Installation
You can install the package via Composer:
composer require your-vendor-name/chinese-zodiac
USAGE
<?php require 'vendor/autoload.php'; use YourVendorName\ChineseZodiac\ChineseZodiac; // Create an instance of the ChineseZodiac class $zodiac = new ChineseZodiac(); // Get the zodiac sign for a specific year echo $zodiac->getZodiac(2024); // Output: Dragon
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-06-19