/app-php-sdk

Shopware APP SDK Independent of Frameworks

Primary LanguagePHPMIT LicenseMIT

Shopware APP SDK for PHP

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.

Featuers

  • 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. See Getting Started of the Bundle for more information.

Documentation

Example

Checkout the Example project for a simple working example.