This SDK is independent of any Framework. It uses PSR Request/Response/HttpClient to be usable cross framework.
- Registration Flow
- Lifecycle Handling (app activated, deactivated, uninstalled)
- Convert Actions (Webhook, ActionButton, Payment, ...) into Structs
- Framework agnostic (PSR Request/Response/HttpClient/Repository)
- Events
If you are using Symfony, you can use the Symfony Bundle to integrate the SDK. See Getting Started of the Bundle for more information.
Checkout the Example project for a simple working example.