ammonitenetworks/calendr
最新稳定版本:1.0.6
Composer 安装命令:
composer require ammonitenetworks/calendr
包简介
Object Oriented calendar management
关键字:
README 文档
README
CalendR is an Object Oriented Calendar management library on top of PHP5.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": {
"yohang/calendr": "1.*"
}
}
Install composer and run it
wget http://getcomposer.org/composer.phar
php composer.phar install
(Optional) Autoload CalendR
require 'vendor/autoload.php';
Contribute
CalendR is still in beta and all comments/PRs are welcome :)
License
CalendR is licensed under the MIT License - see the LICENSE file for details
TODO (And / Or planned)
- Renderers (WIP)
- Add providers for some hosted services
- Add Hour, Minute and Second periods (maybe, don't know if this is really useful).
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-02