jasin755 / maps
Tool for paste google map to the page with markers
Installs: 118
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/jasin755/maps
Requires
- php: >=5.4.0
Requires (Dev)
- nette/nette: >=2.1
- nette/tester: ~1.6
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2025-10-05 12:54:34 UTC
README
This component is stated for Nette framework and it simlifies working with a Google map.
Requirements
- Nette Framework 2.1+
Installation
composer require jasin755/maps:dev-master
and now the component can be registered in extensions in a neon config
extensions:
map: Jashin\GoogleAPI\MapApiExtension
The last step is to link client-side/googleMapAPI.js
to your page.