Handle Oh Dear! webhooks in a Laravel application
Oh Dear can notify your application of events using webhooks. This package can help you handle those webhooks. Out of the box it will verify the Oh Dear 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 Oh Dear.
Documentation
All package documentation can be found on the Oh Dear website.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email support@ohdear.app instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.