While the main Sylius application will probably stick to ORM implementation, we do not want to tie any of the components to a specific content storage. This bundle allows us to avoid a lot of duplicated logic for each bundle - controllers, managers and repositories. It also gives us some level of abstraction, which allows using different database layers. Hidden under popular Doctrine persistence interfaces.
Sylius, webshop engine for Symfony2.
Visit Sylius.org.
phpspec2 Specifications
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --dev
$ bin/phpspec run
Documentation is available on readthedocs.org.
If you want to see working implementation, try out the Sylius sandbox application.
All informations about contributing to Sylius can be found on this page.
Questions? Feel free to ask on users mailing list.
To contribute and develop this bundle, use the developers mailing list.
If you want to keep up with updates, follow the official Sylius account on twitter.
This bundle uses GitHub issues. If you have found bug, please create an issue.
Releases will be numbered with the format major.minor.patch
.
And constructed with the following guidelines.
- Breaking backwards compatibility bumps the major.
- New additions without breaking backwards compatibility bumps the minor.
- Bug fixes and misc changes bump the patch.
For more information on SemVer, please visit semver.org website... This versioning method is same for all Sylius bundles and applications.
License can be found here.
The bundle was originally created by Paweł Jędrzejewski. See the list of contributors.