Handle R4nkt webhook calls in a Laravel app
r4nkt/laravel-r4nkt-webhooks is a Laravel package for handle r4nkt webhook calls in a laravel app.
It currently has 0 GitHub stars and 4 downloads on Packagist (latest version v0.1.0).
Install it with composer require r4nkt/laravel-r4nkt-webhooks.
Discover more Laravel packages by r4nkt
or browse all Laravel packages to compare alternatives.
Last updated
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.
All package documentation can be found on the R4nkt website.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.