PHPackages                             wobal/custom-index-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. [Database &amp; ORM](/categories/database)
4. /
5. wobal/custom-index-bundle

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

wobal/custom-index-bundle
=========================

Annotation and command for control entity custom indexes

v1.2.1(5mo ago)012.0k↓50%MITPHPPHP ^8.1CI failing

Since Jun 9Pushed 5mo agoCompare

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

READMEChangelog (4)Dependencies (9)Versions (15)Used By (0)

CustomIndexBundle
=================

[](#customindexbundle)

The CustomIndexBundle allows create index for doctrine entities using attribute with entity definition and console command.

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

[](#installation)

CustomIndexBundle requires Symfony 5 or higher. Works only with PostgreSQL.

Run into your project directory:

```
$ composer require intaro/custom-index-bundle

```

Register the bundle in `config/bundles.php`:

```
