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. To get started with it, refer to the below documentation.
Checkout the example project for a simple working example.