Skip to content

Commit 3ebbd09

Browse files
authoredApr 8, 2025
Update README.md
1 parent 7018337 commit 3ebbd09

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
# Receive webhooks in Laravel apps
1+
<div align="left">
2+
<a href="https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=laravel-webhook-client">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://spatie.be/packages/header/laravel-webhook-client/html/dark.webp">
5+
<img alt="Logo for laravel-webhook-client" src=" https://spatie.be/packages/header/laravel-webhook-client/html/light.webp" height="190">
6+
</picture>
7+
</a>
8+
9+
<h1>Receive webhooks in Laravel apps</h1>
210

311
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-webhook-client.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-webhook-client)
412
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-webhook-client/run-tests.yml?branch=main?label=tests)
513
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-webhook-client.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-webhook-client)
14+
15+
</div>
616

717
A webhook is a way for an app to provide information to another app about a specific event. The way the two apps communicate is with a simple HTTP request.
818

0 commit comments

Comments
 (0)