1
1
# PayPal Webhooks Client for Laravel
2
2
3
- [ ![ Packagist] ( https://badgen.net/packagist/v/ankurk91 /laravel-paypal-webhooks )] ( https://packagist.org/packages/ankurk91 /laravel-paypal-webhooks )
4
- [ ![ GitHub-tag] ( https://badgen.net/github/tag/ankurk91 /laravel-paypal-webhooks )] ( https://github.com/ankurk91 /laravel-paypal-webhooks/tags )
5
- [ ![ License] ( https://badgen.net/packagist/license/ankurk91 /laravel-paypal-webhooks )] ( LICENSE.txt )
6
- [ ![ Downloads] ( https://badgen.net/packagist/dt/ankurk91 /laravel-paypal-webhooks )] ( https://packagist.org/packages/ankurk91 /laravel-paypal-webhooks/stats )
7
- [ ![ GH-Actions] ( https://github.com/ankurk91 /laravel-paypal-webhooks/workflows/tests/badge.svg )] ( https://github.com/ankurk91 /laravel-paypal-webhooks/actions )
8
- [ ![ codecov] ( https://codecov.io/gh/ankurk91 /laravel-paypal-webhooks/branch/main/graph/badge.svg )] ( https://codecov.io/gh/ankurk91 /laravel-paypal-webhooks )
3
+ [ ![ Packagist] ( https://badgen.net/packagist/v/Tommmoe /laravel-paypal-webhooks )] ( https://packagist.org/packages/Tommmoe /laravel-paypal-webhooks )
4
+ [ ![ GitHub-tag] ( https://badgen.net/github/tag/Tommmoe /laravel-paypal-webhooks )] ( https://github.com/Tommmoe /laravel-paypal-webhooks/tags )
5
+ [ ![ License] ( https://badgen.net/packagist/license/Tommmoe /laravel-paypal-webhooks )] ( LICENSE.txt )
6
+ [ ![ Downloads] ( https://badgen.net/packagist/dt/Tommmoe /laravel-paypal-webhooks )] ( https://packagist.org/packages/Tommmoe /laravel-paypal-webhooks/stats )
7
+ [ ![ GH-Actions] ( https://github.com/Tommmoe /laravel-paypal-webhooks/workflows/tests/badge.svg )] ( https://github.com/Tommmoe /laravel-paypal-webhooks/actions )
8
+ [ ![ codecov] ( https://codecov.io/gh/Tommmoe /laravel-paypal-webhooks/branch/main/graph/badge.svg )] ( https://codecov.io/gh/Tommmoe /laravel-paypal-webhooks )
9
9
10
10
Handle [ PayPal] ( https://developer.paypal.com/api/rest/webhooks/ ) webhooks in Laravel php framework.
11
11
@@ -14,15 +14,15 @@ Handle [PayPal](https://developer.paypal.com/api/rest/webhooks/) webhooks in Lar
14
14
You can install the package via composer:
15
15
16
16
``` bash
17
- composer require " ankurk91 /laravel-paypal-webhooks"
17
+ composer require " Tommmoe /laravel-paypal-webhooks"
18
18
```
19
19
20
20
The service provider will automatically register itself.
21
21
22
22
You must publish the config file with:
23
23
24
24
``` bash
25
- php artisan vendor:publish --provider=" Ankurk91 \PayPalWebhooks\PayPalWebhooksServiceProvider"
25
+ php artisan vendor:publish --provider=" Tommmoe \PayPalWebhooks\PayPalWebhooksServiceProvider"
26
26
```
27
27
28
28
Next, you must publish the migration with:
0 commit comments