jefflundberg/fastical
Composer 安装命令:
composer require jefflundberg/fastical
包简介
A fast PHP ical parser for vevents, based on msquare/Fastical
README 文档
README
A fast PHP ical parser for vevents.
Requirements
- PHP > 5.5
- Composer
Setup
In composer.json:
{
"require": {
"jefflundberg/fastical": "dev-master"
}
}
Usage
Include Composer’s autoloader
require 'vendor/autoload.php';
Get events from the next 7 days:
$f = new Fastical('events.ics');
print_r($f->getEvents(time(), time() + 7 * 24 * 60 * 60));
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-01-07