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

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

vipinbose/hashids-bundle
========================

Integrates hashids/hashids in a Symfony project

v1.0.1(1y ago)0380↓25%MITPHPPHP ^8.0

Since Jun 5Pushed 1y agoCompare

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

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

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 vipinbose/hashids-bundle

```

### Using Symfony Framework only

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

```
    composer require vipinbose/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:

```
