peter279k/fork-calendr
最新稳定版本:4.0.0
Composer 安装命令:
composer require peter279k/fork-calendr
包简介
Object Oriented calendar management
关键字:
README 文档
README
CalendR is an Object Oriented Calendar management library on top of PHP7.3+ Date objects. You can use it to deal with all your needs about calendars and events.
Complete documentation
Complete documentation is available here.
Installation
CalendR is hosted on packagist, you can install it with composer.
Create a composer.json file
{
"require": {
"peter279k/fork-calendr": "^3.0"
}
}
Install composer and run it
wget http://getcomposer.org/composer.phar
php composer.phar install
(Optional) Autoload CalendR
require 'vendor/autoload.php';
Contribute
Calendar is open to contributions. Merging delays can vary depending to my free time, but always be welcome.
License
CalendR is licensed under the MIT License - see the LICENSE file for details
统计信息
- 总下载量: 12.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-03