seyyedam7/persian-cal-events
最新稳定版本:v1.0.0
Composer 安装命令:
composer require seyyedam7/persian-cal-events
包简介
Persian (Jalali) calendar events package
README 文档
README
This package aims to provide events for Persian calendar (jalali) crawling time.ir and using morilog/jalali for conversion.
Features
- Indicates holidays
- Events in that day
- Supports both jalali and gregorian
- Indicates if an event is due to religious reasons
Installation
composer require seyyedam7/persian-cal-events
Usage
PersianCalEvent::jalali(1398, 1, 1);
/*
{
"is_holiday": true,
"events": [
{
"description": "جشن نوروز/جشن سال نو",
"additional_description": "",
"is_religious": false
}
]
}
*/
PersianCalEvent::gregorian(2019, 8, 12);
PersianCalEvent::gregorian(new Carbon('2019-08-12'));
/*
{
"is_holiday": true,
"events": [
{
"description": "عید سعید قربان",
"additional_description": "١٠ ذوالحجه",
"is_religious": true
}
]
}
*/
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-01