PHPackages                             helthe/turbolinks-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. helthe/turbolinks-bundle

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

helthe/turbolinks-bundle
========================

Turbolinks bundle for Symfony

1.3.1(7y ago)3961.3k8[1 issues](https://github.com/helthe/TurbolinksBundle/issues)MITPHPPHP &gt;=5.3.3

Since Dec 25Pushed 5y ago2 watchersCompare

[ Source](https://github.com/helthe/TurbolinksBundle)[ Packagist](https://packagist.org/packages/helthe/turbolinks-bundle)[ Docs](https://helthe.co)[ RSS](/packages/helthe-turbolinks-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (7)Used By (0)

Helthe Turbolinks Bundle [![Build Status](https://camo.githubusercontent.com/5cac5bc36715df0e36882632b4066f2c649cc3dff54042542a6ac0d9c605c404/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f68656c7468652f547572626f6c696e6b7342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/helthe/TurbolinksBundle) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/b2a2cd8345ad2a7e01d97b2a4a5656fd5f515bc457c5a146688646a31d7d1e5b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f68656c7468652f547572626f6c696e6b7342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d65646131353131346136383662373366386465326532643461386265656536636532616635626266)](https://scrutinizer-ci.com/g/helthe/TurbolinksBundle/)
======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#helthe-turbolinks-bundle--)

The HeltheTurbolinksBundle integrates the [Helthe Turbolinks Component](https://github.com/helthe/Turbolinks)with your Symfony application.

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

[](#installation)

### Step 1: Add package requirement in Composer

[](#step-1-add-package-requirement-in-composer)

#### Manually

[](#manually)

Add the following in your `composer.json`:

```
{
    "require": {
        // ...
        "helthe/turbolinks-bundle": "~1.3"
    }
}
```

#### Using the command line

[](#using-the-command-line)

```
$ composer require 'helthe/turbolinks-bundle=~1.3'
```

### Step 2: Register the bundle in the kernel

[](#step-2-register-the-bundle-in-the-kernel)

```
