This is Sylius Standard Edition repository for starting new projects.
Sylius is the first decoupled eCommerce framework based on Symfony and Doctrine. 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
Documentation is available at docs.sylius.com.
$ 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.
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 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.
If something goes wrong, errors & exceptions are logged at the application level:
$ tail -f var/log/prod.log
$ tail -f var/log/dev.log
Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our Contribution Guide!
If you want to keep up with the updates, follow the official Sylius account on Twitter and like us on Facebook.
If you want to report a bug or suggest an idea, please use GitHub issues.
Get Sylius support on Slack, Forum or Stack Overflow.
Sylius is completely free and released under the MIT License.
Sylius was originally created by Paweł Jędrzejewski. See the list of contributors from our awesome community.