PHPackages                             vstelmakh/url-highlight-symfony-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. vstelmakh/url-highlight-symfony-bundle

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

vstelmakh/url-highlight-symfony-bundle
======================================

Symfony bundle for url highlight library

v3.0.0(5y ago)33.7kMITPHPPHP ^7.1 || ^8

Since Dec 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vstelmakh/url-highlight-symfony-bundle)[ Packagist](https://packagist.org/packages/vstelmakh/url-highlight-symfony-bundle)[ Docs](https://github.com/vstelmakh/url-highlight-symfony-bundle)[ RSS](/packages/vstelmakh-url-highlight-symfony-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (10)Versions (6)Used By (0)

Url highlight bundle
====================

[](#url-highlight-bundle)

[![Build status](https://github.com/vstelmakh/url-highlight-symfony-bundle/workflows/build/badge.svg?branch=master)](https://github.com/vstelmakh/url-highlight-symfony-bundle/actions)[![Packagist version](https://camo.githubusercontent.com/d9995d7d5fc66963bd9afce3c188b10545ff8a144b8fc9d03e9ebf83d337e985/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f767374656c6d616b682f75726c2d686967686c696768742d73796d666f6e792d62756e646c653f636f6c6f723d6f72616e6765)](https://packagist.org/packages/vstelmakh/url-highlight-symfony-bundle)[![PHP version](https://camo.githubusercontent.com/31108416bfd8eef0a4d221f02007417bb22e5835981531cf5cfabc7fc8802217/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f767374656c6d616b682f75726c2d686967686c696768742d73796d666f6e792d62756e646c65)](https://www.php.net/)[![License](https://camo.githubusercontent.com/87c8d76e9f8e72b35ad850304bf81065bc787295891235ec0ddef92f0d9eda56/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f767374656c6d616b682f75726c2d686967686c696768742d73796d666f6e792d62756e646c653f636f6c6f723d79656c6c6f77677265656e)](LICENSE)

Symfony bundle for [Url highlight](https://github.com/vstelmakh/url-highlight) library.
Supported Symfony versions: `^2.7`, `^3`, `^4`, `^5`.

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

[](#installation)

Install the latest version with:

```
$ composer require vstelmakh/url-highlight-symfony-bundle
```

Setup
-----

[](#setup)

If your application is using [Symfony Flex](https://symfony.com/doc/current/setup/flex.html) - you are ready to go, skip next steps.

Enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    VStelmakh\UrlHighlightSymfonyBundle\UrlHighlightBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

Bundle provide url highlight service which available via autowire or directly from container:

```
