The Book¶

The Developer’s guide to leveraging the flexibility of Sylius. Here you will find all the concepts used in Sylius. The Books helps to understand how Sylius works.

Introduction¶

Introduction aims to describe the philosophy of Sylius. It will also teach you about environments before you start installing it.

Installation¶

The installation chapter is of course a comprehensive guide to installing Sylius on your machine, but it also provides a general instruction on upgrading Sylius in your project.

Architecture¶

The key to understanding principles of Sylius internal organization. Here you will learn about the Resource layer, state machines, events and general non e-commerce concepts adopted in the platform, like E-mails or Fixtures.

Configuration¶

Having knowledge about basics of our architecture we will introduce the three most important concepts - Channels, Locales and Currencies. These things have to be configured before you will have a Sylius application up and running.

Customers¶

This chapter will tell you more about the way Sylius handles users, customers and admins. There is also a subchapter dedicated to addresses of your customers.

Products¶

This is a guide to understanding products handling in Sylius together with surrounding concepts. Read about Associations, Reviews, Attributes, Taxons etc.

Carts & Orders¶

In this chapter you will learn everything you need to know about orders in Sylius. This concept comes together with a few additional ones, like promotions, payments, shipments or checkout in general.

You should also have a look here if you are looking for Cart, which is in Sylius an Order in the cart state.

API¶

Warning

The new, unified Sylius API is still under development, that’s why the whole ApiBundle is tagged with @experimental. This means that all code from ApiBundle is excluded from Backward Compatibility Promise.

This chapter will explain to you how to start with our new API, show concepts used in it, and you will inform you why we have decided to rebuild entire api from scratch. To use this API remember to generate JWT token. For more information, please visit jwt package documentation

This part of the documentation is about the currently developed unified API for the Sylius platform.

Frontend¶

This chapter will introduce you to the world of Sylius’ frontend.

Themes¶

Here you will learn basics about the theming concept of sylius. How to change the theme of your shop? keep reading!

Sylius Plus¶

Sylius Plus, which is a licensed edition of Sylius, gives you all the power of Open Source and much more. It comes with a set of enterprise-grade features and technical support from its creators. As the state-of-the-art eCommerce platform, it reduces risks and increases your ROI.

Documentation sections of The Book referring to Sylius Plus features are:

../_images/banner3.png

Sylius Plugins¶

The collection of Sylius Plugins and basic introduction to the concept of plugins.

Organization¶

This chapter describes the rules and processes we use to organize our work.

Support¶

How to get support for Sylius?

Contributing¶

Guides you how to contribute to Sylius.