Download the PHP package spryker-sdk/sync-api without Composer
On this page you can find all versions of the php package spryker-sdk/sync-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sync-api
SyncApi
This library provides console commands to work with synchronous APIs.
Installation
composer require --dev spryker-sdk/sync-api
Usage
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
The following console commands are available:
vendor/bin/syncapi schema:openapi:create
vendor/bin/syncapi schema:openapi:validate
vendor/bin/syncapi code:openapi:generate
Adding an OpenAPI file
The vendor/bin/syncapi schema:openapi:create
adds a minimal OpenAPI file.
Validating an OpenAPI file
The vendor/bin/syncapi schema:openapi:validate
validates an OpenAPI file.
Create code from an existing OpenAPI
The vendor/bin/syncapi code:openapi:generate
reads an existing OpenAPI file and creates code out of it.
All versions of sync-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
cebe/php-openapi Version ^1.6
doctrine/inflector Version ^1.4.0 || ^2.0
spryker-sdk/spryk Version ^0.4.0 || ^0.5.0
symfony/console Version ^4.0.0 || ^5.3 || ^6.0
symfony/finder Version ^4.0.0 || ^5.3 || ^6.0
symfony/process Version ^4.0.0 || ^5.4 || ^6.0
cebe/php-openapi Version ^1.6
doctrine/inflector Version ^1.4.0 || ^2.0
spryker-sdk/spryk Version ^0.4.0 || ^0.5.0
symfony/console Version ^4.0.0 || ^5.3 || ^6.0
symfony/finder Version ^4.0.0 || ^5.3 || ^6.0
symfony/process Version ^4.0.0 || ^5.4 || ^6.0
The package spryker-sdk/sync-api contains the following files
Loading the files please wait ....