Skip to content

Sylius/Sylius-Standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eec980b · Apr 13, 2018
Apr 13, 2018
Apr 11, 2018
May 30, 2016
May 30, 2016
Apr 11, 2018
Nov 29, 2016
Apr 11, 2018
Apr 12, 2018
Feb 11, 2018
Nov 30, 2016
Aug 16, 2017
Sep 13, 2017
Nov 8, 2017
Apr 12, 2018
Apr 12, 2018
Feb 11, 2018
Mar 13, 2018
Mar 13, 2018

Repository files navigation

Sylius

License Version Build status on Linux Scrutinizer Quality Score Total Downloads

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 phpspec and Behat

Documentation

Documentation is available at docs.sylius.org.

Installation

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard project
$ cd project
$ yarn install
$ yarn run gulp
$ php bin/console sylius:install
$ php bin/console server:start
$ open http://localhost:8000/

Troubleshooting

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

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

If you are using the supplied Vagrant development environment, please see the related Troubleshooting guide for more information.

Contributing

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

Stay Updated

If you want to keep up with the updates, follow the official Sylius account on Twitter and like us on Facebook.

Bug Tracking

If you want to report a bug or suggest an idea, please use GitHub issues.

Community Support

Have a question? Join our Slack or post it on StackOverflow tagged with "sylius". You can also join our group on Facebook!

MIT License

Sylius is completely free and released under the MIT License.

Authors

Sylius was originally created by Paweł Jędrzejewski. See the list of contributors from our awesome community.