Download the PHP package soapbox/webhooks without Composer
On this page you can find all versions of the php package soapbox/webhooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package webhooks
GoodTalk-Webhooks
Set up
- Install the library
-
Set up your
.env
-
Set this to the namespace of where classes for your handlers will be
- Set this to be able to receive webhooks requests from the API
-
WEBHOOKS_SIGNED_REQUEST_KEY
is generated from the artisan command on the API:webhook:create
- The handler class name should be the camel case notation of the name of the event
- e.g. if the event type from the API is
user.updated
the class to hanle it should beUserUpdated
- e.g. if the event type from the API is
All versions of webhooks with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
illuminate/http Version ^8.0
illuminate/validation Version ^8.0
soapbox/signed-requests Version ^5.1
nesbot/carbon Version ^1.22 || ^2.0
illuminate/http Version ^8.0
illuminate/validation Version ^8.0
soapbox/signed-requests Version ^5.1
nesbot/carbon Version ^1.22 || ^2.0
The package soapbox/webhooks contains the following files
Loading the files please wait ....