PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP IP to ASN Mapping   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IP to ASN Mapping
Map IPv4 or IPv6 address to ASN
Author: By
Last change: Update of composer.json
Date: 3 years ago
Size: 637 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/ip2asn", "type": "library", "description": "Maps IP address to ASN. ASN to prefix. Both IPv4 and IPv6.", "keywords": ["ip", "ip-to-asn", "asn", "bgp", "asn-to-prefix"], "homepage": "https://github.com/peterkahl/ip2asn", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://www.cidrcalculator.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\ip2asn\\": "src/" } } }