PHPackages                             josianocarvalho/extract-hyperlinks - 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. josianocarvalho/extract-hyperlinks

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

josianocarvalho/extract-hyperlinks
==================================

Use html strip tag functions and extract links inside href to be used ​​as unformatted html

034PHP

Since Dec 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jcarvalho89/extract-hyperlinks)[ Packagist](https://packagist.org/packages/josianocarvalho/extract-hyperlinks)[ RSS](/packages/josianocarvalho-extract-hyperlinks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Extract Hyperlinks to be used ​​as unformatted html
===================================================

[](#extract-hyperlinks-to-be-used-as-unformatted-html)

Use html strip tag functions and extract links inside href to be used ​​as unformatted html

### Install using composer

[](#install-using-composer)

```
composer require josianocarvalho/extract-hyperlinks

```

```
$text = "Hi, this is my link  HERE  ";

$text = new ExtractHyperLink($text);

echo $text->output(); //--> Hi, this is my link  HERE (http://test.com)
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2011a188c70e4d3bd8d6298419bca37ecc118f107276dc7eccbddc0780efdf78?d=identicon)[josiano.carvalho](/maintainers/josiano.carvalho)

---

Top Contributors

[![jcarvalho89](https://avatars.githubusercontent.com/u/5288371?v=4)](https://github.com/jcarvalho89 "jcarvalho89 (9 commits)")

### Embed Badge

![Health badge](/badges/josianocarvalho-extract-hyperlinks/health.svg)

```
[![Health](https://phpackages.com/badges/josianocarvalho-extract-hyperlinks/health.svg)](https://phpackages.com/packages/josianocarvalho-extract-hyperlinks)
```

PHPackages © 2026

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