spryker-sdk/aop-sdk

SDK for ACP.


README

Build Status Minimum PHP Version PHPStan

Acp is a tool that helps to work with Apps and the App Composition Platform (ACP). It is designed as a small Spryker project that has the same features as a standard installation.

There will be other modules beside the ACP module e.g. Console, Transfer etc.

Installation

  • composer require --dev spryker-sdk/acp
  • vendor/bin/console transfer:generate

Run tests/checks

  • composer test - This will execute the tests.
  • composer cs-check - This will run CodeStyle checks.
  • composer cs-fix - This will fix fixable CodeStyles.
  • composer stan - This will run PHPStan checks.

Documentation