yuloh / open
Open a file or url in the default app
Installs: 11 145
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: ~5.5|~7.0
Requires (Dev)
This package is auto-updated.
Last update: 2021-11-23 07:08:40 UTC
README
Open a file or url in the user's default app.
Open will use start
on Windows, open
on OSX, and xdg-open
everywhere else.
Install
Via Composer
$ composer require yuloh/open
Usage
Yuloh\Open\open('http://www.google.com');
License
The MIT License (MIT). Please see License File for more information.