PHPackages                             humanized/yii2-lookup - 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. humanized/yii2-lookup

ActiveYii2-extension[Database &amp; ORM](/categories/database)

humanized/yii2-lookup
=====================

Yii2 Module to deal with lookup tables (tables having only id and a unique-name)

1992PHP

Since Mar 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Humanized/yii2-lookup)[ Packagist](https://packagist.org/packages/humanized/yii2-lookup)[ RSS](/packages/humanized-yii2-lookup/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Lookup Table Module
========================

[](#yii2-lookup-table-module)

Yii2 module providing various interfaces for dealing the repetitive tasks of managing lookup tables, i.e. individual database tables having only an auto-incremented primary key and a unique label.

The contents of this package include:

- A graphical user interface providing CRUD operations for lookup table records
- A command line interface providing CRUD operations and bulk import for lookup table records
- A database migration helper to manage creation and dropping of lookup tables

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

[](#installation)

### Install Using Composer

[](#install-using-composer)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ php composer.phar require humanized/yii2-lookup "*"

```

or add

```
"humanized/yii2-lookup": "*"

```

to the `require` section of your `composer.json` file.

### Edit Configuration File

[](#edit-configuration-file)

To enable the graphical user interface facilities, add the following lines to the application configuration file:

```
'modules' => [
    'lookup' => [
        'class' => 'humanized\lookup\Module',
    ],
],
```

To enable command line interface and migration facilities, add the following lines to the console configuration file:

```
'modules' => [
    'lookup' => [
        'class' => 'humanized\lookup\Module',
    ],
],
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a07fca5b8f6fe268961a6744dbfd2175da8c785f5e26b2edaeb552f9bbcabd2?d=identicon)[jeffrey.geyssens](/maintainers/jeffrey.geyssens)

---

Top Contributors

[![jeffrico](https://avatars.githubusercontent.com/u/3632182?v=4)](https://github.com/jeffrico "jeffrico (12 commits)")[![FXdSP](https://avatars.githubusercontent.com/u/9414517?v=4)](https://github.com/FXdSP "FXdSP (2 commits)")

### Embed Badge

![Health badge](/badges/humanized-yii2-lookup/health.svg)

```
[![Health](https://phpackages.com/badges/humanized-yii2-lookup/health.svg)](https://phpackages.com/packages/humanized-yii2-lookup)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8441.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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