sylius/addressing-bundle

Addressing and zone management for Symfony applications.

Installs: 159 459

Dependents: 3

Suggesters: 0

Security: 0

Stars: 33

Watchers: 25

Forks: 24

Type:symfony-bundle

v1.13.0-ALPHA.2 2024-02-09 11:43 UTC

This package is auto-updated.

Last update: 2024-03-19 06:11:43 UTC


README

Addresses management is a common task for almost every ecommerce application.
This bundle, with minimal configuration, provides you sensible models and architecture for addresses, countries and provinces.

It's fully customizable - you can easily add custom fields to your address entity, or split it into several models to handle different address types. Includes a set of forms that will be sufficient for most popular actions.

Countries can handle multiple provinces (states), and you can easily extend that to more levels by introducing your own models.

Bundle also supports very flexible Zones system, which allows you to group countries and provinces into geographical areas. Every address can be matched against all defined zones, which is useful for tax or shipping systems.

Sylius

Sylius

Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. Read more on sylius.com.

Documentation

Documentation is available on docs.sylius.com.

Contributing

This page contains all the information about contributing to Sylius.

Follow Sylius' Development

If you want to keep up with the updates and latest features, follow us on the following channels:

Bug tracking

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

MIT License

License can be found here.

Authors

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