symbiote/silverstripe-addressable

SilverStripe addressable and geocoding module

Installs: 76 724

Dependents: 9

Suggesters: 0

Security: 0

Stars: 28

Watchers: 12

Forks: 49

Open Issues: 1

Type:silverstripe-vendormodule

5.2.0 2024-11-01 01:25 UTC

README

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