mileschou/ip
最新稳定版本:v0.2.0
Composer 安装命令:
composer require mileschou/ip
包简介
IP tools in PHP
README 文档
README
IP tools in PHP
Installation
Install package by Composer:
composer require mileschou/ip
Usage
This a simple collection to store IP list and can find IP in list.
$collection = new V4(); $collection->addCidr('127.0.0.0/8'); $collection->has('127.0.0.1'); // true $collection->has('192.168.0.1'); // false
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-01