PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Matous Nemec   PHP IP Address Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IP Address Validation
Validate and normalize IPv4 and IPv6 addresses
Author: By
Last change:
Date: 3 years ago
Size: 613 bytes
 

Contents

Class file image Download
{ "name": "mesour/ip-addresses", "description": "IP address normalizer and validator. For IPv4 and IPv6.", "license": ["MIT"], "keywords": ["IP address","validator","normalizer"], "authors": [{ "name": "Matou? N?mec", "homepage": "http://mesour.com" }], "require": { "php": ">=7.0" }, "require-dev": { "tracy/tracy": "~2.3.0", "slevomat/coding-standard": "^1.0", "consistence/coding-standard": "^0.10", "phpstan/phpstan": "^0.7.0", "nette/robot-loader": "^2.4", "nette/tester": "^1.7" }, "autoload": { "classmap": ["src/"] } }