PHPackages                             sp/allocine-api-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sp/allocine-api-bundle

ActiveLibrary[API Development](/categories/api)

sp/allocine-api-bundle
======================

Allocine API cleint

348PHP

Since Nov 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/shima5/SPAllocineApiBundle)[ Packagist](https://packagist.org/packages/sp/allocine-api-bundle)[ RSS](/packages/sp-allocine-api-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

SPAllocineApiBundle
===================

[](#spallocineapibundle)

Allocine API client

Installation
------------

[](#installation)

In composer.json:

```
"require": {
	...
    "sp/allocine-api-bundle": "dev-master"
}

```

Then run `composer update sp/allocine-api-bundle`

Add the bundle to your AppKernel:

```
public function registerBundles()
{
    $bundles = array(
        ...
        new SP\AllocineBundle\SPAllocineBundle(),
    );

```

Examples
--------

[](#examples)

```
$allocineApi = $this->container->get('allocine.api');

// Example 1: search "walking dead" with tvseries filter
$results = $allocineApi->search('walking dead', array('tvseries'));

// returns an array of results
Array
(
    [feed] => Array
        (
            [page] => 1
            [count] => 10
            [results] => Array
                (
                    [0] => Array
                        (
                            [type] => tvseries
                            [$] => 3
                        )

                )

            [totalResults] => 3
            [tvseries] => Array
                (
                    [0] => Array
                        (
                            [code] => 7330
                            [originalTitle] => The Walking Dead
                            [castingShort] => Array
                                (
                                    [creators] => Frank Darabont
                                    [actors] => Andrew Lincoln, Steven Yeun, Chandler Riggs, Norman Reedus, David Morrissey
                                )

                            [yearStart] => 2010
                            [statistics] => Array
                                (
                                    [pressRating] => 4.42857
                                    [userRating] => 4.51771
                                )

                            [poster] => Array
                                (
                                    [path] => /medias/nmedia/18/78/35/82/20303823.jpg
                                    [href] => http://fr.web.img5.acsta.net/medias/nmedia/18/78/35/82/20303823.jpg
                                )

                            [link] => Array
                                (
                                    [0] => Array
                                        (
                                            [rel] => aco:web
                                            [href] => http://www.allocine.fr/series/ficheserie_gen_cserie=7330.html
                                        )

                                )

                        )
                        [1] => Array
                        ...

// Example 2: find movie informations by his name
$result = $allocineApi->findMovie('Gravity');

// returns
Array
(
    [movie] => Array
        (
            [code] => 178496
            [movieType] => Array
                (
                    [code] => 4002
                    [$] => Long-métrage
                )

            [originalTitle] => Gravity
            [title] => Gravity
            [productionYear] => 2013
            [nationality] => Array
                (
                    [0] => Array
                        (
                            [code] => 5002
                            [$] => U.S.A.
                        )

                    [1] => Array
                        (
                            [code] => 5004
                            [$] => Grande-Bretagne
                        )

                )

            [genre] => Array
                (
                    [0] => Array
                        (
                            [code] => 13021
                            [$] => Science fiction
                        )

                )

            [release] => Array
                (
                    [releaseDate] => 2013-10-23
                )

            [runtime] => 5400
            ...

```

Thanks for @gromez which has provided the query algorithm.

More informations: [http://wiki.gromez.fr/dev/api/allocine\_v3](http://wiki.gromez.fr/dev/api/allocine_v3)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/80554096?v=4)[shaima](/maintainers/shima5)[@shima5](https://github.com/shima5)

---

Top Contributors

[![rpg600](https://avatars.githubusercontent.com/u/956326?v=4)](https://github.com/rpg600 "rpg600 (6 commits)")

### Embed Badge

![Health badge](/badges/sp-allocine-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sp-allocine-api-bundle/health.svg)](https://phpackages.com/packages/sp-allocine-api-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[emartech/emarsys-magento2-extension

Magento2 integration for the Emarsys Marketing Platform

14273.9k](/packages/emartech-emarsys-magento2-extension)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
