PHPackages                             toffiak/urlshortener-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. toffiak/urlshortener-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

toffiak/urlshortener-bundle
===========================

Bundle for shortening urls

1.0.x-dev(11y ago)04MITPHPPHP &gt;=5.3.2

Since Aug 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/toffiak/URLShortenerBundle)[ Packagist](https://packagist.org/packages/toffiak/urlshortener-bundle)[ RSS](/packages/toffiak-urlshortener-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

ToffiakURLShortenerBundle
=========================

[](#toffiakurlshortenerbundle)

Symfony 2 bundle for shortening urls.

Instalation
-----------

[](#instalation)

### Step 1: Download ToffiakURLShortenerBundle using composer

[](#step-1-download-toffiakurlshortenerbundle-using-composer)

Add ToffiakURLShortenerBundle in your composer.json:

```
{
    "require": {
        "toffiak/urlshortener-bundle": "1.0.*@dev"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/toffiak/URLShortenerBundle"
        }
    ],
}
```

Download the bundle by running the command:

```
$ php composer.phar update toffiak/urlshortener-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
