Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 469 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 469 Bytes

php-cli-cross-platform-open

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: