Astrotomic / laravel-tmdb

Interact with TMDB data in your Laravel application.
MIT License
35 stars 5 forks source link

Searching Movies #2

Open IdrisN opened 2 years ago

IdrisN commented 2 years ago

Hi everyone,

Is it planned to add a the search endpoint of the TMDB API?

Best, Idris

Gummibeer commented 2 years ago

Hey, yes there are plans for a Movie::search() method which will hit the TMDB endpoint. But there's absolutely no ETA as I've stopped doing open-source actively. Also I don't know when I would/could review/accept/merge/release a PR nor when I will write it my own. It could be next week or next year or next decade or never.^^ https://gummibeer.dev/blog/2022/end-of-an-era/

Gummibeer commented 2 years ago
GET /search/movie

query: string|required
year: integer|optional
primary_release_year: integer|optional
include_adult: boolean|optional

https://developers.themoviedb.org/3/search/search-movies