Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Webhook Server Laravel Package

spatie/laravel-webhook-server

Send webhooks from Laravel with configurable endpoints, payloads and headers. Supports request signing, queued delivery, retries with backoff, and failure handling. Ideal for notifying external services when events happen in your app.

View on GitHub
Deep Wiki
Context7
3.11.0

Guzzle 8 is now supported alongside Guzzle 6 and 7.

Guzzle 8 removes RequestException::getResponse(), keeps the casing of the HTTP method you pass in, and only accepts string header values. All three are handled, so webhooks keep going out as POST and useTimestamp() keeps working. The test matrix now runs against both Guzzle 7 and 8.

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.10.0...3.11.0

3.10.0

What's Changed

  • Add Laravel 13 support
3.9.0

What's new

  • Add support for optional timestamp header in webhooks (#165)
  • Add PHP 8.4 and 8.5 to test matrix

The timestamp header helps prevent replay attacks. You can enable it by calling useTimestamp():

WebhookCall::create()
    ->useTimestamp()
    ->url('https://example.com/webhooks')
    ->useSecret('my-secret')
    ->payload(['key' => 'value'])
    ->dispatch();

The header name defaults to Timestamp and can be configured via the timestamp_header_name config key.

3.8.2

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.8.1...3.8.2

3.8.1
3.8.0

3.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.7.0...3.8.0

3.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.4.3...3.5.0

3.4.3

What's Changed

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.4.2...3.4.3

3.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.2.1...3.3.0

3.2.1

What's Changed

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.2.0...3.2.1

3.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.1.2...3.2.0

3.1.2
  • support Laravel 9
3.1.1
3.0.0
  • support using webhook URLs as part of webhook signatures (#98)
2.1.1
  • add ability to use default queue of connection (#94)
2.1.0
  • allow setting queue connection (#92)
2.0.1
  • fix tests
2.0.0
  • require Laravel 8
  • require PHP 8
1.13.0
  • add dispatchSync
1.12.0
  • pass Guzzle TransferStats into resulting Event (#81)
1.11.3
  • fix for missing default headers when using withHeaders (#79)
1.11.2
  • dispatch should return the PendingDispatch (#74)
1.11.1
  • fix exception name for invalid signers (#67)
1.11.0
  • add support for PHP 8
1.10.0
  • add getUuid
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle