PHPackages                             misd/linkify-bundle - 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. misd/linkify-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

misd/linkify-bundle
===================

Converts URLs and email addresses in text into HTML links

v1.0.5(9y ago)487.8k—0%7[1 issues](https://github.com/misd-service-development/linkify-bundle/issues)[1 PRs](https://github.com/misd-service-development/linkify-bundle/pulls)MITPHPPHP ^5.3.3 || ^7.0

Since Oct 9Pushed 7y ago3 watchersCompare

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

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

LinkifyBundle
=============

[](#linkifybundle)

[![Build Status](https://camo.githubusercontent.com/46ea2079ab44fd98406e9346bf67721971defd0eb88c0e42ea48ab29cab5a27c/68747470733a2f2f7472617669732d63692e6f72672f6d6973642d736572766963652d646576656c6f706d656e742f6c696e6b6966792d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/misd-service-development/linkify-bundle)

Adds [Linkify](https://github.com/misd-service-development/php-linkify) to your Symfony application, which converts URLs and email addresses in HTML (or plain text) to HTML links.

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

[](#installation)

1. Add the LinkifyBundle to your dependencies:

    ```
    $ composer require misd/linkify-bundle

    ```
2. Register the bundle in your application:

    ```
    // app/AppKernel.php

    class AppKernel extends Kernel
    {
        // ...
        public function registerBundles()
        {
            $bundles = array(
                // ...
                new Misd\LinkifyBundle\MisdLinkifyBundle(),
                // ...
            );
        }
        // ...
    }

    ```

Usage
-----

[](#usage)

Use the service:

```
$text = $this->container->get('misd.linkify')->process('This is my text containing a link to www.example.com.');

```

In a Twig template:

```
{{ "This is my text containing a link to www.example.com."|linkify }}

```

In a PHP template:

```

```

### Options

[](#options)

*Requires Linkify v1.1.1 or newer.*

An array of options can be passed (see the Linkify docs for futher details). So to add the `link` class to created links:

Using the service:

```
$text = $this->container->get('misd.linkify')->process('This is my text containing a link to www.example.com.', array('attr' => array('class' => 'link')));

```

In a Twig template:

```
{{ "This is my text containing a link to www.example.com."|linkify({'attr': {'class': 'link'}}) }}

```

In a PHP template:

```

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% 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 ~282 days

Recently: every ~345 days

Total

6

Last Release

3548d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.3.2

v1.0.3PHP &gt;=5.3.3

v1.0.5PHP ^5.3.3 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6aaeba393e9038b5a5a916e5f4e32ffb349436e3be2027be4828f486bc8c9d?d=identicon)[thewilkybarkid](/maintainers/thewilkybarkid)

---

Top Contributors

[![thewilkybarkid](https://avatars.githubusercontent.com/u/1784740?v=4)](https://github.com/thewilkybarkid "thewilkybarkid (40 commits)")[![jean-gui](https://avatars.githubusercontent.com/u/1479073?v=4)](https://github.com/jean-gui "jean-gui (1 commits)")

---

Tags

urlbundlelinkconvertemail address

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/misd-linkify-bundle/health.svg)

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

###  Alternatives

[misd/linkify

Converts URLs and email addresses in text into HTML links

1122.9M10](/packages/misd-linkify)[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6737.4M62](/packages/jbroadway-urlify)[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[nahid/linkify

Converts URLs and email addresses in text into HTML links its extended from Misd\\Linify its also support laravel 5

11136.0k1](/packages/nahid-linkify)

PHPackages © 2026

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