cakephp-geo icon indicating copy to clipboard operation
cakephp-geo copied to clipboard

A CakePHP plugin around geocoding tools and helpers.

Results 7 cakephp-geo issues
Sort by recently updated
recently updated
newest added

`Router::prefix()` is deprecated since Cakephp 4.3. : https://book.cakephp.org/4.next/en/appendices/4-3-migration-guide.html Replaced by a call to the non-static method `RouteBuilder::prefix()`.

Checking compatibility with new 4.next branch

Is anyone still using cake40/41, or can this be bumped now?

enhancement

Add a helper for google places and add libraries options to google Map helper I don't know if i have fully understand how you include the google api.

https://github.com/dereuromark/cakephp-tools/pull/123 https://github.com/dereuromark/cakephp-tools/pull/122

enhancement

Maybe add a helper to wrap sth like https://github.com/netzmacht/php-leaflet ? Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps

enhancement
help wanted

Include maybe ```php /** * Gets the timezone that is closest to the given coordinates * * @param float $lat * @param float $lng * @return \DateTimeZone Timezone object */...

enhancement