Handle Appstore server-to-server notifications in Laravel or Lumen projects for auto-renewable subscriptions
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 2ff7a78a7b Fixed null value in request 5 years ago
config Style fixes 5 years ago
database/migrations Initial commit 5 years ago
src Fixed null value in request 5 years ago
tests Apply fixes from StyleCI 5 years ago
.editorconfig Initial commit 5 years ago
.gitattributes Initial commit 5 years ago
.gitignore Initial commit 5 years ago
.scrutinizer.yml Initial commit 5 years ago
.styleci.yml Initial commit 5 years ago
.travis.yml Fixed null value in request 5 years ago
CHANGELOG.md Initial commit 5 years ago
CONTRIBUTING.md Initial commit 5 years ago
LICENSE.md Initial commit 5 years ago
README.md Style fixes 5 years ago
UPGRADING.md Initial commit 5 years ago
composer.json Travis 5 years ago
phpunit.xml.dist Initial commit 5 years ago

README.md

Handle Appstore server-to-server notifications for auto-renewable subscriptions

Latest Version on Packagist Build Status StyleCI Scrutinizer Code Quality Total Downloads

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.