imdhemy / google-play-billing
Google Play Billing
Installs: 978 066
Dependents: 5
Suggesters: 0
Security: 0
Stars: 46
Watchers: 2
Forks: 29
Open Issues: 5
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
This package is auto-updated.
Last update: 2025-09-16 12:14:38 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.