Download the PHP package dereuromark/cakephp-geo without Composer
On this page you can find all versions of the php package dereuromark/cakephp-geo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dereuromark/cakephp-geo
More information about dereuromark/cakephp-geo
Files in dereuromark/cakephp-geo
Download dereuromark/cakephp-geo
More information about dereuromark/cakephp-geo
Files in dereuromark/cakephp-geo
Vendor dereuromark
Package cakephp-geo
Short Description A CakePHP plugin around geocoding tools and helpers.
License MIT
Homepage https://github.com/dereuromark/cakephp-geo
Package cakephp-geo
Short Description A CakePHP plugin around geocoding tools and helpers.
License MIT
Homepage https://github.com/dereuromark/cakephp-geo
Please rate this library. Is it a good library?
Informations about the package cakephp-geo
CakePHP Geo Plugin
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)
- display Leaflet maps (open-source alternative)
- display static maps from multiple providers (Geoapify, Mapbox, Stadia, Google)
This branch is for CakePHP 5.1+. 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.
- NullProvider for testing without external API calls.
Demo
See Sandbox examples for live demos of the map helpers and the Geocoder behavior.
Documentation
Full documentation lives at dereuromark.github.io/cakephp-geo.
A few good entry points:
The Markdown sources live in the docs directory of this repository.
All versions of cakephp-geo with dependencies
PHP Build Version
Package Version
The package dereuromark/cakephp-geo contains the following files
Loading the files please wait ...