yuloh / open
This package is abandoned and no longer maintained.
No replacement package was suggested.
Open a file or url in the default app
0.1.0
2016-12-20 15:07 UTC
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.