kigkonsult/phpjscalendar
Composer 安装命令:
composer require kigkonsult/phpjscalendar
包简介
PhpJsCalendar is the PHP implementation of rfc8984, A JSON Representation of Calendar Data
README 文档
README
is the PHP class package managing
JSCalendar: A JSON Representation of Calendar Data (rfc8984)
support transformation from/to iCal (rfc5545) using iCalcreator
Usage
For package class and property structure, examine rfc8984 8.2.6.
All class properties has get,set and is\<prop\>Set methods,
for 'array' properties get, get\<Prop\>Count, add and setmethods,
for detail review the classPropList
For transformation guidelines from/to iCal rfc5545 (requires iCalcreator), please review the propClassList. Due to rfc8984 / rfc5545 disparity, iCal transformation tests may fail.
To support the development, maintenance and test process PHPCompatibility, PHPStan and php-arguments-detector are included.
Support
For support use github.com/PhpJsCalendar. Non-emergence support issues are, unless sponsored, fixed in due time.
Sponsorship
Donation using paypal.me/kigkonsult are appreciated. For invoice, please e-mail.
Installation
Composer
From the Command Line:
composer require kigkonsult/phpjscalendar
In your composer.json:
{
"require": {
"kigkonsult/phpjscalendar": ">=1.0"
}
}
License
PhpJsCalendar is licensed under the LGPLv3 License.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2022-05-13