Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bresam/ivory-google-map-bundle
Google Map API v3 integration for Symfony
https://github.com/bresam/ivory-google-map-bundle
google-api-client google-maps google-maps-api php7 php8 symfony-bundle symfony3 symfony4
Last synced: 4 months ago
JSON representation
Google Map API v3 integration for Symfony
- Host: GitHub
- URL: https://github.com/bresam/ivory-google-map-bundle
- Owner: bresam
- License: mit
- Fork: true (egeloen/IvoryGoogleMapBundle)
- Created: 2020-06-11T22:09:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T10:29:20.000Z (10 months ago)
- Last Synced: 2024-09-25T15:25:20.102Z (4 months ago)
- Topics: google-api-client, google-maps, google-maps-api, php7, php8, symfony-bundle, symfony3, symfony4
- Language: PHP
- Homepage: https://github.com/bresam/ivory-google-map
- Size: 2.94 MB
- Stars: 8
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# README
[![Build](https://github.com/bresam/ivory-google-map-bundle/actions/workflows/build.yml/badge.svg)](https://github.com/bresam/ivory-google-map-bundle/actions/workflows/build.yml)
The bundle provides an integration of the [Ivory Google Map](https://github.com/bresam/ivory-google-map) library for
your Symfony project.## Documentation
- [Installation](/Resources/doc/installation.md)
- [Usage](/Resources/doc/usage.md)
- [Map](/Resources/doc/map.md)
- [Static Map](/Resources/doc/static_map.md)
- [Place Autocomplete](/Resources/doc/place_autocomplete.md)
- [Services](/Resources/doc/service/index.md)
- [Direction](/Resources/doc/service/direction.md)
- [Distance Matrix](/Resources/doc/service/distance_matrix.md)
- [Geocoder](/Resources/doc/service/geocoder.md)
- [Place](/Resources/doc/service/place/index.md)
- [Autocomplete](/Resources/doc/service/place/autocomplete.md)
- [Detail](/Resources/doc/service/place/detail.md)
- [Photo](/Resources/doc/service/place/photo.md)
- [Search](/Resources/doc/service/place/search.md)
- [Time Zone](/Resources/doc/service/time_zone.md)
- [Development Environment](/Resources/doc/development_environment.md)## Testing
The bundle is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**. To
execute the test suite.## 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](/CONTRIBUTING.md) file which will explain you how to set up the project.## License
The Ivory Google Map Bundle is under the MIT license. For the full copyright and license information, please read the
[LICENSE](/LICENSE) file that was distributed with this source code.