PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ivan Melgrati   FreeGoIP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FreeGoIP
Get the location of an address with FreeGoIP API
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 798 bytes
 

Contents

Class file image Download
{ "name": "imelgrat/freegoip", "type": "library", "version" : "1.2.1", "description": "FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.", "keywords": ["geocoding", "geolocation", "API", "timezone", "time-zone", "reverse geocoding", "time zone", "latitude", "longitude"], "homepage": "https://github.com/imelgrat/freegoip", "license": "MIT", "authors": [ { "name": "Ivan Melgrati", "homepage": "http://imelgrat.me", "role": "Developer" } ], "autoload": { "psr-0": { "": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.3.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "*" } }