2017 © Pedro Peláez
 

project sylius

E-Commerce platform for PHP, based on Symfony framework.

image

steffenbrem/sylius

E-Commerce platform for PHP, based on Symfony framework.

  • Tuesday, May 30, 2017
  • by steffenbrem
  • Repository
  • 2 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1388 Forks
  • 0 Open issues
  • 57 Versions
  • 0 % Grown

The README.md

Sylius, (*1)

Gitter chat License Version Build status on Linux Scrutinizer Quality Score HHVM Status Dependency Status, (*2)

Sylius is an open source e-commerce solution for PHP, based on the Symfony2 framework., (*3)

Ultimate goal of the project is to create a webshop engine, which is user-friendly, loved by developers and has a helpful community., (*4)

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., (*5)

We're using full-stack BDD methodology, with phpspec and Behat., (*6)

Windows support is a WIP!, (*7)

Build status on Windows, (*8)

Documentation

Documentation is available at docs.sylius.org., (*9)

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., (*10)

If you want to try out new Sylius UI, please run the following commands:, (*11)

$ npm install
$ npm run 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:, (*12)

imports: ["behat.yml.dist"]

default:
    extensions:
        Behat\MinkExtension:
            base_url: http://my.custom.url

Then run selenium-server-standalone:, (*13)

$ bin/selenium-server-standalone

Then setup your test database:, (*14)

$ php app/console doctrine:database:create --env=test
$ php app/console doctrine:schema:create --env=test

You can run Behat using the following commands:, (*15)

$ bin/behat

Troubleshooting

If something goes wrong, errors & exceptions are logged at the application level:, (*16)

$ 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., (*17)

Contributing

This page contains all the information about contributing to Sylius., (*18)

Sylius on Twitter

If you want to keep up with the updates, follow the official Sylius account on Twitter., (*19)

Bug tracking

Sylius uses GitHub issues. If you have found bug, please create an issue., (*20)

MIT License

License can be found here., (*21)

Authors

Sylius was originally created by Paweł Jędrzejewski. See the list of contributors., (*22)

The Versions

30/05 2017

dev-bugfix/taxon-pagination-retain-queryparams

dev-bugfix/taxon-pagination-retain-queryparams http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/04 2017

v1.0.0-beta.2

1.0.0.0-beta2 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

02/03 2017

dev-bugfix/core-bundle-abstract-fixture

dev-bugfix/core-bundle-abstract-fixture http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/02 2017

dev-feature/product-taxon-proxy-taxon-interface

dev-feature/product-taxon-proxy-taxon-interface http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

03/02 2017

dev-master-cirkel

dev-master-cirkel http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/02 2017

dev-bugfix/behat-address-book-update-page-final

dev-bugfix/behat-address-book-update-page-final http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/02 2017

dev-master-rework

dev-master-rework http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/01 2017

dev-master-legacy-0.19.0

dev-master-legacy-0.19.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

02/12 2016

v1.0.0-beta.1

1.0.0.0-beta1 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

21/11 2016

v1.0.0-alpha.2

1.0.0.0-alpha2 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/10 2016

v1.0.0-alpha.1

1.0.0.0-alpha1 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/10 2016

dev-master-legacy

dev-master-legacy http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

21/09 2016

dev-legacy/taxon-product-sortable

dev-legacy/taxon-product-sortable http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/09 2016

dev-master

9999999-dev http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/09 2016

dev-feature/default-code-uuid-value

dev-feature/default-code-uuid-value http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/09 2016

dev-feature/configurable-resource-api-response

dev-feature/configurable-resource-api-response http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/09 2016

dev-develop

dev-develop http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/09 2016

dev-bugfix/order-invoice-available-undefined-constant

dev-bugfix/order-invoice-available-undefined-constant http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/09 2016

dev-upstream-master

dev-upstream-master http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/09 2016

dev-feature/move-checkout-complete-listener-to-core

dev-feature/move-checkout-complete-listener-to-core http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/09 2016

dev-master-old

dev-master-old http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/09 2016

dev-bugfix/cascade-transitions-shipment-unit

dev-bugfix/cascade-transitions-shipment-unit http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/09 2016

dev-bugfix/core-shipping-methods-resolver

dev-bugfix/core-shipping-methods-resolver http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/09 2016

dev-pr/add-required-locales-option-sylius-translations-type

dev-pr/add-required-locales-option-sylius-translations-type http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/07 2016

v0.19.0

0.19.0.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/06 2016

dev-feature/default-unique-value-code-field

dev-feature/default-unique-value-code-field http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/05 2016

v0.18.0

0.18.0.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

19/04 2016

dev-feature/entrepreneur-tax-rate-setting

dev-feature/entrepreneur-tax-rate-setting http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

18/04 2016

dev-fix-elasticsearch-product-listener

dev-fix-elasticsearch-product-listener http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

18/04 2016

dev-feature/add-required-locales-option-sylius-translations-type

dev-feature/add-required-locales-option-sylius-translations-type http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

18/04 2016

dev-bugfix/fix-elasticsearch-product-listener

dev-bugfix/fix-elasticsearch-product-listener http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/03 2016

dev-feature/enable-gedmo-3.0

dev-feature/enable-gedmo-3.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/03 2016

v0.17.0

0.17.0.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

03/02 2016

dev-feature/vagrant-docker

dev-feature/vagrant-docker http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/01 2016

v0.16.0

0.16.0.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

08/09 2015

v0.15.0

0.15.0.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/06 2015

dev-bugfix-typo

dev-bugfix-typo http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/05 2015

v0.14.0

0.14.0.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/02 2015

v0.13.0

0.13.0.0 http://sylius.org

E-Commerce platform for PHP, based on Symfony framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/12 2014

dev-fix-options-persist

dev-fix-options-persist http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

11/12 2014

v0.12.0

0.12.0.0 http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

03/12 2014

dev-feature/bug-fix-api-product-variants

dev-feature/bug-fix-api-product-variants http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

24/11 2014

dev-fix-product-variants-removal

dev-fix-product-variants-removal http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

03/11 2014

dev-fix-shipping-bundle-configuration

dev-fix-shipping-bundle-configuration http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

27/10 2014

v0.11.0

0.11.0.0 http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

28/06 2014

v0.10.0

0.10.0.0 http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

27/06 2014

dev-edge

dev-edge http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

26/06 2014

dev-channels

dev-channels http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

23/06 2014

dev-fix-processbuilder-interface

dev-fix-processbuilder-interface http://sylius.org

Modern ecommerce for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

31/07 2013