Skip to content

Releases: php-tmdb/api

4.0.3: Merge pull request #232 from SosthenG/movie-external-ids

07 Mar 13:22
0043e43
Compare
Choose a tag to compare

Contains some small fixes

05 Jan 22:02
634cc9c
Compare
Choose a tag to compare
Pre-release
Fixes #180; reference birth or death days as YEAR-01-01 instead of us…

…ing today. (#227)

Composer fix

04 Jan 22:15
Compare
Choose a tag to compare
Composer fix Pre-release
Pre-release

Fix for composer to specifically include php 7.4

PSR-X support, PHP 7.3+

04 Jan 20:10
a06a985
Compare
Choose a tag to compare
Pre-release

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

[ALPHA] Early release for 3.0 which allows Symfony 5 components and drops legacy php versions

23 Mar 16:09
6ed18ca
Compare
Choose a tag to compare
Merge pull request #201 from DariusIII/patch-1

Allow symfony 5 components

Small fixes

04 Sep 16:22
09fa8dc
Compare
Choose a tag to compare

Includes some small fixes presented by the community;

Thanks for the contributions :-)

Small update

28 Nov 20:41
53925e5
Compare
Choose a tag to compare
Merge pull request #186 from dblazeski/2.1

Fixes Y-d-m format

Small update

30 May 15:36
25bf656
Compare
Choose a tag to compare

Adds recommendations

03 May 18:08
Compare
Choose a tag to compare
  • #179 adds recommendations for tv shows and movies, thanks to @actioussan !

Adds symfony4 support

20 Jan 13:39
Compare
Choose a tag to compare

Thanks @z38 for your contribution