dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

Installs: 119 523

Dependents: 4

Suggesters: 0

Security: 0

Stars: 47

Watchers: 8

Forks: 30

Open Issues: 4

Type:cakephp-plugin

3.4.1 2024-03-29 22:24 UTC

README

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

A CakePHP plugin to

  • geocode locations/ips and save the information (lat/lng) along with the records
  • reverse geocode data
  • querying geocoded data by distance (using custom finder)
  • display (Google) maps (dynamic and static)

This branch is for CakePHP 5.0+. See version map for details.

Note that it uses the willdurand/geocoder library and therefore 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:

  • MySQL support
  • PostgreSQL support
  • SQLite support (for easy local testing)

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