No description
Find a file
2014-06-28 17:54:10 +02:00
app Initial extraction of CurrencyBundle 2014-06-28 17:18:46 +02:00
bin CS fixer 2014-04-25 14:12:17 +02:00
features Fix the features and little bugs 2014-06-28 17:54:10 +02:00
src/Sylius Fix the features and little bugs 2014-06-28 17:54:10 +02:00
vagrant Removed unused variables 2014-04-23 12:50:28 +01:00
web Moved debug toggle from AppKernel to web/app_dev.php 2014-01-29 07:32:06 +02:00
.gitignore Update .gitignore 2014-02-04 14:05:57 +01:00
.php_cs CS fixer 2014-04-25 14:12:17 +02:00
.phpspec_cs CS fixer 2014-04-25 14:12:17 +02:00
.travis.yml Correct memory_limit settings 2014-05-26 13:39:28 +02:00
behat.yml.dist Polish Travis-CI & Behat configurations 2014-05-14 20:14:16 +02:00
Capfile Fix deploy path in Capfile 2013-04-25 22:47:48 +02:00
composer.json [payum] upgrade up to 0.9 2014-06-26 08:44:17 +00:00
composer.lock [payum] upgrade up to 0.9 2014-06-26 08:44:17 +00:00
CONTRIBUTING.md Adding CONTRIBUTING.md file 2014-03-12 16:54:29 +01:00
LICENSE Update license files 2014-01-14 10:45:11 +01:00
phpspec.yml Fix order in phpspec config 2014-06-28 17:21:07 +02:00
README.md Update README.md, .travis.yml & behat.yml.dist files 2014-05-14 20:14:12 +02:00
UPGRADE.md Revert "Merge pull request #1620 from formapro-forks/payum-09-upgrade" 2014-06-21 13:42:25 +02:00

Sylius Build status... Scrutinizer Quality Score

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.

Documentation

Documentation is available at docs.sylius.org.

Quick Installation

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

To be able to use included fixtures, that make testing and development phases much easier:

$ php composer.phar install
$ php app/console doctrine:database:create
$ php app/console doctrine:schema:create 
$ php app/console doctrine:phpcr:repository:init

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 command:

$ 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

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.

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.