SyliusAddressingBundle 
Addressing system Symfony2 applications. With minimal configuration you can introduce addresses, countries and provinces management into your project.
It's fully customizable, but the default setup should be optimal for many use cases.
Includes models, forms, validation, mappings and controllers which will help you build a solution that meets the application needs.
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.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
sylius:
driver: ~ # Required
engine: twig
classes:
address:
model: ~
controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\AddressType
country:
model: ~
controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\CountryType
province:
model: ~
controller: Sylius\Bundle\AddressingBundle\Controller\ProvinceController
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\ProvinceType
zone:
model: ~
controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\ZoneType
zone_member:
model: ~
controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\ZoneMemberType
zone_member_country:
model: ~
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\ZoneMemberCountryType
zone_member_province:
model: ~
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\ZoneMemberProvinceType
zone_member_zone:
model: ~
repository: ~
form: Sylius\Bundle\AddressingBundle\Form\Type\ZoneMemberZoneType
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Update branch alias and deps
By pjedrzejewski, 1 day ago
-
Merge pull request #45 from sogos/master
By pjedrzejewski, 2 days ago
-
Fix PreBind failure when address is null (Occur in embed form)
By , 2 days ago
-
Merge pull request #40 from helios-ag/russian_translation
By pjedrzejewski, 8 days ago
-
Merge pull request #41 from Antek88/master
By pjedrzejewski, 10 days ago
-
fixed translation
By helios-ag, 11 days ago
-
fix use statement
By Antek88, 11 days ago
-
Added Russian translation
By helios-ag, 11 days ago
-
Merge pull request #39 from winzou/patch-1
By pjedrzejewski, 11 days ago
-
Fix english translations after merge of #38
By winzou, 11 days ago
-
Merge pull request #38 from Antek88/master
By pjedrzejewski, 11 days ago
