PHPackages                             cayetanosoriano/hashids-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. cayetanosoriano/hashids-bundle

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

cayetanosoriano/hashids-bundle
==============================

Bundle for integration of hashids lib to the container

v1.1(9y ago)22166.0k↓42%20[1 PRs](https://github.com/neoshadybeat/hashidsBundle/pulls)MITPHP

Since Dec 13Pushed 6y agoCompare

[ Source](https://github.com/neoshadybeat/hashidsBundle)[ Packagist](https://packagist.org/packages/cayetanosoriano/hashids-bundle)[ RSS](/packages/cayetanosoriano-hashids-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/41ed88b0a3c0100ba5f3eede780e2c222a0a0086458e276997e5a7c892fabc2e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33616431313865632d633162382d343465312d623932632d6335313336396135326263332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3ad118ec-c1b8-44e1-b92c-c51369a52bc3)

hashidsBundle
=============

[](#hashidsbundle)

This is a bundle to use  as a service
--------------------------------------------------------------

[](#this-is-a-bundle-to-use-httpwwwhashidsorg-as-a-service)

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

[](#installation)

#### Symfony 2.1.x &lt;= 2.4.x: Composer

[](#symfony-21x--24x-composer)

[Composer](http://packagist.org/about-composer) is a project dependency manager for PHP. You have to list your dependencies in a `composer.json` file:

```
{
    "require": {
        "cayetanosoriano/hashids-bundle": "dev-master"
    }
}
```

To actually install in your project, download the composer binary and run it:

```
wget http://getcomposer.org/composer.phar
# or
curl -O http://getcomposer.org/composer.phar

php composer.phar install
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
