Skip to content

Commit f6eb044

Browse files
committed
Update README.md
1 parent cc85d29 commit f6eb044

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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)
3+
![https://github.com/binary-cats/laravel-mailgun-webhooks/actions](https://github.com/binary-cats/laravel-mailgun-webhooks/workflows/Laravel/badge.svg)
4+
![https://github.styleci.io/repos/230519748](https://github.styleci.io/repos/230519748/shield)
5+
![Scrutinizer]()
56

67
[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.
78

0 commit comments

Comments
 (0)