imdhemy / google-play-billing
Google Play Billing
1.12.3
2026-04-24 12:55 UTC
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.94
- phpunit/phpunit: ^12.5
- psalm/plugin-phpunit: ^0.19.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^6.0
This package is auto-updated.
Last update: 2026-04-26 16:51:26 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.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.

