Skip to content

Commit cc85d29

Browse files
committed
Update README.md
Add badges
1 parent 597d0b7 commit cc85d29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Handle Mailgun Webhooks in a Laravel application
22

3+
![Laravel](https://github.com/binary-cats/laravel-mailgun-webhooks/workflows/Laravel/badge.svg)
4+
![Style CI](https://github.styleci.io/repos/230519748/shield)
5+
36
[Mailgun](https://mailgun.com) can notify your application of mail events using webhooks. This package can help you handle those webhooks. Out of the box it will verify the Mailgun signature of all incoming requests. All valid calls will be logged to the database. You can easily define jobs or events that should be dispatched when specific events hit your app.
47

58
This package will not handle what should be done after the webhook request has been validated and the right job or event is called. You should still code up any work (eg. regarding payments) yourself.

0 commit comments

Comments
 (0)