Skip to content

A CakePHP plugin around geocoding tools and helpers.

License

Notifications You must be signed in to change notification settings

gringlas/cakephp-geo

 
 

Repository files navigation

CakePHP Geo Plugin

Build Status Latest Stable Version Coverage Status Minimum PHP Version License Total Downloads Coding Standards

A CakePHP 3.x Plugin to

  • geocode locations/ips and save the information (lat/lng) along with the records
  • reverse geocode data
  • display (Google) maps

This plugin requires PHP 5.6+

Note that since CakePHP 3.x upgrade uses the willdurand/geocoder library and therefore now supports

  • 12+ address-based Geocoder providers
  • 10+ IP-based Geocoder providers

Most of them also support reverse geocoding. And of course you can write your own providers on top.

Also new:

  • MYSQL support
  • PostgreSQL support

And also:

  • GeocodedAddresses Table class for caching of API requests to prevent rate limits and speed up lookups

Demo

See Sandbox examples for live demos of the GoogleMaps helper and the Geocoder behavior.

Installation & Docs

Branching strategy

The master branch is the currently active and maintained one and works with the current 3.x stable version. Please see the original Tools plugin if you need the Geo tools for CakePHP 2.x versions.

TODOs

  • Write own Geocoder provider to leverage all of MapsGoogle data that is being returned.

About

A CakePHP plugin around geocoding tools and helpers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%