rolb/cfilm

Classes for displaying Sthlm Filmfestival programmes

Maintainers

Details

github.com/rolb15/CFilm

Source

Issues

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rolb/cfilm

2.0 2016-10-23 16:16 UTC

This package is not auto-updated.

Last update: 2025-12-11 03:11:44 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

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!