technodelight/php-cli-cross-platform-open
Composer 安装命令:
composer require technodelight/php-cli-cross-platform-open
包简介
Opens a file or URL in the user's preferred application in CLI (cross platform)
README 文档
README
Opens a file or URL in the user's preferred application in CLI (cross platform)
usage
<?php
use Technodelight\CliOpen\OsAdaptingFactory;
$cliOpen = OsAdaptingFactory::create();
$cliOpen->open('https://packagist.com');
requirements
You need one of the following terminal applications available:
- open (OS X default)
- xdg-open (default in some linux distros)
- opn / open-cli (https://github.com/sindresorhus/open-cli)
统计信息
- 总下载量: 15.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-03