PHPackages                             tsdevelopment/doctrine-behaviors-hashidable - 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. [Database &amp; ORM](/categories/database)
4. /
5. tsdevelopment/doctrine-behaviors-hashidable

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

tsdevelopment/doctrine-behaviors-hashidable
===========================================

Add hashidable behaviour to your doctrine entities

v0.0.1(5y ago)01MITPHPPHP ^7.2

Since Jul 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tsdevelopment/doctrine-behaviors-hashidable)[ Packagist](https://packagist.org/packages/tsdevelopment/doctrine-behaviors-hashidable)[ RSS](/packages/tsdevelopment-doctrine-behaviors-hashidable/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (3)Used By (0)

Doctrine Behaviors Hashidable
=============================

[](#doctrine-behaviors-hashidable)

This PHP library provides traits and interfaces that add hashidable behaviour (known from youtube video IDs) to Doctrine entities.

Install
-------

[](#install)

```
composer require tsdevelopment/doctrine-behaviors-hashidable
```

Usage
-----

[](#usage)

All you have to do is to define a Doctrine entity:

- implement `HashidableInterface` interface
- add `HashidableTrait` trait

```
