PHPackages                             jonnybarnes/commonmark-linkify - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. jonnybarnes/commonmark-linkify

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

jonnybarnes/commonmark-linkify
==============================

Turn plaintext URLs into click-able links

v0.5.1(7y ago)17.9k1CC0-1.0PHPPHP ^7.1

Since Jul 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jonnybarnes/commonmark-linkify)[ Packagist](https://packagist.org/packages/jonnybarnes/commonmark-linkify)[ Docs](https://github.com/jonnybarnes/commonmark-linkify)[ RSS](/packages/jonnybarnes-commonmark-linkify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (7)Used By (0)

CommonMark Linkify
==================

[](#commonmark-linkify)

This extention to [CommonMark](https://commonmark.thephpleague.com) turns plain text URLs into clickable links.

Usage
-----

[](#usage)

```
use League\CommonMark\Converter;
use League\CommonMark\DocParser;
use League\CommonMark\Environment;
use League\CommonMark\HtmlRenderer;
use Jonnybarnes\CommonmarkLinkify\LinkifyExtension;

$environment = Environment::createCommonMarkEnvironment();
$environment->addExtension(new LinkifyExtension());

$converter = new Converter(new DocParser($environment), new HtmlRenderer($environment));

echo $converter->convertToHtml('Some text-only link https://example.org');
// Some text link example.org
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.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 ~118 days

Recently: every ~146 days

Total

6

Last Release

2639d ago

PHP version history (2 changes)v0.1PHP ^7.0

v0.5PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0650c4ecaa439167fe726ab5bcc87151acd7e344573cc5c5744c86b7c68e3e96?d=identicon)[jonnybarnes](/maintainers/jonnybarnes)

---

Top Contributors

[![jonnybarnes](https://avatars.githubusercontent.com/u/108303?v=4)](https://github.com/jonnybarnes "jonnybarnes (16 commits)")[![nanaya](https://avatars.githubusercontent.com/u/276295?v=4)](https://github.com/nanaya "nanaya (1 commits)")

---

Tags

commonmarkphpmarkdowncommonmarkextension

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonnybarnes-commonmark-linkify/health.svg)

```
[![Health](https://phpackages.com/badges/jonnybarnes-commonmark-linkify/health.svg)](https://phpackages.com/packages/jonnybarnes-commonmark-linkify)
```

###  Alternatives

[zoon/commonmark-ext-youtube-iframe

Extension for league/commonmark to replace youtube link with iframe

12275.9k1](/packages/zoon-commonmark-ext-youtube-iframe)

PHPackages © 2026

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