No description
Find a file
2016-04-22 10:26:50 +02:00
app Merge pull request #4742 from GSadee/admin-payment-method 2016-04-21 15:15:44 +02:00
docs [Docs] Bump PHP version also in the documentation 🐃 2016-04-21 12:18:43 +02:00
etc [Admin] Channels behats 2016-04-22 10:26:50 +02:00
features [Admin] Channels behats 2016-04-22 10:26:50 +02:00
src/Sylius [Admin] Channels behats 2016-04-22 10:26:50 +02:00
tests [DX] Moved application API tests to /tests/ 2016-04-18 14:02:57 +02:00
web Permit access to app_dev.php through system environment variable (for people using Vagrant) 2015-12-13 10:38:17 +00:00
.gitignore [DX] Moved custom scripts from bin/ to etc/bin/, fixed relative paths issues, removed bin/install 2016-03-11 14:02:59 +01:00
.travis.yml Review fixes 2016-04-21 13:32:49 +02:00
appveyor.yml Create the "etc" directory for environment specific configuration. 2015-12-11 12:55:55 +01:00
behat.yml.dist [Behat] Extracted profiles and suites to their own configuration files 2016-01-29 13:37:15 +01:00
CHANGELOG.md Update CHANGELOG for v0.17.0 2016-03-01 13:52:57 +01:00
composer.json [Composer] Use stable symfony-cmf/routing-bundle dependency 2016-04-12 10:12:48 +02:00
composer.lock [Composer] Use stable symfony-cmf/routing-bundle dependency 2016-04-12 10:12:48 +02:00
CONTRIBUTING.md Make CONTRIBUTING.md nicer and more useful 2016-01-20 15:10:43 +01:00
Gulpfile.js [Travis] Add gulp configuration for travis 2016-04-21 13:32:49 +02:00
LICENSE Update licenses 2016-01-04 09:24:51 +01:00
package.json Prototype of SemanticUI and generic templates 2016-02-27 10:52:54 +01:00
phpspec.yml.dist Reimplemented initial grids for API on top of new ResourceController TDD style 2016-03-09 21:26:30 +01:00
phpunit.xml.dist [DX] Moved application API tests to /tests/ 2016-04-18 14:02:57 +02:00
PULL_REQUEST_TEMPLATE.md [ci skip] Clean up documentation merged into main repo 2016-03-25 09:31:54 +01:00
README.md [Composer] Add selenium server standalone in require-dev 2016-02-24 19:56:54 +01:00
UPGRADE.md [Core][Behat] Fixes in scenarios and transfomer 2016-03-24 09:28:10 +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
$ 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
$ 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.