Login   Register  
PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Caleb   Aggregator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content typex: text/plain
Description: Auxiliary data
Class: Aggregator
Aggregate multiple IP addresses in single ranges
Author: By
Last change: Update Composer support information.
Split expand methods to their own trait.

Changelog excerpt:
- Split the methods for expanding CIDRs out to their own trait.
Adopt GitHub Actions; Replace Tests.

Changelog excerpt:
- Ditched external test frameworks in favour of GitHub Actions. Replaced
existing tests.
Date: 3 months ago
Size: 843 bytes
 

Contents

Class file image Download
{ "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" } }