Skip to content

fuzionnz/nz.co.fuzion.addressfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address Finder for CiviCRM Address fields.

Screenshot

Uses https://addressfinder.nz/ API to list address for CiviCRM Address fields.

The extension is licensed under AGPL-3.0.

Requirements

  • PHP v7.4+
  • CiviCRM (FIXME: Version number)

Installation (Web UI)

Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.

Installation (CLI, Zip)

Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.

cd <extension-dir>
cv dl nz.co.fuzion.addressfinder@https://github.com/FIXME/nz.co.fuzion.addressfinder/archive/master.zip

or

cd <extension-dir>
cv dl nz.co.fuzion.addressfinder@https://lab.civicrm.org/extensions/nz.co.fuzion.addressfinder/-/archive/main/nz.co.fuzion.addressfinder-main.zip

Installation (CLI, Git)

Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.

git clone https://github.com/FIXME/nz.co.fuzion.addressfinder.git
cv en addressfinder

or

git clone https://lab.civicrm.org/extensions/nz.co.fuzion.addressfinder.git
cv en addressfinder

Getting Started

  • Enable the extension.
  • Store the AddressFinder key in civicrm settings - cv api Setting.create address_finder_key="XXX"
  • Load the contribution/event page having address fields. The Street Address field must have a placeholder Start typing an address....

About

Uses https://addressfinder.nz/ API to list address for CiviCRM Address fields.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages