clickds / app-purchase-notifications
处理通过Google和Apple应用商店制作的订阅的软件包
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: 2024-09-20 17:24:34 UTC
README
苹果
谷歌
- https://developer.android.com.cn/google/play/billing/rtdn-reference
- https://developer.android.com.cn/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
有用资源
- Laravel 包
- Laravel 文档
- http://blog.goforyt.com/validating-android-app-purchases-laravel/
- http://blog.goforyt.com/validating-ios-app-purchases-laravel/
发布配置
php artisan vendor:publish --provider="ClickDs\AppPurchaseNotifications\AppPurchaseNotificationsServiceProvider" --tag="config"