r4nkt/laravel-r4nkt-webhooks

Handle R4nkt webhook calls in a Laravel app

v0.1.0 2020-03-27 21:15 UTC

This package is auto-updated.

Last update: 2024-04-08 20:40:41 UTC


README

Latest Version on Packagist StyleCI Quality Score Total Downloads

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 support@r4nkt.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.