Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 📌🗺
- Host: GitHub
- URL: https://github.com/orafaelfragoso/php-haversine-formula
- Owner: orafaelfragoso
- License: mit
- Created: 2012-07-20T15:23:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T05:50:19.000Z (over 1 year ago)
- Last Synced: 2025-01-09T13:29:13.347Z (9 days ago)
- Topics: google-distance-matrix, latitude, longitude, php, php7
- Language: PHP
- Homepage:
- Size: 530 KB
- Stars: 44
- Watchers: 6
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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