No description
Find a file
2015-12-03 10:44:04 +01:00
app [Behat] Drastically reduced memory usage 2015-11-25 21:09:02 +01:00
bin Fix for sylius-cs-fixer 2015-11-09 14:56:07 +00:00
features [Promotion] Made scenarios for product promotions more specific 2015-11-25 21:02:21 +01:00
src/Sylius [WebBundle] Fixed showing static content by route sylius_static_content_show 2015-12-02 13:00:01 +01:00
travis [Travis] Improved waiting for port while executing JS scenarios on Travis 2015-12-03 10:44:04 +01:00
vagrant fixed puppet manifest 2015-11-09 19:44:38 +01:00
web [Behat] [Travis] Introduced test_cached environment, updated test suites, added metadata cache for Doctrine PHPCR, omit doubled composer dependencies installing 2015-11-19 15:51:31 +01:00
.gitignore [Travis] Running JavaScript tests 2015-09-15 16:15:33 +02:00
.php_cs Fix for sylius-cs-fixer 2015-11-09 14:56:07 +00:00
.phpspec_cs CS fixer 2014-04-25 14:12:17 +02:00
.travis.yml [Travis] Moved cache:warmup above creating schema to ensure, that warmup does not require database schema 2015-12-01 17:02:51 +01:00
appveyor.yml CI AppVeyor 2015-11-06 19:39:32 +01:00
behat.yml.dist [Behat] Drastically reduced memory usage 2015-11-25 21:09:02 +01:00
CHANGELOG.md Remove ProductBuilder class 2015-11-26 10:20:42 +01:00
composer.json [Composer] Added explicit dependency symfony/proxy-manager-bridge 2015-12-01 16:53:09 +01:00
composer.lock [Travis] Improved waiting for port while executing JS scenarios on Travis 2015-12-03 10:44:04 +01:00
CONTRIBUTING.md Adding CONTRIBUTING.md file 2014-03-12 16:54:29 +01:00
LICENSE Updated year range 2015-05-06 01:39:26 +01:00
phpspec.yml Add "akeneo/phpspec-skip-example-extension" dependency & fix broken specs 2015-09-25 10:26:15 +02:00
README.md Move the windows build badge to avoid confusion 2015-11-20 11:24:05 +01:00
UPGRADE.md [Payum] Renamed payment_config configuration key to gateway_config 2015-11-23 15:08:36 +01: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:v0.15.0
$ cd sylius
$ php app/console sylius:install

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

Behat scenarios

You need to copy Behat default configuration file and enter your specific base_url option there:

$ cp behat.yml.dist behat.yml
$ vi behat.yml

Then download Selenium Server, and run it:

$ java -jar selenium-server-standalone-2.41.0.jar

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 # In order to run tests which don't need JS support
$ bin/behat -p javascript # In order to run tests which need JS support

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.