{"id":33978586,"url":"https://github.com/bhutanio/movietvdb","last_synced_at":"2025-12-13T02:54:37.309Z","repository":{"id":62493927,"uuid":"52147441","full_name":"bhutanio/movietvdb","owner":"bhutanio","description":"Movie and TV Database API, Scrapes data from theMovieDB, theTvDB, OMDB (omdbapi.com)","archived":false,"fork":false,"pushed_at":"2023-02-11T04:26:16.000Z","size":36,"stargazers_count":17,"open_issues_count":0,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-18T11:49:45.534Z","etag":null,"topics":["omdb","omdb-api","themoviedb","themoviedb-api","thetvdb","tmdb","tvdb"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhutanio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-20T10:08:07.000Z","updated_at":"2023-11-05T02:28:51.000Z","dependencies_parsed_at":"2022-11-02T09:32:01.656Z","dependency_job_id":null,"html_url":"https://github.com/bhutanio/movietvdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhutanio/movietvdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhutanio%2Fmovietvdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhutanio%2Fmovietvdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhutanio%2Fmovietvdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhutanio%2Fmovietvdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhutanio","download_url":"https://codeload.github.com/bhutanio/movietvdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhutanio%2Fmovietvdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27699085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["omdb","omdb-api","themoviedb","themoviedb-api","thetvdb","tmdb","tvdb"],"created_at":"2025-12-13T02:54:36.745Z","updated_at":"2025-12-13T02:54:37.304Z","avatar_url":"https://github.com/bhutanio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# theMovieDB, theTVDB and OMDB API Wrapper\n\n[![Dependency Status](https://gemnasium.com/badges/github.com/bhutanio/movietvdb.svg)](https://gemnasium.com/github.com/bhutanio/movietvdb)\n\n# Requirements\n- [**PHP**](https://php.net) 5.6.4+ (**7.0+** preferred)\n- PHP Extensions: openssl, mbstring, phpredis\n- [Redis](http://redis.io) Server\n- [Composer](https://getcomposer.org)\n\n## API Keys\n- theMovieDB: https://www.themoviedb.org/documentation/api\n- theTVDB: https://api.thetvdb.com/swagger\n- OMDB: http://www.omdbapi.com/\n\n## Usage\n```php\n$client = new \\Bhutanio\\Movietvdb\\MovieScrapper('TMDB_API_KEY', 'TVDB_API_KEY', 'OMDB_API_KEY');\n\n// Get Movie Information by IMDB ID\n$movie = $client-\u003escrape('movie', 'tt0120737');\n\n// Get Movie Information by TheMovieDB ID\n$movie = $client-\u003escrape('movie', null, '120');\n\n// Get TV Information by IMDB ID\n$tv = $client-\u003escrape('tv', 'tt0944947');\n\n// Get Person information by TheMovieDB's Person ID\n$person = $client-\u003eperson('1327');\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhutanio%2Fmovietvdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhutanio%2Fmovietvdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhutanio%2Fmovietvdb/lists"}