composer require ivory/google-map
Github: ivory/google-map-bundle
Packagist: ivory/google-map-bundle
composer require ivory/google-map-bundle
Github: heimrichhannot/contao-google-maps-bundle
Packagist: heimrichhannot/contao-google-maps-bundle
The Ivory Google Map project provides a Google Map integration for your PHP 7.0+ project. It allows you to manage map, controls, overlays, events & services through the Google Map API v3.
use Ivory\GoogleMap\Helper\Builder\ApiHelperBuilder;
use Ivory\GoogleMap\Helper\Builder\MapHelperBuilder;
use Ivory\GoogleMap\Map;
$map = new Map();
$mapHelper = MapHelperBuilder::create()->build();
$apiHelper = ApiHelperBuilder::create()
->setKey('API_KEY')
->build();
echo $mapHelper->render($map);
echo $apiHelper->render([$map]);
The library is fully unit tested by PHPUnit with a code coverage close to 100%.
We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project.
The Ivory Google Map is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.