An open API service indexing awesome lists of open source software.

https://github.com/loophp/launcher

Open a file or a resource with the default OS application.
https://github.com/loophp/launcher

default-application launcher xdg-open

Last synced: about 22 hours ago
JSON representation

Open a file or a resource with the default OS application.

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://img.shields.io/packagist/v/loophp/launcher.svg?style=flat-square)](https://packagist.org/packages/loophp/launcher)
[![GitHub stars](https://img.shields.io/github/stars/loophp/launcher.svg?style=flat-square)](https://packagist.org/packages/loophp/launcher)
[![Total Downloads](https://img.shields.io/packagist/dt/loophp/launcher.svg?style=flat-square)](https://packagist.org/packages/loophp/launcher)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/loophp/launcher/Continuous%20Integration?style=flat-square)](https://github.com/loophp/launcher/actions)
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/loophp/launcher/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/loophp/launcher/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/loophp/launcher/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/loophp/launcher/?branch=master)
[![Mutation testing badge](https://badge.stryker-mutator.io/github.com/loophp/launcher/master)](https://stryker-mutator.github.io)
[![License](https://img.shields.io/packagist/l/loophp/launcher.svg?style=flat-square)](https://packagist.org/packages/loophp/launcher)
[![Donate!](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?style=flat-square)](https://paypal.me/loophp)

# OS Launcher

## Description

Allows you to launch a file or a resource with the default OS application.

## Requirements

* PHP >= 7.1

## Installation

```composer require loophp/launcher```

## Usage

```php