No description
Find a file
Paweł Jędrzejewski b09f995810 Merge pull request #5911 from mbabker/resolver-refs
Remove the remaining resolver references
2016-08-30 16:44:40 +02:00
app [Migrations] Add missing migrations after removing metadata and reports 2016-08-30 08:57:44 +02:00
docs Merge pull request #5911 from mbabker/resolver-refs 2016-08-30 16:44:40 +02:00
etc [Travis] Validate Doctrine schema 2016-08-12 15:35:45 +02:00
features Merge pull request #5878 from Arminek/verify-quantity-when-updating-cart-summary 2016-08-30 10:07:11 +02:00
src/Sylius Merge pull request #5911 from mbabker/resolver-refs 2016-08-30 16:44:40 +02:00
tests Review fixes 2016-08-11 14:37:47 +02:00
web Remove unused assets 2016-08-12 13:11:24 +02:00
.gitignore [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
.travis.yml [Travis] Dropped checks against PHP 5.5 2016-05-23 09:49:10 +02:00
behat.yml.dist [Behat] Move configuration from etc/behat/ to src/Sylius/Behat/Resources/config/ 2016-05-19 16:12:31 +02:00
CHANGELOG.md [Core] Enhance Sylius collector template 2016-07-08 13:22:56 +02:00
composer.json [Report] Remove Report Component 2016-08-29 08:18:07 +02:00
composer.lock Update composer lock 2016-08-29 10:35:18 +02:00
CONTRIBUTING.md Make CONTRIBUTING.md nicer and more useful 2016-01-20 15:10:43 +01:00
Gulpfile.js [Gulp] Split Gulp file into Admin and Shop bundles 2016-08-11 11:02:59 +02:00
LICENSE Update licenses 2016-01-04 09:24:51 +01:00
package.json [Gulp] Split Gulp file into Admin and Shop bundles 2016-08-11 11:02:59 +02:00
phpspec.yml.dist [Report] Remove ReportBundle 2016-08-29 08:16:13 +02:00
phpunit.xml.dist [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
PULL_REQUEST_TEMPLATE.md Tweak pull request template 2016-04-26 16:05:25 +02:00
README.md [JS] Run gulp script 2016-06-19 22:48:13 +02:00
UPGRADE.md [Report] Update UPGRADE.md 2016-08-29 08:57:32 +02:00

Sylius

Gitter chat License Version Build status on Linux Scrutinizer Quality Score HHVM Status Dependency Status

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.

Windows support is a WIP!

Build status on Windows

Documentation

Documentation is available at docs.sylius.org.

Quick Installation

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius
$ cd sylius
$ php app/console sylius:install
$ php app/console server:run

The install script will give you the option to run fixtures that make testing and development phases much easier.

If you want to try out new Sylius UI, please run the following commands:

$ npm install
$ npm run gulp

Behat scenarios

By default Behat uses http://localhost:8080/ as your application base url. If your one is different, you need to create behat.yml files that will overwrite it with your custom url:

imports: ["behat.yml.dist"]

default:
    extensions:
        Behat\MinkExtension:
            base_url: http://my.custom.url

Then run selenium-server-standalone:

$ bin/selenium-server-standalone

Then setup your test database:

$ php app/console doctrine:database:create --env=test
$ php app/console doctrine:schema:create --env=test

You can run Behat using the following commands:

$ bin/behat

Troubleshooting

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

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

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

Contributing

This page contains all the information about contributing to Sylius.

Sylius on Twitter

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

Bug tracking

Sylius uses GitHub issues. If you have found bug, please create an issue.

MIT License

License can be found here.

Authors

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