โ˜… Sending and receiving webhooks in Laravel apps

1 ยท Freek Van der Herten ยท June 17, 2019, 12:34 p.m.
A webhook is a mechanism where an application can notify an other application that something has happened. Technically, the application sends an HTTP request to that other application. In this blog post, I'd like to introduce you to two packages that we recently released. The first is laravel-webhook-server, which allows you to send webhook requests. The second one is laravel-webhook-client, which makes it easy to receive those webhook request. Ready to dig in? Let's go! When are webhooks useful...