PHPackages                             sylius/sylius-standard - 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. [Framework](/categories/framework)
4. /
5. sylius/sylius-standard

ActiveProject[Framework](/categories/framework)

sylius/sylius-standard
======================

Starting point for projects powered by Sylius eCommerce.

v2.2.0(5mo ago)271291.3k↓24.6%370[8 PRs](https://github.com/Sylius/Sylius-Standard/pulls)MITPHPPHP ^8.3CI passing

Since Jun 24Pushed 1mo ago34 watchersCompare

[ Source](https://github.com/Sylius/Sylius-Standard)[ Packagist](https://packagist.org/packages/sylius/sylius-standard)[ Docs](https://sylius.com)[ GitHub Sponsors](https://github.com/sylius)[ RSS](/packages/sylius-sylius-standard/feed)WikiDiscussions 2.2 Synced 1mo ago

READMEChangelog (10)Dependencies (36)Versions (216)Used By (0)

 [    ![Sylius Logo.](https://camo.githubusercontent.com/ea9dddc934264aa7ec01cf3202c500f3d8b04448bce2571bdc74230efddda88f/68747470733a2f2f6d656469612e73796c6975732e636f6d2f73796c6975732d6c6f676f2d3830302e706e67)  ](https://sylius.com)

Sylius Standard Edition
=======================

[](#sylius-standard-edition)

This is Sylius Standard Edition repository for starting new projects.

About
-----

[](#about)

Sylius is the first decoupled eCommerce framework based on [**Symfony**](http://symfony.com) and [**Doctrine**](http://doctrine-project.org). The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for application tailored to your business requirements. Enjoy being an eCommerce Developer again!

Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with [Behat](http://behat.org)

Documentation
-------------

[](#documentation)

Documentation is available at [docs.sylius.com](http://docs.sylius.com).

Installation
------------

[](#installation)

### Traditional

[](#traditional)

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard project
$ cd project
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ symfony serve
$ open http://localhost:8000/
```

For more detailed instruction about traditional way of running Sylius please visit [installation chapter in our docs](https://docs.sylius.com/the-book/sylius-ce-installation).

### Docker

[](#docker)

You can run Sylius and all associated infrastructure dependencies (PHP, Nginx, MySQL, Node) on your machine using only Docker containers. Make sure you have installed [Docker](https://docs.docker.com/get-docker/) on your local machine.

**Option 1: Get the latest release**

```
LATEST=$(curl -s https://api.github.com/repos/Sylius/Sylius-Standard/releases/latest | grep '"tag_name"' | cut -d'"' -f4)
curl -L -o sylius-latest.zip https://github.com/Sylius/Sylius-Standard/archive/refs/tags/$LATEST.zip
unzip sylius-latest.zip
cd Sylius-Standard-*
```

**Option 2: List available versions**

```
curl -s https://api.github.com/repos/Sylius/Sylius-Standard/releases | grep '"tag_name"' | cut -d'"' -f4 | head -10
```

**Option 3: Get a specific version**

```
VERSION="v2.x.x"  # Replace with desired version
curl -L -o sylius-$VERSION.zip https://github.com/Sylius/Sylius-Standard/archive/refs/tags/$VERSION.zip
unzip sylius-$VERSION.zip
cd Sylius-Standard-*
```

**Initialize the project (required for all options):**

```
make init
```

For more detailed instruction about Docker way of running Sylius please visit [Docker installation chapter in our docs](https://docs.sylius.com/getting-started-with-sylius/sylius-ce-installation-with-docker).

Troubleshooting
---------------

[](#troubleshooting)

If something goes wrong, errors &amp; exceptions are logged at the application level:

```
$ tail -f var/log/prod.log
$ tail -f var/log/dev.log
```

Contributing
------------

[](#contributing)

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our [Contribution Guide](https://docs.sylius.com/en/latest/contributing/)!

Stay Updated
------------

[](#stay-updated)

If you want to keep up with the updates, [follow the official Sylius account on Twitter](http://twitter.com/Sylius) and [like us on Facebook](https://www.facebook.com/SyliusEcommerce/).

Bug Tracking
------------

[](#bug-tracking)

If you want to report a bug or suggest an idea, please use [GitHub issues](https://github.com/Sylius/Sylius/issues).

Community Support
-----------------

[](#community-support)

Get Sylius support on [Slack](https://sylius.com/slack), [Forum](https://forum.sylius.com/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/sylius).

MIT License
-----------

[](#mit-license)

Sylius is completely free and released under the [MIT License](https://github.com/Sylius/Sylius/blob/master/LICENSE).

Authors
-------

[](#authors)

Sylius was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). See the list of [contributors from our awesome community](https://github.com/Sylius/Sylius/contributors).

###  Health Score

72

—

ExcellentBetter than 100% of packages

Maintenance82

Actively maintained with recent releases

Popularity56

Moderate usage in the ecosystem

Community36

Small or concentrated contributor base

Maturity98

Battle-tested with a long release history

 Bus Factor3

3 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 ~22 days

Recently: every ~38 days

Total

195

Last Release

61d ago

Major Versions

v1.14.1 → v2.0.12024-12-12

v1.14.3 → v2.0.32025-03-11

v1.14.4 → v2.0.42025-04-28

v1.14.5 → v2.1.02025-06-04

v1.14.6 → v2.1.52025-10-15

PHP version history (11 changes)v0.10.0PHP &gt;=5.3.3

v0.16.0PHP &gt;=5.5.9

v1.0.0-alpha.1PHP ^5.6|^7.0

v1.0.0-rc.1PHP ^7.1

v1.3.0-BETAPHP ^7.2

v1.7.0PHP ^7.3

v1.10.0-ALPHA.1PHP ^7.4 || ^8.0

v1.11.0PHP ^8.0

v1.13.0PHP ^8.1

v2.0.0PHP ^8.2

v2.1.5PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/719423?v=4)[Sylius eCommerce](/maintainers/sylius)[@Sylius](https://github.com/Sylius)

![](https://www.gravatar.com/avatar/4b4a5a1a9293502aa8573551fab020963a9050c5cca4524433b6d94214d3b480?d=identicon)[GSadee](/maintainers/GSadee)

---

Top Contributors

[![pamil](https://avatars.githubusercontent.com/u/1897953?v=4)](https://github.com/pamil "pamil (528 commits)")[![lchrusciel](https://avatars.githubusercontent.com/u/6213903?v=4)](https://github.com/lchrusciel "lchrusciel (164 commits)")[![Rafikooo](https://avatars.githubusercontent.com/u/40125720?v=4)](https://github.com/Rafikooo "Rafikooo (160 commits)")[![GSadee](https://avatars.githubusercontent.com/u/6140884?v=4)](https://github.com/GSadee "GSadee (133 commits)")[![Zales0123](https://avatars.githubusercontent.com/u/6212718?v=4)](https://github.com/Zales0123 "Zales0123 (112 commits)")[![Ferror](https://avatars.githubusercontent.com/u/17534504?v=4)](https://github.com/Ferror "Ferror (58 commits)")[![mpysiak](https://avatars.githubusercontent.com/u/39049059?v=4)](https://github.com/mpysiak "mpysiak (46 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (46 commits)")[![pjedrzejewski](https://avatars.githubusercontent.com/u/614970?v=4)](https://github.com/pjedrzejewski "pjedrzejewski (46 commits)")[![Wojdylak](https://avatars.githubusercontent.com/u/33687392?v=4)](https://github.com/Wojdylak "Wojdylak (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (27 commits)")[![jakubtobiasz](https://avatars.githubusercontent.com/u/80641364?v=4)](https://github.com/jakubtobiasz "jakubtobiasz (24 commits)")[![teohhanhui](https://avatars.githubusercontent.com/u/548843?v=4)](https://github.com/teohhanhui "teohhanhui (22 commits)")[![NoResponseMate](https://avatars.githubusercontent.com/u/9448101?v=4)](https://github.com/NoResponseMate "NoResponseMate (20 commits)")[![michalmarcinkowski](https://avatars.githubusercontent.com/u/7572437?v=4)](https://github.com/michalmarcinkowski "michalmarcinkowski (19 commits)")[![TheMilek](https://avatars.githubusercontent.com/u/53942444?v=4)](https://github.com/TheMilek "TheMilek (13 commits)")[![damonsson](https://avatars.githubusercontent.com/u/3453169?v=4)](https://github.com/damonsson "damonsson (9 commits)")[![vvasiloi](https://avatars.githubusercontent.com/u/7114562?v=4)](https://github.com/vvasiloi "vvasiloi (9 commits)")[![arti0090](https://avatars.githubusercontent.com/u/35863747?v=4)](https://github.com/arti0090 "arti0090 (8 commits)")[![Tomanhez](https://avatars.githubusercontent.com/u/39232096?v=4)](https://github.com/Tomanhez "Tomanhez (8 commits)")

---

Tags

ecommerceecommerce-frameworkecommerce-platformhacktoberfestphpsyliussymfonysymfony-applicationsymfonysyliusecommercecartshoppingdistribution

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sylius-sylius-standard/health.svg)

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

###  Alternatives

[thelia/thelia

Thelia is an ecommerce CMS.

8715.1k](/packages/thelia-thelia)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)

PHPackages © 2026

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