PHPackages                             spryker-sdk/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. spryker-sdk/sdk

ActiveProject[Utility &amp; Helpers](/categories/utility)

spryker-sdk/sdk
===============

The Spryker SDK aims to provide a single entry point to accelerate your productivity working with Spryker.

0.7.26(4mo ago)62995[1 issues](https://github.com/spryker-sdk/sdk/issues)[6 PRs](https://github.com/spryker-sdk/sdk/pulls)proprietaryPHPPHP &gt;=8.3CI passing

Since Dec 31Pushed 4mo ago8 watchersCompare

[ Source](https://github.com/spryker-sdk/sdk)[ Packagist](https://packagist.org/packages/spryker-sdk/sdk)[ RSS](/packages/spryker-sdk-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (69)Versions (162)Used By (0)

Spryker SDK
===========

[](#spryker-sdk)

[![Build Status](https://github.com/spryker-sdk/sdk/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/sdk/actions?query=workflow%3ACI+branch%3Amaster)[![codecov](https://camo.githubusercontent.com/46af672b2e465aa209b0ff3689162c5e25d654c770fba01e768500b8083df43f/68747470733a2f2f636f6465636f762e696f2f67682f737072796b65722d73646b2f73646b2f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d466638454464306b6747)](https://codecov.io/gh/spryker-sdk/sdk)[![Latest Stable Version](https://camo.githubusercontent.com/5ffc4f5c4ffb384f51182ac9b604a63727b7596a34495998a5857dec54676ca0/68747470733a2f2f706f7365722e707567782e6f72672f737072796b65722d73646b2f73646b2f762f737461626c652e737667)](https://packagist.org/packages/spryker-sdk/sdk)[![Minimum PHP Version](https://camo.githubusercontent.com/9c50dc780fa576f5c39b4feff00c05345c1471be0808881a09e750b91220dc54/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e332d3838393242462e737667)](https://php.net/)[![PHPStan](https://camo.githubusercontent.com/f60d96f7c2579690ab6dfa8918f777fe93a02a92301c661eb38a85861a92b780/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230382d627269676874677265656e2e7376673f7374796c653d666c6174)](https://phpstan.org/)

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)

- ensure auth file is available for composer ()
- ensure docker &amp; docker-compose is installed
- Download the `installer.sh` from the latest release at
- run `installer.sh `
- follow the installer's instructions.
- alias `spryker-sdk` should be set and `SPRYKER_SDK_PATH` env variable should be exported. If not check our troubleshooting doc.

Installation into the current dir:

```
PATH_TO_SDK=$(pwd) \
&& curl -fL github.com/spryker-sdk/sdk/releases/latest/download/installer.sh -O \
&& chmod +x installer.sh \
&& ./installer.sh "${PATH_TO_SDK}" \
&& rm -f installer.sh \
&& if [ -e ~/.zshrc ]; then source ~/.zshrc; else source ~/.bashrc; fi; \
echo "Current SDK version: $(spryker-sdk --version)"
```

Update
------

[](#update)

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

```
curl -fL github.com/spryker-sdk/sdk/releases/latest/download/installer.sh -O \
&& chmod +x installer.sh \
&& ./installer.sh --self-update \
&& rm -f installer.sh \
&& echo "Current SDK version: $(spryker-sdk --version)"
```

Getting started
---------------

[](#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 ` from project root folder. Using `bin/consolespryker-sdk  -h` will give a description on what options can be passed into the task.

Extending the SDK capabilities
------------------------------

[](#extending-the-sdk-capabilities)

Pleaser refer to the [extension documentation](./docs/extending_the_sdk.md) for further information on how to extend the SDK. Extensions to the SDK should follow the [SDK conventions](./docs/conventions.md). For maintaining an extension of the SDK please refer to the [lifecycle management](./docs/lifecycle_management.md).

PhpStorm Command Line Tools
---------------------------

[](#phpstorm-command-line-tools)

Please refer to the [phpstorm integration documentation](./docs/phpstorm_cli_integration.md) for further information on how to integrate the SDK to PhpStorm.

Running the SDK as a developer
------------------------------

[](#running-the-sdk-as-a-developer)

Running the SDK in a development or debug mode is documented at [development documentation](./docs/development.md)

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance73

Regular maintenance activity

Popularity19

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Recently: every ~43 days

Total

123

Last Release

129d ago

PHP version history (5 changes)0.1.0PHP &gt;=8.0

0.3.0PHP &gt;=7.4

0.7.14PHP &gt;=8.1

0.7.15PHP &gt;=8.2

0.7.24PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10738957?v=4)[Spryker Bot](/maintainers/spryker-bot)[@spryker-bot](https://github.com/spryker-bot)

---

Top Contributors

[![pavelmaksimov25](https://avatars.githubusercontent.com/u/82393959?v=4)](https://github.com/pavelmaksimov25 "pavelmaksimov25 (159 commits)")[![vol4onok](https://avatars.githubusercontent.com/u/5063777?v=4)](https://github.com/vol4onok "vol4onok (122 commits)")[![DmytroKlymanSpryker](https://avatars.githubusercontent.com/u/111562890?v=4)](https://github.com/DmytroKlymanSpryker "DmytroKlymanSpryker (106 commits)")[![sergeyspryker](https://avatars.githubusercontent.com/u/100715007?v=4)](https://github.com/sergeyspryker "sergeyspryker (46 commits)")[![olhalivitchuk](https://avatars.githubusercontent.com/u/77281282?v=4)](https://github.com/olhalivitchuk "olhalivitchuk (22 commits)")[![Kyrylo-Meretskyi](https://avatars.githubusercontent.com/u/86324025?v=4)](https://github.com/Kyrylo-Meretskyi "Kyrylo-Meretskyi (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![dereuromark](https://avatars.githubusercontent.com/u/39854?v=4)](https://github.com/dereuromark "dereuromark (6 commits)")[![gechetspr](https://avatars.githubusercontent.com/u/42143273?v=4)](https://github.com/gechetspr "gechetspr (5 commits)")[![stereomon](https://avatars.githubusercontent.com/u/1382877?v=4)](https://github.com/stereomon "stereomon (3 commits)")[![newLoki](https://avatars.githubusercontent.com/u/461574?v=4)](https://github.com/newLoki "newLoki (3 commits)")[![VladislavStrelchenko](https://avatars.githubusercontent.com/u/85889893?v=4)](https://github.com/VladislavStrelchenko "VladislavStrelchenko (3 commits)")[![asmarovydlo](https://avatars.githubusercontent.com/u/15832795?v=4)](https://github.com/asmarovydlo "asmarovydlo (3 commits)")[![AlexSlawinski](https://avatars.githubusercontent.com/u/114923443?v=4)](https://github.com/AlexSlawinski "AlexSlawinski (2 commits)")[![pedrospry](https://avatars.githubusercontent.com/u/85222139?v=4)](https://github.com/pedrospry "pedrospry (1 commits)")[![snyk-bot](https://avatars.githubusercontent.com/u/19733683?v=4)](https://github.com/snyk-bot "snyk-bot (1 commits)")[![spryker-release-bot](https://avatars.githubusercontent.com/u/26904324?v=4)](https://github.com/spryker-release-bot "spryker-release-bot (1 commits)")[![lenadoc](https://avatars.githubusercontent.com/u/30118234?v=4)](https://github.com/lenadoc "lenadoc (1 commits)")[![eduard-melnytskyi](https://avatars.githubusercontent.com/u/85733087?v=4)](https://github.com/eduard-melnytskyi "eduard-melnytskyi (1 commits)")[![amansilla](https://avatars.githubusercontent.com/u/1576983?v=4)](https://github.com/amansilla "amansilla (1 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/spryker-sdk-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/spryker-sdk-sdk/health.svg)](https://phpackages.com/packages/spryker-sdk-sdk)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
