Skip to content

[READ-ONLY] Shipments, shipping methods and categories management for Symfony2.

Notifications You must be signed in to change notification settings

eliberty/SyliusShippingBundle

 
 

Repository files navigation

SyliusShippingBundle Build status...

Shipping component for Symfony2 ecommerce applications. It provides architecture for shipment management system.

It includes flexible calculators engine, which already contains default calculators. Weight based, item count based and others...

You can also easily define your own pricing by implementing service with simple interface.

Customizable rules system allows you to define any type of checks, so you can display right shipping methods to the customer.

Sylius

Sylius - Modern ecommerce for Symfony2. Visit Sylius.org.

phpspec examples

$ composer install
$ bin/phpspec run -fpretty

Documentation

Documentation is available on docs.sylius.org.

Contributing

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

Mailing lists

Users

Questions? Feel free to ask on users mailing list.

Developers

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

[READ-ONLY] Shipments, shipping methods and categories management for Symfony2.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • JavaScript 0.5%