shopware/app-php-sdk

Shopware App SDK for PHP

2.0.3 2023-12-09 10:22 UTC

README

codecov PHPUnit PHPStan CS-Fixer Mutation testing badge

This SDK is independent of any Framework. It uses PSR Request/Response/HttpClient to be usable cross framework.

Features

  • Registration flow
  • Lifecycle handling (app activated, deactivated, uninstalled)
  • Convert actions (Webhook, ActionButton, Payment, ...) into structs
  • Framework agnostic (PSR Request/Response/HttpClient/Repository)
  • Events

Symfony Bundle

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.

Documentation

Example

Checkout the example project for a simple working example.