You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daan Geurts
c893a6ef05
|
5 years ago | |
---|---|---|
config | 5 years ago | |
database/migrations | 5 years ago | |
src | 5 years ago | |
tests | 5 years ago | |
.editorconfig | 5 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
.scrutinizer.yml | 5 years ago | |
.styleci.yml | 5 years ago | |
.travis.yml | 5 years ago | |
CHANGELOG.md | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
UPGRADING.md | 5 years ago | |
composer.json | 5 years ago | |
phpunit.xml.dist | 5 years ago |
README.md
Handle Appstore server-to-server notifications for auto-renewable subscriptions
Installation
You can install this package via composer
composer require app-vise/laravel-appstore-server-notifications
The service provider will register itself. You have to publish the config file with:
php artisan vendor:publish --provider="Appvise\AppStoreNotifications\NotificationsServiceProvider" --tag="config"
Usage
Changelog
Please see CHANGELOG for more information about what has changed recently.
Testing
composer test
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
A big thanks to Spatie's laravel-stripe-webhooks which was a huge inspiration and starting point for this package
License
The MIT License (MIT). Please see License File for more information.