PHPackages                             xylis/tmdb-symfony - 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. xylis/tmdb-symfony

ActiveSymfony-bundle[API Development](/categories/api)

xylis/tmdb-symfony
==================

Symfony Bundle for TMDB (The Movie Database) API. Provides easy access to the php-tmdb/api library.

7.0.x-dev(8mo ago)01[1 PRs](https://github.com/JulienRAVIA/symfony-tmdb/pulls)MITPHPPHP ^8.2

Since Mar 19Pushed 8mo agoCompare

[ Source](https://github.com/JulienRAVIA/symfony-tmdb)[ Packagist](https://packagist.org/packages/xylis/tmdb-symfony)[ Docs](https://github.com/php-tmdb/symfony)[ RSS](/packages/xylis-tmdb-symfony/feed)WikiDiscussions 7.0-bis Synced 1mo ago

READMEChangelogDependencies (17)Versions (3)Used By (0)

A Symfony Bundle for use together with the [php-tmdb/api](https://github.com/php-tmdb/api) TMDB API Wrapper.
============================================================================================================

[](#a-symfony-bundle-for-use-together-with-the-php-tmdbapi-tmdb-api-wrapper)

[![License](https://camo.githubusercontent.com/802eadc266f7ae2b1be7a03a76b2f1d34fa4a1506fc09e03412352acaa89106f/68747470733a2f2f706f7365722e707567782e6f72672f7068702d746d64622f73796d666f6e792f6c6963656e73652e706e67)](https://packagist.org/packages/php-tmdb/symfony)[![License](https://camo.githubusercontent.com/a38119ab7ab30250ace82679038a4688ce40ad61a6b75ec39f98fa11f5ea4ae6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f7068702d746d64622f73796d666f6e79)](https://github.com/php-tmdb/symfony/releases)[![Build Status](https://camo.githubusercontent.com/03312f4f0096bb43e150c11569c34498c1a3ff31e2805236a4305a91b3f3507a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7068702d746d64622f73796d666f6e792f436f6e74696e756f7573253230496e746567726174696f6e3f6c6162656c3d706870756e6974)](https://github.com/php-tmdb/symfony/actions?query=workflow%3A%22Continuous+Integration%22)[![Build Status](https://camo.githubusercontent.com/0c5e73dc963524ab212733029d6705cb057a38f3a1aa9b99300b6440986a659c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7068702d746d64622f73796d666f6e792f436f64696e672532305374616e64617264733f6c6162656c3d7068706373)](https://github.com/php-tmdb/symfony/actions?query=workflow%3A%22Coding+Standards%22)[![codecov](https://camo.githubusercontent.com/baf9a80136c64f546bfed4853592a3e309d6efb921282f1b912e1bc3c1f755bc/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f7068702d746d64622f73796d666f6e793f746f6b656e3d67544d3941694f357648)](https://codecov.io/gh/php-tmdb/symfony)[![PHP](https://camo.githubusercontent.com/e270af1d0de5a2a320ffb768ca9138c16801e44ab6d8f25a4e21e38feea456c8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2533453d372e332c2532302533453d372e342c2532302533453d382e302d3838393242462e737667)](https://packagist.org/packages/php-tmdb/api)[![Total Downloads](https://camo.githubusercontent.com/3f3a4d07585e1a0719fb57259ab2fe552fc4714cb3f5d264f026656bceff7ea7/68747470733a2f2f706f7365722e707567782e6f72672f7068702d746d64622f73796d666f6e792f646f776e6c6f6164732e737667)](https://packagist.org/packages/php-tmdb/symfony)

Compatible with Symfony 5 and 6, PHP 7.4 and up.

Buy me a coffee, or a beer :-)
------------------------------

[](#buy-me-a-coffee-or-a-beer--)

[![](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SMLZ362KQ8K8W)

My stomach will appreciate your donation!

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

[](#installation)

- [Install Composer](https://getcomposer.org/doc/00-intro.md)
- [Install php-tmdb/api dependencies](https://github.com/php-tmdb/api#installation)
    - For development within Symfony we recommend making use of Symfony's PSR-18 HTTP Client *`Symfony\Component\HttpClient\Psr18Client`*, as when non-cached results pass your profiler will be filled with data.

Then require the bundle:

```
composer require php-tmdb/symfony:^4

```

Configuration
-------------

[](#configuration)

Register the bundle in `app/bundles.php`:

```
