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

ActiveSymfony-bundle

grogy/linkify-bundle
====================

Converts URLs and email addresses in text into HTML links

v1.0.5(9y ago)013.5kMITPHPPHP ^5.3.3 || ^7.0

Since Oct 9Pushed 5y agoCompare

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

READMEChangelogDependencies (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 grogy/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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

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

3555d 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/92c040cdb017610430117f581853b47e6e25a4e6771b738e1a5f246ac3b49ba9?d=identicon)[grogy](/maintainers/grogy)

---

Top Contributors

[![thewilkybarkid](https://avatars.githubusercontent.com/u/1784740?v=4)](https://github.com/thewilkybarkid "thewilkybarkid (40 commits)")[![grogy](https://avatars.githubusercontent.com/u/1322983?v=4)](https://github.com/grogy "grogy (2 commits)")[![EmmanuelVella](https://avatars.githubusercontent.com/u/663607?v=4)](https://github.com/EmmanuelVella "EmmanuelVella (1 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/grogy-linkify-bundle/health.svg)

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

###  Alternatives

[misd/linkify

Converts URLs and email addresses in text into HTML links

1122.9M10](/packages/misd-linkify)[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M315](/packages/twig-extra-bundle)[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)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)

PHPackages © 2026

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