PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 IPStack   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 IPStack
Find the location of a computer with an IP address
Author: By
Last change:
Date: 2 months ago
Size: 509 bytes
 

Contents

Class file image Download
{ "name": "daxslab/yii2-ipstack", "description": "Locate and identify website visitors by IP address ", "type": "yii2-extension", "keywords": ["yii2","extension"," ip"," ipstack"," geo"," geolocalization"], "license": "MIT", "authors": [ { "name": "Daxslab", "email": "info@daxslab.com" } ], "require": { "yiisoft/yii2": "~2.0.0" }, "autoload": { "psr-4": { "daxslab\\ipstack\\": "" } } }