php-extended/php-ip-parser-interface

This package is abandoned and no longer maintained. The author suggests using the php-extended/php-ip-interface package instead.

Interfaces to implement parsing of ip text into ip address or network structure.

4.0.27 2021-06-24 16:37 UTC

README

Interfaces to implement parsing of ip text into ip address or network structure.

coverage

Installation

The installatipn of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-ip-parser-interface": "^4",
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

This library is an interface-only library.

For a concrete implementatipn, see php-extended/php-ip-parser-object.

License

MIT (See license file).