2017 © Pedro Peláez
 

library cfilm

Classes for displaying Sthlm Filmfestival programmes

image

rolb/cfilm

Classes for displaying Sthlm Filmfestival programmes

  • Sunday, October 23, 2016
  • by rolb15
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Cfilms

Build Status Scrutinizer Code Quality Code Coverage, (*1)

Introduction, (*2)

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., (*3)

License, (*4)

This software is free software and carries a MIT license., (*5)

How to install, (*6)

To install the package, add the row below to your composer.json file:, (*7)

"require": { "rolb/sfilm": "dev-master" }, (*8)

To add CFilms:, (*9)

$films = new rolb\CFilm\CFilms("apikey", "date");, (*10)

To get schedule for a certain date:, (*11)

$html = $films->program("apikey", "date");, (*12)

To get individual film details ("filmid" must be initially fetched with $films->program):, (*13)

$html = $films->filmInfo("filmid");, (*14)

A APIkey from Stockholm Filmfestival is needed and is sent out by email!, (*15)

The Versions

23/10 2016

dev-master

9999999-dev

Classes for displaying Sthlm Filmfestival programmes

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Roland Larsson

micro html module education

23/10 2016

2.0

2.0.0.0

Classes for displaying Sthlm Filmfestival programmes

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Roland Larsson

micro html module education

15/10 2016

v1.0

1.0.0.0

Classes for displaying Sthlm Filmfestival programmes

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Roland Larsson

micro html module education