Download the PHP package r4nkt/laravel-r4nkt-webhooks without Composer
On this page you can find all versions of the php package r4nkt/laravel-r4nkt-webhooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download r4nkt/laravel-r4nkt-webhooks
More information about r4nkt/laravel-r4nkt-webhooks
Files in r4nkt/laravel-r4nkt-webhooks
Package laravel-r4nkt-webhooks
Short Description Handle R4nkt webhook calls in a Laravel app
License MIT
Homepage https://github.com/r4nkt/laravel-r4nkt-webhooks
Informations about the package laravel-r4nkt-webhooks
Handle R4nkt webhooks in a Laravel application
R4nkt can notify your application of events using webhooks. This package can help you handle those webhooks. Out of the box it will verify the R4nkt signature of all incoming requests. You can easily define jobs or events that should be dispatched when specific events hit your app.
This package will not handle what should be done after the webhook request has been validated and the right job or event is called.
Before using this package we highly recommend reading the documentation on webhooks over at R4nkt.
Documentation
All package documentation can be found on the R4nkt website.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Travis Elkins
- Freek Van der Herten
- Mattias Geniar
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-r4nkt-webhooks with dependencies
illuminate/http Version ~5.8.0|^6.0|^7.0
illuminate/routing Version ~5.8.0|^6.0|^7.0
illuminate/support Version ~5.8.0|^6.0|^7.0