• Stars
    star
    177
  • Rank 215,288 (Top 5 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IPv4/IPv6 manipulation library for PHP

PHP IP Library

IPv4/IPv6 manipulation library for PHP inspired by Python ipaddress.

Build status Latest Stable Version Total Downloads

Requirements

Installation

The recommended way is to install the lib through Composer.

Simply run composer require rlanvin/php-ip for it to be automatically installed and included in your composer.json.

Now you can use the autoloader, and you will have access to the library:

require 'vendor/autoload.php';

Documentation

Complete doc is available in the wiki.

Contribution

Feel free to contribute! Just create a new issue or a new pull request.

License

This library is released under the MIT License.