spryker-sdk/app-sdk

SDK for ACP.

Installs: 170

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 1

Open Issues: 3

pkg:composer/spryker-sdk/app-sdk


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