Download the PHP package symbiote/silverstripe-addressable without Composer
On this page you can find all versions of the php package symbiote/silverstripe-addressable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download symbiote/silverstripe-addressable
More information about symbiote/silverstripe-addressable
Files in symbiote/silverstripe-addressable
Download symbiote/silverstripe-addressable
More information about symbiote/silverstripe-addressable
Files in symbiote/silverstripe-addressable
Vendor symbiote
Package silverstripe-addressable
Short Description SilverStripe addressable and geocoding module
License BSD-3-Clause
Package silverstripe-addressable
Short Description SilverStripe addressable and geocoding module
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package silverstripe-addressable
Addressable
Adds address fields to a DataObject and also has support for automatic geocoding of the provided address.
Composer Install
Requirements
- SilverStripe 4.0+
Documentation
- Quick Start
- Advanced Usage
- License
- Contributing
Changes from SilverStripe 3.X
GoogleGeocoding
changed class name toSymbiote\Addressable\GeocodeService
- The static method
address_to_point
was changed to a non-static method calledaddressToPoint
. This allows you to use the Injector and replace GeocodeService with something else if you need to.
- The static method
Addressable::set_allowed_states(array('' => '', 'NSW' => "New South Wales"));
has been deprecated in favour of config values.Addressable::set_allowed_countries(array('' => '', 'AU' => "Australia"));
has been deprecated in favour of config values.Addressable::set_postcode_regex(...);
has been deprecated in favour of config values.Addressable::set_postcode_regex
config value has been deprecated in favour ofAddressable::postcode_regex
- NOTE: Previously there was a hack in Addressable that read
Addressable::set_postcode_regex
config value, then calledAddressable::set_postcode_regex()
to update theprotected static postcode_regex;
value in the Addressable __construct() method.
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
All versions of silverstripe-addressable with dependencies
PHP Build Version
Package Version
The package symbiote/silverstripe-addressable contains the following files
Loading the files please wait ....