{ "name": "cidram/aggregator", "description": "A stand-alone class implementation of the IPv4+IPv6 IP+CIDR aggregator from CIDRAM.", "keywords": ["cidram","aggregator","cidr","ip","ipv4","ipv6","networking","subnets"], "homepage": "https://cidram.github.io/", "license": "GPL-2.0-or-later", "support": { "issues": "https://github.com/CIDRAM/Aggregator/issues", "source": "https://github.com/CIDRAM/Aggregator", "rss": "https://github.com/CIDRAM/Aggregator/releases.atom", "chat": "https://gitter.im/CIDRAM/Lobby" }, "require": { "php": ">=5.4.0", "ext-pcre": "*" }, "autoload": { "psr-4": { "CIDRAM\\Aggregator\\": "src/" }, "files": ["src/helpers.php"] }, "scripts": { "test": "@php tests.php" } }
|