2017 © Pedro Peláez
 

library google-map

Google Map API v3 integration for PHP 5.6+

image

egeloen/google-map

Google Map API v3 integration for PHP 5.6+

  • Thursday, July 13, 2017
  • by egeloen
  • Repository
  • 35 Watchers
  • 294 Stars
  • 515,659 Installations
  • PHP
  • 9 Dependents
  • 0 Suggesters
  • 160 Forks
  • 39 Open issues
  • 12 Versions
  • 8 % Grown

The README.md

README

Travis Build Status AppVeyor Build status Code Coverage Scrutinizer Code Quality Dependency Status, (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

Overview

The Ivory Google Map project provides a Google Map integration for your PHP 5.6+ project. It allows you to manage map, controls, overlays, events & services through the Google Map API v3., (*3)

``` php use Ivory\GoogleMap\Helper\Builder\ApiHelperBuilder; use Ivory\GoogleMap\Helper\Builder\MapHelperBuilder; use Ivory\GoogleMap\Map;, (*4)

$map = new Map();, (*5)

$mapHelper = MapHelperBuilder::create()->build(); $apiHelper = ApiHelperBuilder::create() ->setKey('API_KEY') ->build();, (*6)

echo $mapHelper->render($map); echo $apiHelper->render([$map]); ```, (*7)

Documentation

You're currently browsing the 2.x documentation, if you're using the 1.x, read this documentation instead., (*8)

Testing

The library is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration., (*9)

Contribute

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., (*10)

License

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., (*11)

The Versions

30/10 2014

1.4.1

1.4.1.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

google map

17/06 2014

1.4.0

1.4.0.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

google map

12/12 2013

1.3.0

1.3.0.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

google map

09/10 2013

1.2.0

1.2.0.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

google map

22/08 2013

1.1.0

1.1.0.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

google map

07/06 2013

1.0.0

1.0.0.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Eric GELOEN

google map

10/04 2013

0.9.1

0.9.1.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Eric GELOEN

google map

23/03 2013

0.9.0

0.9.0.0

Google Map API v3 integration for PHP 5.3+

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Eric GELOEN

google map