PHPackages                             fsi/data-indexer - 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. fsi/data-indexer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fsi/data-indexer
================

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

1.0.0(5y ago)265.2k↓58.6%3[1 issues](https://github.com/fsi-open/data-indexer/issues)2MITPHPPHP ^7.1|^8.0CI failing

Since Mar 22Pushed 5y ago7 watchersCompare

[ Source](https://github.com/fsi-open/data-indexer)[ Packagist](https://packagist.org/packages/fsi/data-indexer)[ RSS](/packages/fsi-data-indexer/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (8)Versions (10)Used By (2)

FSi DataIndexer Component
=========================

[](#fsi-dataindexer-component)

This component is created to provide one simple object indexing strategy for FSi `DataSource` and `DataGrid` components.

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

[](#installation)

Add `fsi/data-indexer` to composer.json

```
{
    ...

    "require": {
        "fsi/data-indexer" : "^1.0@dev",
    }

    ...
}

```

Usage
-----

[](#usage)

```
$dataIndexer = new DoctrineDataIndexer($this->getDoctrine(), "DemoBundle:News");
$news = News("this_is_id");

$index = $dataIndexer->getIndex($news);
// value in $index "this_is_id"

$entity = $dataIndexer->getData($index);
// $entity value is a News object with id "this_is_id"
```

*DoctrineDataIndexer* handle single and composite keys

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~360 days

Recently: every ~631 days

Total

9

Last Release

1972d ago

Major Versions

0.9.x-dev → 1.0.02021-02-08

PHP version history (2 changes)0.9.0PHP &gt;=5.3.0

1.0.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d59f4fb3ce9d43f785d44957fc66c4ac950c7b758469a987dc90369bf845fdcc?d=identicon)[chives](/maintainers/chives)

---

Top Contributors

[![norberttech](https://avatars.githubusercontent.com/u/1921950?v=4)](https://github.com/norberttech "norberttech (15 commits)")[![chives](https://avatars.githubusercontent.com/u/1170578?v=4)](https://github.com/chives "chives (7 commits)")[![beregond](https://avatars.githubusercontent.com/u/956019?v=4)](https://github.com/beregond "beregond (4 commits)")[![Wasper](https://avatars.githubusercontent.com/u/2331349?v=4)](https://github.com/Wasper "Wasper (1 commits)")[![rn0](https://avatars.githubusercontent.com/u/15381?v=4)](https://github.com/rn0 "rn0 (1 commits)")[![sstok](https://avatars.githubusercontent.com/u/904790?v=4)](https://github.com/sstok "sstok (1 commits)")[![szymach](https://avatars.githubusercontent.com/u/2230556?v=4)](https://github.com/szymach "szymach (1 commits)")

---

Tags

componentdatagridfsi

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fsi-data-indexer/health.svg)

```
[![Health](https://phpackages.com/badges/fsi-data-indexer/health.svg)](https://phpackages.com/packages/fsi-data-indexer)
```

###  Alternatives

[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
