PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of John   Get IP by ISP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Get IP by ISP
Get IP address ranges using suip.biz Web service
Author: By
Last change: errors fixed
Date: 6 years ago
Size: 587 bytes
 

Contents

Class file image Download
{ "name": "himei/get-ip-by-isp", "description": "Simple cURL based console application for getting IP ranges from suip.biz web-services by city, country or ISP", "keywords": [ "console", "cli", "curl", "ip ranges" ], "homepage": "https://github.com/hlmel/getIpbyIsp", "license": "MIT", "authors": [ { "name": "hIMEI", "email": "himei@tuta.io" } ], "minimum-stability": "stable", "require": { "php": ">=7.0.0", "pear/console_commandline": "dev-master" } }