No description
Find a file
2017-07-04 12:44:30 +02:00
app Merge pull request #8170 from krafas/api_regex_fix 2017-06-28 15:23:10 +02:00
bin [Travis] Use "composer test" whenever possible 2017-03-09 15:32:52 +01:00
docs [Documentation][Resource] Fix the form options configuration in docs 2017-07-03 10:21:33 +02:00
etc Improved validation of documentation 2017-06-24 01:29:53 +02:00
features Add a failing test scenario for #7950 2017-07-04 12:44:30 +02:00
src/Sylius Fix Travis packages build 2017-07-04 11:46:13 +02:00
tests Add assertions in CheckoutApiTestCase 2017-06-30 09:02:14 +02:00
var Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
web Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
.gitignore Move custom scripts from etc/bin to bin 2016-11-28 17:40:21 +01:00
.travis.yml Merge pull request #7720 from venyii/use-yarn 2017-03-13 09:37:13 +01: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 the Sylius v1.0.0-beta.2 release 2017-04-11 14:46:23 +02:00
composer.json Store encrypted gateway configurations in the database 2017-03-29 14:55:39 +02:00
composer.lock Store encrypted gateway configurations in the database 2017-03-29 14:55:39 +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 [Shop][Admin] Revert problematic JS feature 2017-03-02 15:56:27 +01:00
phpspec.yml.dist Rename ApiBundle to AdminApiBundle 2017-03-13 15:53:57 +01:00
phpunit.xml.dist Speed up phpunit tests by using dama/doctrine-test-bundle 2017-02-13 21:25:28 +01: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 Allow shop urls having api prefix 2017-06-16 08:33:42 +03:00
yarn.lock Add Yarn lock file 2017-03-10 10:14:17 +01: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.