TiloBox
Back to directory
Sylius project preview

Sylius

Open-source PHP eCommerce framework on Symfony for mid-market and enterprise brands.

LicenseMIT
GitHub stars7.6k
Last commit1 weeks ago
Tags6 topics
Rest ApiEcommercePhpHeadless CommerceB2bSymfony
Overview

Why consider Sylius?

Sylius is a modular open-source PHP eCommerce framework built on Symfony. It gives developers full flexibility to design custom shopping experiences, headless storefronts, and B2B platforms.

Guided learning

Learn Sylius by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Sylius

Sylius uses clean Symfony architecture and domain-driven design (DDD) principles. It features complete REST APIs for headless frontends, test-driven development support with Behat, and modular plugin bundles for checkout, promotions, and shipping.

Installing via Composer

bash
1composer create-project sylius/sylius-standard my-sylius-shop
2cd my-sylius-shop
3php bin/console sylius:install

Access the store administration dashboard on http://localhost:8000/admin.

Sylius is licensed under the MIT License.

Related tools

More options with a similar category or technology profile.

Sylius FAQs

Sylius is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Sylius is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Sylius is listed as an alternative to BigCommerce. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.