Skip to content

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

License

Notifications You must be signed in to change notification settings

technodelight/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)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages