Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orafaelfragoso/php-haversine-formula

Calculates de distance between two geocode points 📌🗺
https://github.com/orafaelfragoso/php-haversine-formula

google-distance-matrix latitude longitude php php7

Last synced: 1 day ago
JSON representation

Calculates de distance between two geocode points 📌🗺

Awesome Lists containing this project

README

        

# php-haversini-formula [![Build Status](https://travis-ci.org/orafaelfragoso/php-haversine-formula.svg?branch=master)](https://travis-ci.org/orafaelfragoso/php-haversine-formula)

Calculates de distance between two geocode points 📌🗺

## How to use it:

Install the library via Composer or clone the repo:

`composer install rafaelfragoso/haversini-formula`

After the installation is complete, you can load the class and start using it.

```php