grantlucas/php-portfinder
最新稳定版本:v1.0
Composer 安装命令:
composer require grantlucas/php-portfinder
包简介
A simple tool to find an available port within a range.
README 文档
README
A simple PHP package to find an available port within a range.
Installation using Composer
$ composer require grantlucas/php-portfinder
Usage
The following will return the first available port within the range for the provided host.
require_once(__DIR__ . '/vendor/autoload.php'); use GrantLucas\PortFinder; $port = PortFinder::range('127.0.0.1', 9901, 9999);
统计信息
- 总下载量: 12.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-10