PHP Classes

File: vendor/geoip/geoip/composer.json

Recommend this page to a friend!
  Classes of Ganesh Kandu   kchat   vendor/geoip/geoip/composer.json   Download  
File: vendor/geoip/geoip/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: kchat
Database driven PHP live chat system
Author: By
Last change:
Date: 6 years ago
Size: 712 bytes
 

Contents

Class file image Download
{ "name": "geoip/geoip", "description": "MaxMind GeoIP PHP API", "keywords": ["geoip", "geolocation", "maxmind"], "homepage": "http://dev.maxmind.com/geoip/legacy/downloadable", "type": "library", "license": "LGPL 2.1+", "authors": [ { "name": "MaxMind, Inc.", "email": "support@maxmind.com", "homepage": "http://www.maxmind.com/" } ], "autoload": { "files": [ "src/geoip.inc", "src/geoipcity.inc", "src/timezone.php" ] }, "conflict": { "ext-geoip": "*" }, "require-dev": { "phpunit/phpunit": "3.7.*", "satooshi/php-coveralls": "1.0.*" } }