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

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

mralirezaeb/hashids-bundle
==========================

Integrates hashids/hashids in a Symfony project

04PHP

Since May 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/MrAlirezaEB/hashids-bundle-master)[ Packagist](https://packagist.org/packages/mralirezaeb/hashids-bundle)[ RSS](/packages/mralirezaeb-hashids-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/52b17a4010bc1fbeb75385f317e016999774901428ec6c1a473816486d7c5545/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65373964343132322d633961642d343534662d613161632d3938316464363833313434662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e79d4122-c9ad-454f-a1ac-981dd683144f) [![Scrutinizer](https://camo.githubusercontent.com/a0d112bf51c6e5a151034dfe8f3fcd923c29c28c422972380488f0d1d5e20627/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f756b6d6f7574652f4861736869647342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/roukmoute/HashidsBundle/)

HashidsBundle
=============

[](#hashidsbundle)

Integrates [hashids/hashids](https://github.com/ivanakimov/hashids.php) in a Symfony project.

Installation using composer
---------------------------

[](#installation-using-composer)

These commands requires you to have Composer installed globally.
Open a command console, enter your project directory and execute the following commands to download the latest stable version of this bundle:

### Using Symfony Flex

[](#using-symfony-flex)

```
    composer config extra.symfony.allow-contrib true
    composer req roukmoute/hashids-bundle

```

### Using Symfony 4 Framework

[](#using-symfony-4-framework)

```
    composer require roukmoute/hashids-bundle

```

If this has not been done automatically, enable the bundle by adding the following line in the `config/bundles.php` file of your project:

```
