PHPackages                             mddanish/geocode - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mddanish/geocode

ActiveLibrary[API Development](/categories/api)

mddanish/geocode
================

Google map API for geocode

1.0.0(7y ago)191MITPHPPHP &gt;=5.3.0

Since Oct 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/danish1023/google-map-geocode)[ Packagist](https://packagist.org/packages/mddanish/geocode)[ RSS](/packages/mddanish-geocode/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

google-map-geocode
==================

[](#google-map-geocode)

A Composer Package For Google Map Geocode API 🎉

Features
--------

[](#features)

- Zip Code From Address
- Latitude From Address
- Longitude From Address
- Latitude &amp; Longitude From Address
- Distance From Address
- Address From Latitude &amp; Longitude
- Plus Code From Latitude &amp; Longitude

Installation
------------

[](#installation)

It is available on [Packagist](https://packagist.org/packages/mddanish/geocode), and installation via [Composer](https://getcomposer.org) is the recommended way to install. Just add this line to your `composer.json` file:

```
"mddanish/geocode": "~1.0"
```

*or run*

```
composer require mddanish/geocode
```

Note that the `vendor` folder and the `vendor/autoload.php` script are generated by composer. They are not the part of this package.

A Simple Example
----------------

[](#a-simple-example)

```
