Skip to content

Sales, orders management for Symfony2 applications. Part of Sylius webshop engine.

Notifications You must be signed in to change notification settings

umpirsky/SyliusSalesBundle

 
 

Repository files navigation

SyliusSalesBundle Build status...

Sales order bundle for Symfony2 e-commerce applications. It allows you to start building you application with sensible and flexible models. Provides default forms, controllers, entities, mappings and everything that can help you building your perfect solution. Includes a order builder concept which allows you to quickly build one page checkouts via default controller. Includes order and order item total value adjustments system based on ideas from Spree adjustments.

Sylius

Sylius, webshop engine for Symfony2.

Visit Sylius.org.

phpspec2 examples

$ composer install --dev --prefer-dist
$ bin/phpspec run -f pretty

Documentation

Documentation is available on readthedocs.org.

Code examples

If you want to see working implementation, try out the Sylius sandbox application.

Contributing

All informations about contributing to Sylius can be found on this page.

Mailing lists

Questions? Feel free to ask on users mailing list.
To contribute and develop this bundle, use the developers mailing list.

Sylius twitter account

If you want to keep up with updates, follow the official Sylius account on twitter.

Bug tracking

This bundle uses GitHub issues. If you have found bug, please create an issue.

Versioning

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.

MIT License

License can be found here.

Authors

The bundle was originally created by Paweł Jędrzejewski. See the list of contributors.

About

Sales, orders management for Symfony2 applications. Part of Sylius webshop engine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%