r4nkt / laravel-r4nkt-webhooks
Handle R4nkt webhook calls in a Laravel app
Requires
- php: ^7.2
- illuminate/http: ~5.8.0|^6.0|^7.0
- illuminate/routing: ~5.8.0|^6.0|^7.0
- illuminate/support: ~5.8.0|^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ~3.8.0|^4.0|^5.0
- phpunit/phpunit: ^8.0|^9.0
This package is auto-updated.
Last update: 2024-10-08 21:41:47 UTC
README
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.