Skip to content

mmcachran/php-cli-cross-platform-open

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Opens a file or URL in the user's preferred application in CLI (cross platform)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%