{"id":15030277,"url":"https://github.com/nialltiernan/igdb-api-wrapper","last_synced_at":"2026-03-15T17:53:09.968Z","repository":{"id":57024799,"uuid":"337230988","full_name":"nialltiernan/igdb-api-wrapper","owner":"nialltiernan","description":"PHP wrapper for the IGDB API v4","archived":false,"fork":false,"pushed_at":"2021-02-09T18:14:44.000Z","size":64,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T22:50:56.431Z","etag":null,"topics":["api-wrapper","igdb","php8"],"latest_commit_sha":null,"homepage":"https://api-docs.igdb.com/#about","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/nialltiernan.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":"2021-02-08T22:48:36.000Z","updated_at":"2024-04-19T14:57:57.000Z","dependencies_parsed_at":"2022-08-23T15:00:23.001Z","dependency_job_id":null,"html_url":"https://github.com/nialltiernan/igdb-api-wrapper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nialltiernan%2Figdb-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nialltiernan%2Figdb-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nialltiernan%2Figdb-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nialltiernan%2Figdb-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nialltiernan","download_url":"https://codeload.github.com/nialltiernan/igdb-api-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243349545,"owners_count":20276617,"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":["api-wrapper","igdb","php8"],"created_at":"2024-09-24T20:12:57.655Z","updated_at":"2025-12-24T17:52:11.235Z","avatar_url":"https://github.com/nialltiernan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrapper for IGDB API v4\n[![Latest Stable Version](https://poser.pugx.org/nellyt/igdb-api-wrapper/v)](//packagist.org/packages/nellyt/igdb-api-wrapper)\n[![Total Downloads](https://poser.pugx.org/nellyt/igdb-api-wrapper/downloads)](//packagist.org/packages/nellyt/igdb-api-wrapper)\n[![Latest Unstable Version](https://poser.pugx.org/nellyt/igdb-api-wrapper/v/unstable)](//packagist.org/packages/nellyt/igdb-api-wrapper)\n[![License](https://poser.pugx.org/nellyt/igdb-api-wrapper/license)](//packagist.org/packages/nellyt/igdb-api-wrapper)\n\nThis is a PHP wrapper for v4 of the [IGDB API](https://api-docs.igdb.com/#about)\n\n## Basic installation\nYou can install this package via composer using:\n```shell\ncomposer require nellyt/igdb-api-wrapper\n```\n\n## Usage\n```php\nrequire ('vendor/autoload.php');\n\n$config = new \\Igdb\\Config($clientId, $accessToken);\n$client = new \\Igdb\\ApiClient($config);\n\n$response = $client-\u003egames()-\u003efetch('fields name, summary; where id = 25;');\n\n$response-\u003egetResponse()-\u003egetStatusCode();\n\n$response-\u003egetData();\n```\n\n### Resources\nThere are resources for each API endpoint. Here is the list of available resources\n1. AgeRating\n2. AgeRatingContentDescription\n3. AlternativeName\n4. Artwork\n5. Character\n6. CharacterMugShot\n7. Collection\n8. Company\n9. CompanyLogo\n10. CompanyWebsite\n11. Cover\n12. ExternalGame\n13. Franchise\n14. Game\n15. GameEngine\n16. GameEngineLogo\n17. GameMode\n18. GameVersion\n19. GameVersionFeature\n20. GameVersionFeatureValue\n21. GameVideo\n22. Genre\n23. InvolvedCompany\n24. Keyword\n25. MultiplayerMode\n26. Platform\n27. PlatformFamily\n28. PlatformLogo\n29. PlatformVersion\n30. PlatformVersionCompany\n31. PlatformVersionReleaseDate\n32. PlatformWebsite\n33. PlayerPerspective\n34. ReleaseDate\n35. Screenshot\n36. Search\n37. Theme\n38. Website\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnialltiernan%2Figdb-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnialltiernan%2Figdb-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnialltiernan%2Figdb-api-wrapper/lists"}