No description
Find a file
2016-11-15 14:53:17 +01:00
app Merge pull request #6728 from NeverResponse/migrate/mail 2016-11-15 14:10:52 +01:00
docs [Documentation][Book] Promotion - usageLimit clarification 2016-11-15 08:30:43 +01:00
etc Remove ContentBundle 2016-11-15 12:38:48 +01:00
features Merge pull request #6719 from NeverResponse/promotion/prioritize 2016-11-15 14:12:07 +01:00
src/Sylius [Core] Make example Admin great again 2016-11-15 14:53:17 +01:00
tests Remove ContentBundle 2016-11-15 12:38:48 +01:00
web [Development] Vagrant rework to PHP 7, MySQL 5.6, Apache/FPM, Debian 2016-10-14 15:18:21 +02:00
.gitignore [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
.travis.yml [Travis] Use standard worker for application tests (fix JS tests) 2016-10-28 12:21:29 +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 Update CHANGELOG 2016-10-20 16:48:45 +02:00
composer.json Remove ContentBundle 2016-11-15 12:38:48 +01:00
composer.lock Remove ContentBundle 2016-11-15 12:38:48 +01:00
CONTRIBUTING.md Remove PR template from CONTRIBUTING.md 2016-10-18 13:25:39 +02:00
Gulpfile.js Review fixes 2016-11-07 14:46:39 +01:00
LICENSE Update licenses 2016-01-04 09:24:51 +01:00
package.json [Gulp][Js] Add simulate library for test env 2016-11-07 14:24:27 +01:00
phpspec.yml.dist [AssociationBundle] Merged into ProductBundle 2016-11-08 15:12:33 +01:00
phpunit.xml.dist [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
PULL_REQUEST_TEMPLATE.md Yet another pull request template fix 2016-11-09 16:04:14 +01:00
README.md Update installation command for alpha 2016-10-21 12:55:48 +02:00
UPGRADE.md [AssociationBundle] Merged into ProductBundle 2016-11-08 15:12:33 +01:00

Sylius

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

Sylius is the first decoupled eCommerce framework based on Symfony and Doctrine. The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for application tailored to your business requirements. Enjoy being an eCommerce Developer again!

We're using full-stack Behavior-Driven-Development, with phpspec and Behat

Documentation

Documentation is available at docs.sylius.org.

Installation

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project -s alpha sylius/sylius-standard app
$ cd app
$ npm install
$ npm run gulp
$ php app/console sylius:install
$ php app/console server:start
$ open http://localhost:8000/

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

Would like to help us and build the most developer-friendly eCommerce platform? Start from reading our Contributing Guide!

Stay Updated

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

Bug Tracking

If you want to report a bug or suggest an idea, please use GitHub issues.

Community Support

Have a question? Join our Gitter or post a question on StackOverflow tagged with "sylius".

MIT License

Sylius is completely free and released under the MIT License.

Authors

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