rlanvin/php-ip
最新稳定版本:v3.0.0
Composer 安装命令:
composer require rlanvin/php-ip
包简介
IPv4/IPv6 manipulation library for PHP
README 文档
README
IPv4/IPv6 manipulation library for PHP inspired by Python ipaddress.
Requirements
- PHP >= 7.1
- IPv6 support enabled
- GMP extension (www.php.net/manual/en/book.gmp.php)
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.
统计信息
- 总下载量: 684.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 181
- 点击次数: 1
- 依赖项目数: 13
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-20