slacker775 / ipcalc
IP Address Calculation Classes
2.0.0
2023-01-09 19:28 UTC
Requires
- php: >=8.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-09 23:12:03 UTC
README
IP Calculator library for PHP
This code is heavily based on the IPCalc Python library (https://github.com/tehmaze/ipcalc)
Requirements
- PHP 7.4 or higher
Installation
Install the module:
$ php composer.phar require slacker775/ipcalc
NOTE: While there is some stubbed in support for IPv6, there currently is NO functional IPv6 capability with this library.