spryker-sdk / aop-sdk
SDK for ACP.
0.3.6
2026-08-17 19:05 UTC
Requires
- php: >=8.3
- ext-json: *
- composer/semver: ^3.0
- spryker-sdk/async-api: ^0.3.4
- spryker-sdk/spryk: ^0.4.0 || ^0.5.0
- spryker-sdk/sync-api: ^0.1.8
- symfony/console: ^5.3.0 || ^6.0.0 || ^7.0.0
- symfony/finder: ^5.3 || ^6.0.0 || ^7.0.0
Requires (Dev)
- cebe/php-openapi: 1.7.0
- codeception/codeception: *
- codeception/module-asserts: *
- codeception/module-phpbrowser: *
- mikey179/vfsstream: ^1.6
- phpstan/phpdoc-parser: ~1.5.1
- spryker-sdk/architector: 0.1.x-dev
- spryker/code-sniffer: 0.17.18
- spryker/kernel: *
- squizlabs/php_codesniffer: 3.7.2
- symfony/var-dumper: *
This package is auto-updated.
Last update: 2026-08-17 19:08:02 UTC
README
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/acpvendor/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.