PHPackages                             liip/url-auto-converter-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. [Templating &amp; Views](/categories/templating)
4. /
5. liip/url-auto-converter-bundle

AbandonedArchivedSymfony-bundle[Templating &amp; Views](/categories/templating)

liip/url-auto-converter-bundle
==============================

This bundle adds a Twig Extension with a filter for automatically converting urls and emails in a string to html links

1.3.2(9y ago)49306.9k↓45%21MITPHPPHP ^5.3.9|^7.0

Since Jun 19Pushed 8y ago51 watchersCompare

[ Source](https://github.com/liip/LiipUrlAutoConverterBundle)[ Packagist](https://packagist.org/packages/liip/url-auto-converter-bundle)[ Docs](http://liip.ch)[ RSS](/packages/liip-url-auto-converter-bundle/feed)WikiDiscussions master Synced 1mo ago

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

UNMAINTAINED
============

[](#unmaintained)

This bundle is no longer maintained. Feel free to fork it if needed.

LiipUrlAutoConverterBundle
==========================

[](#liipurlautoconverterbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/b7470585c4ee367edd39232d0f3e9ab78de9c9a6cce43c3121530bd79339bb23/68747470733a2f2f706f7365722e707567782e6f72672f6c6969702f75726c2d6175746f2d636f6e7665727465722d62756e646c652f76657273696f6e2e706e67)](https://packagist.org/packages/liip/url-auto-converter-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/f661b609fec3d19e460f7f6bd5733ae5b26f882e10d608c0d9ff3af943c59e3a/68747470733a2f2f706f7365722e707567782e6f72672f6c6969702f75726c2d6175746f2d636f6e7665727465722d62756e646c652f762f756e737461626c652e706e67)](//packagist.org/packages/liip/url-auto-converter-bundle)[![Total Downloads](https://camo.githubusercontent.com/2d5c2d6c543313dfab9acfee0f14906ffac2c0ab8880cdbb5afeaf271a47ceb5/68747470733a2f2f706f7365722e707567782e6f72672f6c6969702f75726c2d6175746f2d636f6e7665727465722d62756e646c652f642f746f74616c2e706e67)](https://packagist.org/packages/liip/url-auto-converter-bundle)[![Build Status](https://camo.githubusercontent.com/3560c0bc51b65ac8919f0ef8f3b941485563c33a6a0ec269c4fc3084034881a7/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6c6969702f4c69697055726c4175746f436f6e76657274657242756e646c652e706e67)](http://travis-ci.org/liip/LiipUrlAutoConverterBundle)

About
-----

[](#about)

This bundle adds a Twig Extension with a filter for automatically converting urls and emails in a string to html links. In the Format: "[liip.ch](http://liip.ch)" for urls or "[](mailto:info@liip.ch)" for emails.

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

[](#installation)

1. Add this bundle to your composer.json:

    ```
    $ php composer.phar require liip/url-auto-converter-bundle:dev-master

    ```
2. Add this bundle to your application's kernel:

    ```
    // application/ApplicationKernel.php
    public function registerBundles()
    {
      return array(
          // ...
          new Liip\UrlAutoConverterBundle\LiipUrlAutoConverterBundle(),
          // ...
      );
    }

    ```

Configuration
-------------

[](#configuration)

The supported options for the LiipUrlAutoConverterBundle are: (put in /app/config/config.yml)

```
liip_url_auto_converter:
    linkclass:
    target: _blank
    debugmode: false

```

- "linkClass": css class that will be added automatically to converted links. default: "" (empty)
- "target": browser link target. default: "\_blank"
- "debugMode": if true, links will be colored with a nasty green color - cool for testing. default: false

All settings are optional.

Usage
-----

[](#usage)

This library adds a filter for twig templates that can be used like:

```
{{ "sometexttofindaurl www.liip.ch inside" | converturls }}

```

License
-------

[](#license)

See `LICENSE`.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 60.3% 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 ~193 days

Recently: every ~237 days

Total

8

Last Release

3359d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.3

1.2.0PHP ^5.3.9|^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20873?v=4)[Luke Smith](/maintainers/lsmith)[@lsmith](https://github.com/lsmith)

---

Top Contributors

[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (44 commits)")[![dbu](https://avatars.githubusercontent.com/u/76576?v=4)](https://github.com/dbu "dbu (8 commits)")[![nilov](https://avatars.githubusercontent.com/u/1862113?v=4)](https://github.com/nilov "nilov (4 commits)")[![monobasic](https://avatars.githubusercontent.com/u/192808?v=4)](https://github.com/monobasic "monobasic (4 commits)")[![toooni](https://avatars.githubusercontent.com/u/241080?v=4)](https://github.com/toooni "toooni (3 commits)")[![thomasthiry](https://avatars.githubusercontent.com/u/2093956?v=4)](https://github.com/thomasthiry "thomasthiry (3 commits)")[![fabian](https://avatars.githubusercontent.com/u/13346?v=4)](https://github.com/fabian "fabian (2 commits)")[![vytsci](https://avatars.githubusercontent.com/u/3973894?v=4)](https://github.com/vytsci "vytsci (1 commits)")[![Garfield-fr](https://avatars.githubusercontent.com/u/48578?v=4)](https://github.com/Garfield-fr "Garfield-fr (1 commits)")[![Hywan](https://avatars.githubusercontent.com/u/946104?v=4)](https://github.com/Hywan "Hywan (1 commits)")[![weaverryan](https://avatars.githubusercontent.com/u/121003?v=4)](https://github.com/weaverryan "weaverryan (1 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (1 commits)")

---

Tags

bundlephpsymfonysymfony-bundleurl

### Embed Badge

![Health badge](/badges/liip-url-auto-converter-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/liip-url-auto-converter-bundle/health.svg)](https://phpackages.com/packages/liip-url-auto-converter-bundle)
```

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91492.0M315](/packages/twig-extra-bundle)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

1432.0k](/packages/symfony-ux-toolkit)[tomatophp/filament-menus

Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component

306.3k3](/packages/tomatophp-filament-menus)[3x1io/filament-menus

Menu View Generator Using Livewire

122.8k](/packages/3x1io-filament-menus)[clearbold/fixmealink

Fix Me a Link is a Craft plugin with link utility functions.

151.4k](/packages/clearbold-fixmealink)

PHPackages © 2026

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