Download the PHP package spryker-sdk/sdk without Composer

On this page you can find all versions of the php package spryker-sdk/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sdk

Spryker SDK

Build Status codecov Latest Stable Version Minimum PHP Version PHPStan

The Spryker SDK aims to provide a single entry point to accelerate your productivity working with Spryker. No matter if you want to validate existing code, implement new features with Spryker or go live with your project, the Spryker SDK provides you the tools to fulfill your mission faster and cut out the boring parts of the development, so you can focus developing exciting features for your business case.

Installation

Installation into the current dir:

Update

Can be executed from any directory. The path will be taken from the SPRYKER_SDK_PATH env variable

Getting started

To get an overview on the available capabilities of the Spryker SDK please run spryker-sdk list

Any task can be executed by running spryker-sdk <task-id> from project root folder. Using bin/consolespryker-sdk <task-id> -h will give a description on what options can be passed into the task.

Extending the SDK capabilities

Pleaser refer to the extension documentation for further information on how to extend the SDK. Extensions to the SDK should follow the SDK conventions. For maintaining an extension of the SDK please refer to the lifecycle management.

PhpStorm Command Line Tools

Please refer to the phpstorm integration documentation for further information on how to integrate the SDK to PhpStorm.

Running the SDK as a developer

Running the SDK in a development or debug mode is documented at development documentation


All versions of sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-ctype Version *
ext-curl Version *
ext-iconv Version *
ext-json Version *
ext-pcre Version *
ext-pdo Version *
ext-phar Version *
ext-simplexml Version *
ext-sqlite3 Version *
ext-xml Version *
composer-runtime-api Version ^2.1
composer/semver Version ^3.4
doctrine/doctrine-bundle Version ^2.11
doctrine/doctrine-migrations-bundle Version ^3.3
doctrine/migrations Version ^3.5
doctrine/orm Version ^2.17
ergebnis/json-printer Version ^3.2
guzzlehttp/guzzle Version ^7.8
laminas/laminas-filter Version ^2.22
laminas/laminas-stdlib Version ^3.13
m4tthumphrey/php-gitlab-api Version ^11.12
monolog/monolog Version ^2.9
nelmio/api-doc-bundle Version ^4.12
ondrejmirtes/better-reflection Version 4.3.*
phpbench/phpbench Version ^1.2
phpmd/phpmd Version 2.15.*
phpstan/phpstan Version ^1.10
psr/cache Version ^1.0 || ^2.0 || ^3.0
psr/log Version ^1.0 || ^2.0 || ^3.0
ramsey/uuid Version ^3.9
rector/rector Version ^0.13
spryker-sdk/acp Version ^0.3.2
spryker-sdk/async-api Version ^0.3.2
spryker-sdk/brancho Version dev-master as 1.0.0
spryker-sdk/composer-replace Version dev-master as 1.0.0
spryker-sdk/evaluator Version ^0.2.0
spryker-sdk/sdk-contracts Version ^0.5.0
spryker-sdk/security-checker Version ^0.2.0
spryker-sdk/spryk Version ^0.4.7
spryker-sdk/sync-api Version ^0.1.1
spryker-sdk/upgrader Version ^0.3.5
spryker/architecture-sniffer Version ^0.5.7
spryker/code-sniffer Version ^0.17.18
symfony/asset Version ^6.0
symfony/config Version ^6.0
symfony/console Version ^6.0
symfony/deprecation-contracts Version ^2.5 || ^3.0
symfony/dotenv Version ^6.0
symfony/event-dispatcher Version ^6.0
symfony/event-dispatcher-contracts Version ^2.5 || ^3.0
symfony/expression-language Version ^6.0
symfony/filesystem Version ^6.0
symfony/flex Version ^1.21
symfony/framework-bundle Version ^6.0
symfony/lock Version ^6.0
symfony/monolog-bundle Version ^3.10
symfony/process Version ^6.0
symfony/runtime Version ^6.0
symfony/serializer Version ^6.0
symfony/twig-bundle Version ^6.0
symfony/validator Version ^6.0
symfony/var-exporter Version ^6.0
symfony/workflow Version ^6.0
symfony/yaml Version ^6.0
vimeo/psalm Version ^4.30
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package spryker-sdk/sdk contains the following files

Loading the files please wait ....