armen-e5518/icalendar
Composer 安装命令:
composer require armen-e5518/icalendar
包简介
iCalendar widget for Yii2.
关键字:
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require armen-e5518/icalendar "@dev"
or add
"armen-e5518/icalendar" : "@dev"
to the require section of your application's composer.json file.
Usage
Using a model with a basic preset:
use icalendar\iCalendar;
$ical = new iCalendar();
$lines = $ical->load( file_get_contents( 'example.ics' ) );
var_dump( $lines );
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-11-20