PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP IPv4 Address Subnet Calculator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IPv4 Address Subnet Calculator
Calculate subnet mask and other network details
Author: By
Last change:
Date: 1 year ago
Size: 973 bytes
 

Contents

Class file image Download
{ "name": "markrogoyski/ipv4-subnet-calculator", "type": "library", "description": "Network calculator for subnet mask and other classless (CIDR) network information.", "keywords": ["ipv4", "subnet", "calculator", "network", "cidr", "address", "ip"], "homepage": "https://github.com/markrogoyski/ipv4-subnet-calculator-php", "require": { "php": ">=7.2.0" }, "require-dev": { "phpunit/phpunit": "^8.5", "php-coveralls/php-coveralls": "^2.0", "squizlabs/php_codesniffer": ">=3.6", "phpstan/phpstan": "*", "phpmd/phpmd": "^2.6", "phploc/phploc": "*", "php-parallel-lint/php-parallel-lint": "^1.2" }, "autoload": { "psr-4": { "IPv4\\": "src/" } }, "autoload-dev": { "psr-4": { "IPv4\\Tests\\": "tests/" } }, "authors": [ { "name": "Mark Rogoyski", "email": "mark@rogoyski.com", "homepage": "https://github.com/markrogoyski", "role": "Lead Developer" } ], "license": "MIT" }