PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP Distance   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox PHP Distance
Compute the distance between locations or zipcodes
Author: By
Last change:
Date: 8 years ago
Size: 797 bytes
 

Contents

Class file image Download
{ "name": "redbox/distance", "description": "This package allows you to calculate the distance between 2 locations in the world using the Google Maps API ", "keywords": ["Distance", "Metrics", "Google Maps", "KM", "Miles", "Yards", "Maps", "Location", "Geo", "Zipcodes" ], "type": "library", "license": "MIT", "authors": [ { "name": "Johnny Mast", "email": "mastjohnny@gmail.com", "homepage": "https://github.com/johnnymast", "role": "lead" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.6" }, "autoload": { "psr-4": { "Redbox\\Distance\\": "src/" } }, "autoload-dev": { "psr-4": { "Redbox\\Distance\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit" } }