{"id":20583711,"url":"https://github.com/chrisnharvey/codeigniter-tmdb-library","last_synced_at":"2025-06-19T07:08:51.260Z","repository":{"id":147443513,"uuid":"1376286","full_name":"chrisnharvey/CodeIgniter-TMDb-Library","owner":"chrisnharvey","description":"A The Movie Database (TMDb) library","archived":false,"fork":false,"pushed_at":"2015-05-28T20:23:35.000Z","size":109,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:41:58.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.b2tm.com/","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/chrisnharvey.png","metadata":{"files":{"readme":"README.markdown","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":"2011-02-17T00:00:40.000Z","updated_at":"2023-12-22T02:12:14.000Z","dependencies_parsed_at":"2023-03-30T05:01:53.158Z","dependency_job_id":null,"html_url":"https://github.com/chrisnharvey/CodeIgniter-TMDb-Library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisnharvey/CodeIgniter-TMDb-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnharvey%2FCodeIgniter-TMDb-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnharvey%2FCodeIgniter-TMDb-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnharvey%2FCodeIgniter-TMDb-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnharvey%2FCodeIgniter-TMDb-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisnharvey","download_url":"https://codeload.github.com/chrisnharvey/CodeIgniter-TMDb-Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnharvey%2FCodeIgniter-TMDb-Library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260705877,"owners_count":23049493,"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","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":[],"created_at":"2024-11-16T06:41:15.560Z","updated_at":"2025-06-19T07:08:46.245Z","avatar_url":"https://github.com/chrisnharvey.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"_Deprecated: Looking for a new maintainer for this package. Open an issue if interested._\n\nThis is the first library I have released which is a TMDb (The Movie Database) Library that I wrote that allows easy access to most of the methods in the TMDb API and returns the response in an array. It still needs a lot of work, but please let me know what you think and give me some feedback and suggestions.\n\nFirst, you must set your TMDb API key in the tmdb.php config file.\n\nLoading the library is simple and works in the usual way (no need to load the config file, this will be loaded as part of the library.\n\n\t$this-\u003eload-\u003elibrary('TMDb');\n\nSo now the library is loaded, you will want to make your first call. Usually you would call the TMDb API URL such as http://api.themoviedb.org/2.1/Movie.getInfo/en/json/APIKEY/187 but to call this same method using this library its as simple as.\n\n\t$data = $this-\u003etmdb-\u003ecall('Movie.getInfo', '187');\n\nYou can then use this $data array to show any of the nodes that would usually appear in the TMDb response. For example, if you wanted to show the name of the movie, you would write\n\n\techo $data-\u003ename;\n\nThats a short example on how you can use this library, a more detailed documentation is coming soon.\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisnharvey%2Fcodeigniter-tmdb-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisnharvey%2Fcodeigniter-tmdb-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisnharvey%2Fcodeigniter-tmdb-library/lists"}