Download the PHP package oanhnn/laravel-webhook-shield without Composer
On this page you can find all versions of the php package oanhnn/laravel-webhook-shield. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oanhnn/laravel-webhook-shield
More information about oanhnn/laravel-webhook-shield
Files in oanhnn/laravel-webhook-shield
Package laravel-webhook-shield
Short Description Protects against unverified webhooks from 3rd party services on Laravel 5.5+
License MIT
Homepage https://github.com/oanhnn/laravel-webhook-shield
Informations about the package laravel-webhook-shield
Introduction
Protects against unverified webhooks from 3rd party services on Laravel 5.5+
Features
- Supported Laravel 5.5+
- Allow multi services with same driver (Useful for two webhook endpoints of two facebook applications)
- Supported drivers
- [x] Bitbucket
- [x] Facebook
- [x] Github
- [x] Gitlab
- [x] Mailgun
- [x] Shopify
- [x] Trello
- Easy to extend more drivers
Requirements
- php >=7.1.3
- Laravel 5.5+
Laravel 6.0+ required php 7.2+
Installation
Begin by pulling in the package through Composer.
The package will automatically register itself.
You can publish the config-file with:
Usage
Configure services
In configuration file, you can define services
Protects webhook routes
Make custom driver
Make a service implement class
And register this driver in app/Providers/AppServiceProvider.php
Changelog
See all change logs in CHANGELOG
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email to Oanh Nguyen instead of using the issue tracker.
Credits
- Oanh Nguyen
- All Contributors
License
This project is released under the MIT License.
Copyright © 2018-2019 Oanh Nguyen.
All versions of laravel-webhook-shield with dependencies
illuminate/container Version ^5.5|^6.0
illuminate/support Version ^5.5|^6.0