imdhemy/google-play-billing
Google Play Billing
Maintainers
Requires
- php: >=8.4
- ext-json: *
- google/auth: ^1.50
- guzzlehttp/guzzle: ^7.10
- nesbot/carbon: ^3.11
- phpdocumentor/reflection-docblock: ^5.2
- symfony/property-access: ^8.0
- symfony/serializer: ^8.0
Requires (Dev)
- fakerphp/faker: ^1.21
- friendsofphp/php-cs-fixer: ^3.95
- phpunit/phpunit: ^12.5
- psalm/plugin-phpunit: ^0.19.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 680110f31de0b88cf74d2a7b9fea423ade08e6c3
- imdhemy <imdhemy.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-15 18:43:12 UTC
README
👁 Packagist PHP Version Support
👁 Total Downloads
👁 Latest Stable Version
👁 License
👁 Continuous Integration
PHP Google Play In-App Purchases
👁 Billing-related endpoints provided by the Google Play Developer API.
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.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.
- Here is the developer guide to help you get started with the codebase: Developer guide.
- You still have questions? Drop them in the discussions tab.
License
The App Store IAP is an open-sourced software licensed under the MIT license.
