rolb/cfilm
Composer 安装命令:
composer require rolb/cfilm
包简介
Classes for displaying Sthlm Filmfestival programmes
关键字:
README 文档
README
Introduction
CFilms is a class for displaying screening schedules and details for the scheduled films at Stockholm Filmfestival. It's main purpose is to be used together with ANAX-MVC, but can also be used on its own.
License
This software is free software and carries a MIT license.
How to install
To install the package, add the row below to your composer.json file:
"require": { "rolb/sfilm": "dev-master" }
To add CFilms:
$films = new rolb\CFilm\CFilms("apikey", "date");
To get schedule for a certain date:
$html = $films->program("apikey", "date");
To get individual film details ("filmid" must be initially fetched with $films->program):
$html = $films->filmInfo("filmid");
A APIkey from Stockholm Filmfestival is needed and is sent out by email!
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-15