{"id":28242307,"url":"https://github.com/imdhemy/google-play-billing","last_synced_at":"2026-01-23T13:03:43.953Z","repository":{"id":43085209,"uuid":"303852260","full_name":"imdhemy/google-play-billing","owner":"imdhemy","description":"Google Play billing","archived":false,"fork":false,"pushed_at":"2025-06-03T11:41:34.000Z","size":624,"stargazers_count":44,"open_issues_count":1,"forks_count":28,"subscribers_count":3,"default_branch":"1.x","last_synced_at":"2025-06-03T22:45:08.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imdhemy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["imdhemy"]}},"created_at":"2020-10-13T23:29:55.000Z","updated_at":"2025-06-03T11:41:35.000Z","dependencies_parsed_at":"2024-03-19T18:54:46.183Z","dependency_job_id":"8ff89976-b360-4486-83ca-bc6ec81fea39","html_url":"https://github.com/imdhemy/google-play-billing","commit_stats":{"total_commits":233,"total_committers":4,"mean_commits":58.25,"dds":0.05150214592274682,"last_synced_commit":"803b3357dfa31f89d062dbe757e10a482e262a35"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fgoogle-play-billing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fgoogle-play-billing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fgoogle-play-billing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fgoogle-play-billing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdhemy","download_url":"https://codeload.github.com/imdhemy/google-play-billing/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fgoogle-play-billing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":257905225,"owners_count":22620801,"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":"2025-05-19T05:09:43.746Z","updated_at":"2026-01-02T20:24:19.365Z","avatar_url":"https://github.com/imdhemy.png","language":"PHP","funding_links":["https://github.com/sponsors/imdhemy"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://imdhemy.com/laravel-iap-docs/docs/google-play-billing/intro\"\u003e\u003cimg src=\"logo.png\"  alt=\"Appstore IAP documentation\" width=\"350\" height='200'/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Packagist PHP Version Support\" src=\"https://img.shields.io/packagist/php-v/imdhemy/google-play-billing\" /\u003e\n\u003ca href=\"https://packagist.org/packages/imdhemy/google-play-billing\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/imdhemy/google-play-billing\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/imdhemy/google-play-billing\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/imdhemy/google-play-billing\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/imdhemy/google-play-billing\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/imdhemy/google-play-billing\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/imdhemy/google-play-billing/actions/workflows/ci.yaml\"\u003e\u003cimg src=\"https://github.com/imdhemy/google-play-billing/actions/workflows/ci.yaml/badge.svg\" alt=\"Continuous Integration\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## PHP Google Play In-App Purchases\n\n\u003cp align='center'\u003e\u003cimg src='diagram.png' alt='Billing-related endpoints provided by the Google Play Developer API.'\u003e\u003c/p\u003e\n\n**Google Play Billing** for PHP provides a clean, developer-friendly to interact\nwith https://developers.google.com/android-publisher. This\npackage is ideal for applications that need validate purchases, manage subscriptions and interact with Google Play\nProduct Catalog.\n\n### Features\n\n* Simple integration with the Google Play Developer API\n* Support for purchase and subscription validation\n* Handles authentication using Google service accounts\n* Lightweight, extensible, and framework-agnostic\n\n## Installation\n\nUse composer\n\n```\ncomposer require imdhemy/google-play-billing\n```\n\n## Getting Started\n\nRefer to the documentation in the [docs](docs/README.md#php-google-play-in-app-purchase-google-play-billing) for setup\ninstructions, configuration, and usage examples.\n\n## Requirements\n\n* PHP 8.4 or higher\n* Google Cloud project with access to the Android Publisher API\n* A service account with appropriate permissions\n\n## Contributing\n\n- Feel free to check the [contributing guide](/CONTRIBUTING.md).\n- Here is the developer guide to help you get started with the codebase: [Developer guide](/DEVELOPER_GUIDE.md).\n- You still have questions? Drop them in\n  the [discussions tab](https://github.com/imdhemy/google-play-billing/discussions).\n\n## License\n\nThe App Store IAP is an open-sourced software licensed under the [MIT license](./LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdhemy%2Fgoogle-play-billing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdhemy%2Fgoogle-play-billing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdhemy%2Fgoogle-play-billing/lists"}