chrisreedio/saloon-webhook-plugin

Adds webhook helpers to Saloon

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/chrisreedio/saloon-webhook-plugin

v1.0.0-alpha.1 2024-01-06 02:29 UTC

This package is auto-updated.

Last update: 2025-10-06 06:11:41 UTC


README

Saloon provides wonderful functionality out of the box to call other services via HTTP.

However, sometimes you may need to call a remote URL which is a webhook endpoint.

Webhook endpoints are typically expecting a POST request with a JSON body.