You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

25 lines
712 B
JSON

{
"name": "anthonymartin/geo-location",
"type": "class",
"description": "Retrieve bounding coordinates, distances, longitude and latitude with GeoLocation.class.php",
"keywords": ["geolocation","geocoding", "bounding coordinates", "distances"],
"homepage": "https://github.com/anthonymartin/GeoLocation.php",
"license": "CC 3.0",
"authors": [
{
"name": "Anthony Martin",
"email": "anthony@replaycreative.com",
"homepage": "http://replaycreative.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"AnthonyMartin": "src/"
}
}
}