@@ -8,39 +8,47 @@ This provide simple functions to work with Google Maps APIs. You can find furthe
88Google Maps provide many services, actually at this moment this package implements only ** Geocoding** service but others will be available soon.
99
1010## Reference & Documentation
11+
1112Go to [ complete reference] ( https://biscolab.com/google-maps-php-reference/ ) or read [ documentation] ( https://gmaps-php-docs.biscolab.com/ )
1213
1314## Google Maps Services
1415
1516### Ready
16- * Geocoding :ballot_box_with_check :
17- * Elevation :ballot_box_with_check :
18- * Places :ballot_box_with_check :
17+
18+ - Geocoding :ballot_box_with_check :
19+ - Elevation :ballot_box_with_check :
20+ - Places :ballot_box_with_check :
21+ - Time Zone :ballot_box_with_check :
1922
2023### ASAP
21- * Directions (soon)
22- * Distance Matrix (soon)
23- * Road (soon)
24- * Time Zone (soon)
24+
25+ - Directions (soon)
26+ - Distance Matrix (soon)
27+ - Road (soon)
2528
2629### Not scheduled
27- * Geolocation (not scheduled)
30+
31+ - Geolocation (not scheduled)
2832
2933## Installation
3034
3135You can install the package via composer:
36+
3237``` sh
3338composer require biscolab/google-maps-php-sdk
3439```
3540
3641## Documentation
37- Notice! The package is not yet stable, you may find trouble with your minimum stability settings.
38- * [ Complete documentation] ( https://gmaps-php-docs.biscolab.com/docs/getting-started )
39- * [ API reference] ( https://biscolab.com/google-maps-php-reference )
42+
43+ Notice! The package is not yet stable, you may find trouble with your minimum stability settings.
44+
45+ - [ Complete documentation] ( https://gmaps-php-docs.biscolab.com/docs/getting-started )
46+ - [ API reference] ( https://biscolab.com/google-maps-php-reference )
4047
4148## Examples
4249
4350Watch the [ examples] ( https://github.com/biscolab/google-maps-php-sdk/tree/master/examples )
4451
4552## License
53+
4654[ ![ MIT License] ( https://img.shields.io/github/license/biscolab/google-maps-php-sdk.svg )] ( https://github.com/biscolab/google-maps-php-sdk/blob/master/LICENSE )
0 commit comments