Php Tmdb Symfony Versions Save

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

4.1

3 years ago
  • Fixes an composer issue with symfony/phpunit-bridge, for reference see #33

4.0.4

3 years ago

Tightened up the ci matrix further, tagging with a version to make sure any pr's that land are against this version.

4.0.3

3 years ago

Just an upgrade to increase coverage of the CI matrix

4.0.2

3 years ago

4.0.1

3 years ago

Fix for composer to specifically include php 7.4

4.0.0

3 years ago

First alpha release, if you encouter any bugs please create an issue!

  • (Re-Implementation) of PSR-3
  • Implementation of PSR-6
  • Implementation of PSR-7
  • (partial) Implementation of PSR-12, lot's of work to do still but on it's way
  • Implementation of PSR-14
  • Implementation of PSR-17
  • Implementation of PSR-18
  • Refactor of low level classes
  • Dropping doctrine cache ( bring your own PSR-16 client )
  • Dropping guzzle http ( bring your own PSR-18 client )
  • New CI/CD integration
  • Code style checking
  • Unit tests running on PHP 7.3, 7.4 and 8.0

v2.1.1

6 years ago
  • Fix service configuration in favor of Symfony 3.3

    In symfony 3.3 they made usage of key parameter of an <argument/> explicitly illegal. It was anyway useless even before. Check this comment for more details.

v2.0.3

6 years ago
  • Fix service configuration in favor of Symfony 3.3

    In symfony 3.3 they made usage of key parameter of an <argument/> explicitly illegal. It was anyway useless even before. Check this comment for more details.

v2.1.0

7 years ago
  • Updating to php-tmdb/api ~2.1, switches over to guzzle 6.
  • Dropped support for Symfony <2.7

v2.0.2

8 years ago

Thanks to @rjkip see #14