PHPackages                             nsmle/ouo-bypass - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nsmle/ouo-bypass

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nsmle/ouo-bypass
================

A PHP library to bypass ouo.io/press short links

v1.0.0(4y ago)42911MITPHP

Since Apr 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nsmle/ouo-bypass)[ Packagist](https://packagist.org/packages/nsmle/ouo-bypass)[ Docs](https://github.com/nsmle/ouo-bypass)[ RSS](/packages/nsmle-ouo-bypass/feed)WikiDiscussions main Synced 1mo ago

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

Ouo.io Bypass
=============

[](#ouoio-bypass)

A PHP library to bypass short links [ouo.io](https://ouo.io) or [ouo.press](https://ouo.press).

If you like or use this package, please share your love by starring this repository, or follow [@nsmle](https://github.com/nsmle).

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

[](#installation)

```
composer require nsmle/ouo-bypass
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';

use Nsmle\OuoBypass\Api;

$ouo = new Api();
$ouo->setOriginUrl("https://ouo.press/ZGawzS");
$ouo->bypass();
$link = $ouo->getDestinationUrl();

echo $link;
```

Or if you want something simpler you can try some code like below:

```
$ouo = new Api("https://ouo.press/ZGawzS");
$ouo->bypass();
$link = $ouo->getDestinationUrl();
```

or

```
$ouo = new Api("https://ouo.press/ZGawzS");
$link = $ouo->bypass()['destination-url'];
```

License
-------

[](#license)

Licensed under the terms of the [MIT License](https://github.com/nsmle/ouo-bypass/blob/main/LICENSE).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1489d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/068fa20a0828ae53dac8be591fed3a120749a931ab67f8b7ca5835942879d6f6?d=identicon)[nsmle](/maintainers/nsmle)

---

Top Contributors

[![nsmle](https://avatars.githubusercontent.com/u/55952660?v=4)](https://github.com/nsmle "nsmle (1 commits)")

---

Tags

ouo-bypassouo-ioouo-pressouoioshortlinkshortlink-bypassshortlinksphpshortlinkouo.ioouo.pressouo-bypassshorlink-bypass

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/nsmle-ouo-bypass/health.svg)

```
[![Health](https://phpackages.com/badges/nsmle-ouo-bypass/health.svg)](https://phpackages.com/packages/nsmle-ouo-bypass)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[amirbagh75/smsir-php

Unofficial sms.ir PHP Package

181.2k](/packages/amirbagh75-smsir-php)

PHPackages © 2026

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