2017 © Pedro Peláez
 

library network-address-group

Utility for grouped network address manipulation

image

webnium/network-address-group

Utility for grouped network address manipulation

  • Monday, August 7, 2017
  • by MugeSo
  • Repository
  • 3 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

NetworkAddressGroup

Coverage StatusBuild Status Utility for grouped network address manipulation, (*1)

Installation

This library distributed via packagist.org., (*2)

Execute:, (*3)

$ wget http://getcomposer.org/composer.phar
$ php composer.phar require webnium/network-address-group:~1.0

or add following to your composer.json, (*4)

{
    "require": {
        "webnium/network-address-group": "~1.0"
    }
}

Usage

use Webnium\IpAddress\NetworkAddressGroup;

$group = new NetworkAddressGroup([
    '192.168.0.0/24',
    '192.168.2.0/24',
    '10.1.0.0/16',
    '10.0.1.64/27']);

var_dump($group->encloses('192.168.0.53')); // bool(true)
var_dump($group->encloses('192.168.1.1')); // bool(false)

License

MIT License, (*5)

The Versions

07/08 2017

dev-master

9999999-dev

Utility for grouped network address manipulation

  Sources   Download

MIT License

The Requires

 

The Development Requires

address ip group ipv4 network network address group encloses network address

07/08 2017

1.0.5

1.0.5.0

Utility for grouped network address manipulation

  Sources   Download

MIT License

The Requires

 

The Development Requires

address ip group ipv4 network network address group encloses network address

10/03 2017

1.0.4

1.0.4.0

Utility for grouped network address manipulation

  Sources   Download

MIT License

The Requires

 

The Development Requires

address ip group ipv4 network network address group encloses network address

08/03 2017

1.0.3

1.0.3.0

Utility for grouped network address manipulation

  Sources   Download

MIT License

The Requires

 

The Development Requires

address ip group ipv4 network network address group

08/03 2017

1.0.2

1.0.2.0

Utility for grouped network address manipulation

  Sources   Download

MIT License

The Requires

 

The Development Requires

20/02 2015

1.0.1

1.0.1.0

Utility for grouped network address manipulation

  Sources   Download

MIT License

The Requires

 

The Development Requires

20/02 2015

1.0.0

1.0.0.0

Utility for grouped network address manipulation

  Sources   Download

MIT License

The Requires

 

The Development Requires