imdhemy / google-play-billing
Google Play Billing
Installs: 890 148
Dependents: 5
Suggesters: 0
Security: 0
Stars: 44
Watchers: 3
Forks: 28
Open Issues: 1
Requires
- php: >=8.3
- ext-json: *
- google/auth: ^1.26
- guzzlehttp/guzzle: ^7.9
- nesbot/carbon: ^3.0
- symfony/property-access: ^7.1
- symfony/serializer: ^7.1
Requires (Dev)
- fakerphp/faker: ^1.21
- friendsofphp/php-cs-fixer: ^3.16
- phpunit/phpunit: ^9.6.7
- psalm/plugin-phpunit: ^0.19.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.26
- 1.x-dev
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.x-dev
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-dependabot/composer/nesbot/carbon-3.10.1
- dev-dependabot/composer/symfony/serializer-7.3.1
- dev-dependabot/composer/friendsofphp/php-cs-fixer-3.76.0
- dev-dependabot/composer/symfony/property-access-7.3.1
This package is auto-updated.
Last update: 2025-07-02 08:42:13 UTC
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 for setup instructions, configuration, and usage examples.
Requirements
- PHP 8.3 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.
License
The App Store IAP is an open-sourced software licensed under the MIT license.