PHPackages                             likesistemas/open - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. likesistemas/open

ActiveLibrary[File &amp; Storage](/categories/file-storage)

likesistemas/open
=================

Opens a file or URL in PHP

2.0.0(5y ago)1482[1 issues](https://github.com/likesistemas/open/issues)MITShellPHP &gt;=7.2.5

Since Mar 23Pushed 5y agoCompare

[ Source](https://github.com/likesistemas/open)[ Packagist](https://packagist.org/packages/likesistemas/open)[ Docs](https://github.com/likesistemas/open)[ RSS](/packages/likesistemas-open/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Open
====

[](#open)

> Opens a file or URL in PHP, in a cross-platform way. This is a PHP port of [node-open](https://github.com/pwnall/node-open).

Installation
------------

[](#installation)

```
$ composer require likesistemas/open
```

Usage
-----

[](#usage)

### Utility

[](#utility)

Use the `open()` method to open a file or URL using the default or a specific app

```
use Open\Open;

Open::open('picture.jpg');

// It will use the default browser
Open::open('http://google.com');

// It will try to use Chrome
Open::open('http://google.com', 'chrome');
```

### Command

[](#command)

Open Google using your default browser

```
$ php bin/open http://google.com
```

Open Google using the specified browser (firefox)

```
$ php bin/open http://google.com firefox
```

License
-------

[](#license)

[MIT](https://github.com/likesistemas/open/blob/master/LICENSE)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~425 days

Total

3

Last Release

2126d ago

Major Versions

1.0.1 → 2.0.02020-07-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3e59605573d0484943d6d2d28810b762e4fcd62547d41e328af9d6b4fc944e4?d=identicon)[ricardoapaes](/maintainers/ricardoapaes)

---

Top Contributors

[![ricardoapaes](https://avatars.githubusercontent.com/u/38794747?v=4)](https://github.com/ricardoapaes "ricardoapaes (4 commits)")[![florianv](https://avatars.githubusercontent.com/u/1586668?v=4)](https://github.com/florianv "florianv (3 commits)")

---

Tags

urlbrowserfileopen

### Embed Badge

![Health badge](/badges/likesistemas-open/health.svg)

```
[![Health](https://phpackages.com/badges/likesistemas-open/health.svg)](https://phpackages.com/packages/likesistemas-open)
```

###  Alternatives

[sonata-project/media-bundle

Symfony SonataMediaBundle

4625.5M71](/packages/sonata-project-media-bundle)[tomatophp/filament-browser

File &amp; Folders &amp; Media Browser With Code Editor

407.6k2](/packages/tomatophp-filament-browser)[playwright-php/playwright

Modern PHP library for Playwright automation: browsing, scraping, screenshots, testing, and more.

7613.0k5](/packages/playwright-php-playwright)[3x1io/filament-browser

File &amp; Folders &amp; Media Browser With Code Editor

491.3k](/packages/3x1io-filament-browser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
