cultuurnet/calendar-summary
最新稳定版本:1.1.3
Composer 安装命令:
composer require cultuurnet/calendar-summary
包简介
Library to convert a cdbXML input to a readable summary
README 文档
README
It should only be used with Culturefeed and CdbXml integrations. For all other uses this project has been deprecated and superseded by calendar-summary-v3
calendar-summary
Installation
You can install the CultuurNet\calendar-summary PHP library in different ways:
- Standalone. Clone or download from github and use [Composer][composer]. Run
composer installfrom the root of the clone to download the necessary dependencies. Standalone usage is probably only useful for testing purposes. - Inside your project: require the cultuurnet/calendar-summary package (it is
[registered on Packagist][packagist]) and the cultuurnet/cdb package in your project's
composer.json file and run
composer update.
{
"require": {
"cultuurnet/calendar-summary": "~1.0",
}
}
How it works
The calendar-summary PHP takes a CultureFeed_Cdb_Data_Calendar object (hence the dependency on cultuurnet/cdb, and formats it. Right now there's a HTML formatter and a plain text formatter. But other formatters can easily be implemented.
统计信息
- 总下载量: 25.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-03-26