No description
Find a file
2017-09-10 21:46:54 +02:00
app [CoreBundle] Introduce scalar types 2017-09-07 08:38:37 +02:00
bin Use stable phpspec 2017-07-31 09:01:34 +02:00
docs [Documentation] Remove obsolate order description 2017-09-10 00:03:53 +02:00
etc Improved validation of documentation 2017-06-24 01:29:53 +02:00
features Add channel setup dependency to managing taxons feature file in admin API suite 2017-09-10 21:46:54 +02:00
src/Sylius Add channel setup dependency to managing taxons feature file in admin API suite 2017-09-10 21:46:54 +02:00
tests cs: drop unused namespace imports 2017-09-09 00:07:18 +02:00
var Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
web Don't load class cache and bootstrap file on php7. Remove app/autoload.php 2017-07-30 16:35:08 +00:00
.gitignore Move custom scripts from etc/bin to bin 2016-11-28 17:40:21 +01:00
.travis.yml Force Travis to use Ubuntu Precise 2017-07-27 12:04:20 +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 Prepare v1.0.0-beta.3 changelog 2017-07-24 16:29:40 +02:00
composer.json Bump swiftmailer-bundle to 3.x & swiftmailer to 6.x for PHP 7 only support 2017-09-09 11:25:57 +02:00
composer.lock Bump swiftmailer-bundle to 3.x & swiftmailer to 6.x for PHP 7 only support 2017-09-09 11:25:57 +02:00
CONTRIBUTING.md Remove PR template from CONTRIBUTING.md 2016-10-18 13:25:39 +02:00
Gulpfile.js [Gulp] Add gulp watch 2016-12-07 20:19:36 +01:00
LICENSE [Maintenance] Bump year in docs and license file 2017-01-26 11:58:45 +01:00
package.json require node-sass explicitly 2017-07-26 15:54:55 +02:00
phpspec.yml.dist Rename ApiBundle to AdminApiBundle 2017-03-13 15:53:57 +01:00
phpunit.xml.dist Don't load class cache and bootstrap file on php7. Remove app/autoload.php 2017-07-30 16:35:08 +00:00
PULL_REQUEST_TEMPLATE.md Yet another pull request template fix 2016-11-09 16:04:14 +01:00
README.md Update README.md 2017-04-13 14:57:55 +03:00
UPGRADE.md [Core] Add cart session storage 2017-09-10 00:07:20 +02:00
yarn.lock require node-sass explicitly 2017-07-26 15:54:55 +02:00

Sylius

License Version Build status on Linux Scrutinizer Quality Score 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!

Powerful REST API allows for easy integrations and creating unique customer experience on any device.

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 beta sylius/sylius-standard project
$ cd project
$ php bin/console sylius:install
$ yarn install
$ yarn run gulp
$ php bin/console server:start
$ open http://localhost:8000/

More information on installation can be found in the documentation.

To use Vagrant, see this repository and this guide.

Troubleshooting

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

$ tail -f var/logs/prod.log
$ tail -f var/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 Slack or post it on StackOverflow tagged with "sylius". You can also join our group on Facebook!

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.