PHPackages                             jaxyeh/url-shortener-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. jaxyeh/url-shortener-bundle

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

jaxyeh/url-shortener-bundle
===========================

A basic implementation of URL Shortener Bundle for Symfony2

014PHP

Since Dec 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/jaxyeh/UrlShortenerBundle)[ Packagist](https://packagist.org/packages/jaxyeh/url-shortener-bundle)[ RSS](/packages/jaxyeh-url-shortener-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

URL Shortener Bundle for Symfony2
=================================

[](#url-shortener-bundle-for-symfony2)

A basic implementation of URL Shortener Bundle for Symfony2

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Add the bundle in your composer.json :

```
"require": {
    "jaxyeh/url-shortener-bundle": "dev-master"
}
```

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.

### Step 2: Enable the Bundle

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

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
