spryker-sdk / acp
SDK for ACP.
Installs: 20 230
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Open Issues: 3
Requires
- php: >=8.0
- ext-json: *
- spryker-sdk/async-api: ^0.3.0
- spryker-sdk/spryk: ^0.4.0 || ^0.5.0
- spryker-sdk/sync-api: ^0.1.6
- symfony/console: ^5.3.0 || ^6.0.0
- symfony/finder: ^5.3 || ^6.0.0
Requires (Dev)
- dev-master / 1.0.x-dev
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.1
- 0.1.0
- dev-feature/apps-4380/apps-4846-add-default-endpoints-command
- dev-feature/apps-4380/apps-4847-response-schema-from-configuration
- dev-feature/apps-4380-add-default-endpoints
- dev-feature/apps-5347/apps-5348-validate-the-api-schema-file-and-update-if-needed
- dev-feature/apps-3318/apps-3847-add-filtering-for-apps-by-attributes-on-aop-catalog-landing-page
This package is auto-updated.
Last update: 2024-11-05 08:17:58 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/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.