Skip to content

Adds configurable address fields to an object, and provides automatic geocoding.

License

Notifications You must be signed in to change notification settings

symbiote/silverstripe-addressable

Repository files navigation

Addressable

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

Adds address fields to a DataObject and also has support for automatic geocoding of the provided address.

CMS screenshot

Composer Install

composer require symbiote/silverstripe-addressable:^4

Requirements

  • SilverStripe 4.12+ || 5+

Documentation

Credits

  • Mark Taylor for adding the ability to easily embed a map with AddressMap
  • Nic for writing tests for this module
  • AJ Short for initially writing this module