No description
Find a file
2026-06-02 12:13:35 +02:00
.bunnyshell Fix bunnyshell on bootstrap shop branch 2024-08-16 09:55:16 +02:00
.docker [Docker] Refactor: fix entrypoint, align formatting and add semicolon 2024-12-04 09:46:33 +01:00
.github [CI] Bump BuildTestAppAction to v3.2.0 2025-12-11 09:18:55 +01:00
adr Add ADR 2024-11-28 10:26:35 +01:00
bin Perform the repository's main directory cleanup 2023-09-21 13:02:23 +02:00
config Resolve conflicts between 1.14 and 2.0 2025-05-06 12:18:53 +02:00
docs GITBOOK: Export Sylius documentation 2025-08-05 08:48:59 +00:00
etc/build Bring back the .gitignore file 2024-02-25 14:33:05 +01:00
features Prevent stale cart LiveComponents from mutating completed orders 2026-05-27 11:52:06 +02:00
public [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
src Change application's version to v2.0.18 2026-06-02 12:11:39 +02:00
templates Fix it_shows_shop_not_found_page_for_a_visitor_when_accessing_an_unknown_url test 2024-09-10 14:35:01 +02:00
tests [2.0][API] Enforce channel eligibility check when changing payment method via account endpoint (#19037) 2026-06-02 12:01:57 +02:00
translations [Maintenance] Update composer, bundles and symfony lock 2020-09-04 14:29:26 +02:00
.babelrc Bump JS dependencies' versions 2022-09-16 16:40:17 +02:00
.dockerignore [Bunnyshell] Adjust the workflows for Fork PRs 2023-06-30 12:42:49 +03:00
.editorconfig Use rollup to bundle JS (ES6 modules) 2018-06-15 19:49:05 +02:00
.env Make payment request sync by default 2024-10-28 10:51:26 +01:00
.env.test Refactor creating encryption key 2024-10-25 14:09:30 +02:00
.env.test_cached Refactor creating encryption key 2024-10-25 14:09:30 +02:00
.env.test_cached_payum Refactor creating encryption key 2024-10-25 14:09:30 +02:00
.gitattributes Allow exporting package.json files from bundles 2024-10-10 07:44:37 +02:00
.gitignore [Docs] Create 2.x docs directory 2024-11-04 10:34:34 +01:00
.npmignore Prepare for releasing @sylius-ui/frontend npm package 2022-11-10 16:58:57 +01:00
.readthedocs.yaml [Documentation] Add configuration file for Read the Docs 2024-01-26 09:58:59 +01:00
AGENTS.md Agents.md 2.0 css part (#18162) 2025-06-12 14:03:30 +02:00
AUDIT-IGNORE.md Add ignored CVE 2025-12-11 09:12:55 +01:00
behat.yml.dist [CI] Bump BuildTestAppAction to v3.2.0 2025-12-11 09:18:55 +01:00
CHANGELOG-2.0.md Generate changelog for v2.0.18 2026-06-02 12:13:35 +02:00
CLAUDE.md Add AGENTS.md 2025-06-12 08:47:56 +02:00
composer-require-checker.json Add telemetry feature 2025-12-16 14:27:32 +01:00
composer.json Change application's version to v2.0.18 2026-06-02 12:11:39 +02:00
CONFLICTS.md [Composer] Add conflict for mismatched API Platform packages 2025-12-11 09:29:36 +01:00
docker-compose.test.yml [Docker] Refactor: fix entrypoint, align formatting and add semicolon 2024-12-04 09:46:33 +01:00
docker-compose.yml [Docker] Add env vars to docker-compose.yml 2022-09-13 09:55:54 +02:00
ecs.php Merge branch '1.13' into 2.0 2024-04-16 12:45:01 +02:00
eslint.config.mjs Add eslint no-console rule 2024-12-17 11:12:06 +01:00
LICENSE Update LICENSE, move trademark and logo info to another file 2024-10-07 13:31:21 +02:00
LICENSE_OF_TRADEMARK_AND_LOGO Create LICENSE_OF_TRADEMARK_AND_LOGO 2024-10-07 13:34:05 +02:00
Makefile Remove Psalm 2023-12-04 11:10:34 +01:00
monorepo-builder.php Checking package versions 2022-10-05 10:35:26 +02:00
package.json Add eslint rules, add eslint script to package.json 2024-12-17 09:55:10 +01:00
phparkitect.php [Composer] Change dependency from Core component to CoreBundle in PayumBundle 2024-10-02 12:15:07 +02:00
phpspec.yml.dist Remove custom error level on Phpspec 2022-05-16 10:01:29 +02:00
phpstan-baseline.neon Merge branch '1.14' into 2.0 2024-10-29 13:27:50 +01:00
phpstan.neon.dist [Admin] Fix static analysis 2025-12-11 08:12:36 +01:00
phpunit.xml.dist Refactor checking whether the channel can be deleted 2023-11-06 16:02:12 +01:00
README.md [Docs] Fix links to new Sylius 2 documentation in README 2025-02-25 14:04:01 +01:00
rector.php Add support for Twig Components in Template Events 2023-09-22 10:28:20 +02:00
RoboFile.php Merge branch '1.13' into 2.0 2024-01-19 14:50:54 +01:00
SECURITY.md Refer to release process from SECURITY.md 2019-06-12 22:29:14 +08:00
symfony.lock [Maintenance] Update symfony.lock 2024-10-30 06:53:49 +01:00
UPGRADE-2.0.md Add upgrade file 2026-03-17 15:24:26 +01:00
UPGRADE-API-2.0.md Check payment request ownership on POST 2026-06-02 08:53:12 +02:00
webpack.config.js Lint project files 2024-12-16 13:41:15 +01:00

Sylius is an Open Source eCommerce framework on top of Symfony.

The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for applications tailored to your business requirements. Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with phpspec and Behat.

Enjoy being an eCommerce Developer again!

⚙️ Installation

Install Sylius with Composer (see requirements details).

Follow the Getting started with Sylius tutorial!

📖 Documentation

Documentation is available at docs.sylius.com.

Sylius Plus

Sylius Plus offers modular features like OnePageCheckout and a B2B suite, alongside advanced capabilities such as multi-store management, partial order fulfillment, smooth returns handling, a loyalty system and multi-source inventory. Pick and choose the modules you need to supercharge your eCommerce projects effortlessly.

🤝 Community

Get Sylius support on Slack or Stack Overflow or get professional SLA-backed support and Project Success Assistance with Sylius Plus license! Learn more.

Stay updated by following our Twitter and Facebook.

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our Contributing Guide!

👮 Security issues

If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. Instead, all security issues must be sent to security@sylius.com.

📦 Plugins and Extensions: Sylius Store

You can find Sylius plugins on our Sylius Store which is a Marketplace with Sylius extensions.

Or search for packages marked as sylius-plugin on Packagist.

📃 License

Sylius is completely free and released under the MIT License.

✍️ Authors

Sylius was originally created by Paweł Jędrzejewski.

Kudos to all Sylius contributors 🙏

... and others!

See the full list of contributors from our awesome community.