2019-10-16 14:56:20 +02:00
2019-10-16 14:49:52 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:49:52 +02:00
2019-10-16 14:49:52 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:56:20 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:49:52 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:20:07 +02:00
2019-10-16 14:49:52 +02:00
2019-10-16 14:20:07 +02:00

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 daan@app-vise.nl 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.

Description
Handle Appstore server-to-server notifications in Laravel or Lumen projects for auto-renewable subscriptions
Readme 79 KiB
Languages
PHP 100%