2017 © Pedro Peláez
 

library distance-between

Simple function to return distance between two or possibly one and more distances on the globe.

image

vesic/distance-between

Simple function to return distance between two or possibly one and more distances on the globe.

  • Wednesday, May 17, 2017
  • by dusan-vesic-devtech
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

distance-between

Installation

composer require vesic/distance-between

Usage

require __DIR__ . '/vendor/autoload.php';

use Vesic\DistanceBetween\Distance;
use Vesic\DistanceBetween\Geocoding;

$distance = new Distance(new Geocoding);

$distance->addPlace('place|address');
$distance->addPlace('place|address');

var_dump($distance->getDifference()); // output in KM

The Versions

17/05 2017

dev-master

9999999-dev

Simple function to return distance between two or possibly one and more distances on the globe.

  Sources   Download

The Requires

 

by vesic

17/05 2017

0.0.3

0.0.3.0

Simple function to return distance between two or possibly one and more distances on the globe.

  Sources   Download

The Requires

 

by vesic

17/05 2017

dev-dev

dev-dev

Simple function to return distance between two or possibly one and more distances on the globe.

  Sources   Download

The Requires

 

by vesic

17/05 2017

0.0.2

0.0.2.0

Simple function to return distance between two or possibly one and more distances on the globe.

  Sources   Download

The Requires

 

by vesic

16/05 2017

0.0.1

0.0.1.0

Simple function to return distance between two or possibly one and more distances on the globe.

  Sources   Download

The Requires

 

by vesic