PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   PHP IP Tools   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IP Tools
Validate and manipulate IP addresses
Author: By
Last change:
Date: 4 years ago
Size: 862 bytes
 

Contents

Class file image Download
{ "name": "kigkonsult/iptools", "type": "library", "description": "ipv4/ipv6 tools", "keywords": [ "IP", "IPnumber", "IPv4", "IPv6", "range", "verify", "CIDR", "block", "netmask" ], "time" : "2018-04-12", "license": "LGPL-3.0-or-later", "homepage": "http://kigkonsult.se", "support": { "issues": "https://github.com/iCalcreator/ipTools/issues", "source": "https://github.com/iCalcreator/ipTools" }, "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "autoload": { "files": ["autoload.php"], "psr-4": { "Kigkonsult\\IpTools\\": "src/" } }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^6.5.13" } }