yappabe / google-map
Google Map API v3 integration for PHP 5.3+
Requires
- php: >=5.3.0
- egeloen/json-builder: ~1.0.0
- php-http/client-implementation: ^1.0
- php-http/message: ^1.3
Requires (Dev)
- php-http/guzzle6-adapter: ^1.0
- phpunit/phpunit: ~4.0
- satooshi/php-coveralls: ~0.6
- willdurand/geocoder: ~2.0
Suggests
- php-http/guzzle6-adapter: Allows you to use services
- willdurand/geocoder: Allows you to use geocoding service
This package is not auto-updated.
Last update: 2024-10-23 16:02:39 UTC
README
Note: This is a copy of egeloen/ivory-google-map, the original repository is no longer maintained. We're paranoid, so we didn't fork.
Differences compared to original repo:
- API key support
README
The Ivory Google Map project provides a Google Map integration for your PHP 5.3+ Project. It allows you to manage map, controls, overlays, events & services through the Google Map API v3.
Documentation
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.
Contribution
We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR!
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.