2017 © Pedro Peláez
 

library allocine-spider

Allocine spider

image

cocojr/allocine-spider

Allocine spider

  • Thursday, June 28, 2018
  • by CocoJr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

Build Status, (*1)

Installation

composer require cocojr/allocine-spider, (*2)

Tests

./vendor/bin/phpunit, (*3)

Allocine Spider written in PHP

A simple class to fetch films, series and persons from allocine.fr Use fetchFilm with the allocine ID to get a \StdClass with all informations. Informations included:, (*4)

  • allocineId
  • title
  • synopsis
  • img
  • releaseDate
  • duration
  • creators
  • actors
  • types
  • nationalities

Use fetchPerson with the allocine ID to get a \StdClass with all informations of the person. Informations included:, (*5)

  • allocineId
  • name
  • birthDate
  • img
  • nationality
  • biography

To get the allocine ID, just show the URL: ̀http://www.allocine.fr/film/fichefilm_gen_cfilm={ALLOCINE ID}.html for a film http://www.allocine.fr/personne/fichepersonne_gen_cpersonne={ALLOCINE ID}.html for a person, (*6)

@TODO: Implement the fetchSerie method., (*7)

The Versions

28/06 2018

dev-master

9999999-dev

Allocine spider

  Sources   Download

The Requires

  • php >=7.0
  • ext-curl *

 

The Development Requires

by Avatar CocoJr

28/06 2018

1.2

1.2.0.0

Allocine spider

  Sources   Download

The Requires

  • php >=7.0
  • ext-curl *

 

The Development Requires

by Avatar CocoJr

14/04 2018

1.1

1.1.0.0

Allocine spider

  Sources   Download

The Requires

  • php >=7.0
  • ext-curl *

 

The Development Requires

by Avatar CocoJr