Skip to content

Tags: spatie/laravel-webhook-client

Tags

3.4.2

Toggle 3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change hash_equals order parameters (#221)

3.4.1

Toggle 3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a typo in webhook-client.php (#216)

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend InvalidWebhookSignatureEvent with WebhookConfig parameter (#214)

* Update README.md

* Add config to InvalidWebhookSignatureEvent

3.3.2

Toggle 3.3.2's commit message
Fix styling

3.3.1

Toggle 3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump ramsey/composer-install from 2 to 3 (#205)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Laravel 11 Support (#204)

* feat: Add Laravel 11 Support

* chore: migrate phpunit configuration

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhance Webhook Client to Support Multiple HTTP Methods for Receiving…

… Requests (#192)

* Add support for Route method dynamic

* add method  validation & Invalid Exception class

* Remove validatedMethod and add method validation in packageBooted

* Added default webhook route method to options

* Update README.md

---------

Co-authored-by: Freek Van der Herten <[email protected]>

3.1.8

Toggle 3.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: save exception as null by default (#191)

3.1.7

Toggle 3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add laravel 10 support (#176)

3.1.6

Toggle 3.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md