PHPackages                             intaro/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. intaro/custom-index-bundle

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

intaro/custom-index-bundle
==========================

Annotation and command for control entity custom indexes

v1.1.0(1y ago)27836.1k↑11.1%14[1 issues](https://github.com/intaro/custom-index-bundle/issues)MITPHPPHP ^8.1

Since Jun 9Pushed 1y ago13 watchersCompare

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

READMEChangelog (10)Dependencies (9)Versions (26)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`:

```
