https://github.com/imdhemy/google-play-billing
Google Play billing
https://github.com/imdhemy/google-play-billing
Last synced: 7 months ago
JSON representation
Google Play billing
- Host: GitHub
- URL: https://github.com/imdhemy/google-play-billing
- Owner: imdhemy
- License: mit
- Created: 2020-10-13T23:29:55.000Z (almost 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2025-06-03T11:41:34.000Z (about 1 year ago)
- Last Synced: 2025-06-03T22:45:08.870Z (about 1 year ago)
- Language: PHP
- Size: 609 KB
- Stars: 44
- Watchers: 3
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE.md
Awesome Lists containing this project
README
## PHP Google Play In-App Purchases

**Google Play Billing** for PHP provides a clean, developer-friendly to interact
with https://developers.google.com/android-publisher. This
package is ideal for applications that need validate purchases, manage subscriptions and interact with Google Play
Product Catalog.
### Features
* Simple integration with the Google Play Developer API
* Support for purchase and subscription validation
* Handles authentication using Google service accounts
* Lightweight, extensible, and framework-agnostic
## Installation
Use composer
```
composer require imdhemy/google-play-billing
```
## Getting Started
Refer to the documentation in the [docs](docs/README.md#php-google-play-in-app-purchase-google-play-billing) for setup
instructions, configuration, and usage examples.
## Requirements
* PHP 8.4 or higher
* Google Cloud project with access to the Android Publisher API
* A service account with appropriate permissions
## Contributing
- Feel free to check the [contributing guide](/CONTRIBUTING.md).
- Here is the developer guide to help you get started with the codebase: [Developer guide](/DEVELOPER_GUIDE.md).
- You still have questions? Drop them in
the [discussions tab](https://github.com/imdhemy/google-play-billing/discussions).
## License
The App Store IAP is an open-sourced software licensed under the [MIT license](./LICENSE.md).
