Sylius is an open source e-commerce solution for PHP, based on the Symfony2 framework.
Ultimate goal of the project is to create a webshop engine, which is user-friendly, loved by developers and has a helpful community.
Sylius is constructed from fully decoupled components (bundles in Symfony2 glossary), which means that every feature (products catalog, shipping engine, promotions system...) can be used in any other application.
We're using full-stack BDD methodology, with phpspec and Behat.
This package contains the Sylius Standard Edition, which serves as a foundation for your custom apps.
Installation
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard path/to/install
$ cd path/to/install
$ php app/console sylius:install
Contributing
All informations about contributing to Sylius can be found on this page.
Sylius on Twitter
If you want to keep up with the updates, follow the official Sylius account on twitter.
MIT License
License can be found here.
Authors
Sylius was originally created by Paweł Jędrzejewski. See the list of contributors.