PHPackages                             liip/hyphenator-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. liip/hyphenator-bundle

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

liip/hyphenator-bundle
======================

This Bundle provides support for hyphenating long words using the Org\_Heigl\_Hyphenator library

2.0.0(10y ago)202.0k3MITPHPPHP &gt;=5.3.9

Since Dec 26Pushed 8y ago18 watchersCompare

[ Source](https://github.com/liip/LiipHyphenatorBundle)[ Packagist](https://packagist.org/packages/liip/hyphenator-bundle)[ Docs](http://liip.ch)[ RSS](/packages/liip-hyphenator-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (5)Versions (2)Used By (0)

Introduction
============

[](#introduction)

Adds support for *hyphenating* long words using the [Org\_Heigl\_Hyphenator](https://github.com/heiglandreas/Org_Heigl_Hyphenator) library.

This bundle will add a Twig Extension for templates and a Hyphenator service.

[![Build Status](https://camo.githubusercontent.com/b5459696c1092b58292ead20daf01e91ec3606fa2329005eb34c765820a321b5/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6c6969702f4c69697048797068656e61746f7242756e646c652e706e67)](http://travis-ci.org/liip/LiipHyphenatorBundle)

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

[](#installation)

1. Download the Bundle

    Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

    ```
    $ composer require liip/hyphenator-bundle
    ```

    This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.
2. Enable the Bundle

    Add the following line in the `app/AppKernel.php` file to enable this bundle only for the `test` environment:

    ```
