WP Manifestindependent plugin directory
manifest / integrations / wp-google-address-validation-plugin

ArrayPress - Google Address Validation Tester

Demonstration WordPress plugin showing Google Address Validation API library integration

by David Sherlock · github.com/arraypress/wp-google-address-validation-plugin · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/arraypress/wp-google-address-validation-plugin/archive/refs/heads/master.zip

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

Google Address Validation Tester Plugin for WordPress A WordPress plugin that provides a user interface for testing and demonstrating the Google Address Validation API integration. This plugin allows you to validate addresses, get detailed validation scores, and manage API settings through the WordPress admin interface. Features - Visual interface for address validation testing - Comprehensive validation metrics including: - Validation score and confidence level - Address standardization and formatting - USPS data integration for US addresses - Geocoding information - Detailed validation status indicators - Multi-language support for address formatting - Configurable caching system - Detailed validation results including: - Confidence scoring (0-100) - Standardized address components - Validation granularity levels - Component confirmation status - Geocoding information - USPS-specific data for US addresses Requirements - PHP 7.4 or later - WordPress 6.7.1 or later - Google Maps API key with Address Validation API enabled Installation 1. Download or clone this repository 2. Place in your WordPress plugins directory 3. Run composer

Read the full README on GitHub →