mittwald / mstudio-ext-webhooks
Library for processing webhook calls for mittwald mStudio extensions
v0.1.0
2024-10-29 08:30 UTC
Requires
- ext-sodium: *
- mittwald/api-client: ^2.1
- psr/cache: ^3.0
- psr/http-message: ^2.0
- psr/log: ^3.0
Requires (Dev)
- nyholm/psr7: ^1.8
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^11.4
This package is auto-updated.
Last update: 2024-10-29 10:44:14 UTC
README
This library contains PHP classes for working with mittwald mStudio extension webhooks.1
Tip
This library only contains the classes modelling the webhook messages and a few services for authenticating these messages. If you are using Symfony, we recommend using the mstudio-ext-bundle Symfony Bundle, instead.
Installation
Install using Composer:
$ composer require mittwald/mstudio-ext-webhooks