clickds / app-purchase-notifications
A package for dealing with subscriptions made via Google and Apple app stores
dev-main
2021-11-18 17:12 UTC
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2025-03-07 19:23:51 UTC
README
Apple
- https://developer.android.com/google/play/billing/rtdn-reference
- https://developer.android.com/google/play/developer-api.html#subscriptions_api_overview
- http://googleapis.github.io/google-cloud-php/#/
- googleapis/google-api-php-client#1529
- https://github.com/googleapis/google-api-php-client-services/tree/master/src/Google/Service/AndroidPublisher
- https://developers.google.com/android-publisher/api-ref/rest
Useful Resources
- Laravel Package
- Laravel Docs
- http://blog.goforyt.com/validating-android-app-purchases-laravel/
- http://blog.goforyt.com/validating-ios-app-purchases-laravel/
Publishing config
php artisan vendor:publish --provider="ClickDs\AppPurchaseNotifications\AppPurchaseNotificationsServiceProvider" --tag="config"