An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Appstore IAP documentation


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](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).