PHPackages                             eschmar/laravel-table-dictionary - 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. eschmar/laravel-table-dictionary

ActiveLaravel[Database &amp; ORM](/categories/database)

eschmar/laravel-table-dictionary
================================

Generate a dictionary of possible values for a database column to scale your data set.

0.1.0(8y ago)02.6k1PHPPHP &gt;=7.0

Since Jun 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/eschmar/laravel-table-dictionary)[ Packagist](https://packagist.org/packages/eschmar/laravel-table-dictionary)[ RSS](/packages/eschmar-laravel-table-dictionary/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (2)Used By (0)

Laravel Table Dictionary
========================

[](#laravel-table-dictionary)

Introduces the `TableDictionary` data structure, which is capable of extracting a statistical distribution of your database column contents. This distribution can be used to generate more of the same content, utilizing a lottery ticket system. Exposes the `TableDictionaryService` with static functions to generate the `TableDictionary` data structure for your current database tables and importing them within another environment.

Usage
-----

[](#usage)

```
// Sample usage
$dict = new TableDictionary("table_name");
$dict->generate("attribute_name");

// Persist dictionary
TableDictionaryService::writeDictionary($dict);

// Retrieve dictionary
TableDictionaryService::writeDictionary($dict);
$dict = TableDictionaryService::getDictionary("table_name");
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

2985d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2345471?v=4)[Marcel Eschmann](/maintainers/eschmar)[@eschmar](https://github.com/eschmar)

---

Top Contributors

[![eschmar](https://avatars.githubusercontent.com/u/2345471?v=4)](https://github.com/eschmar "eschmar (7 commits)")

### Embed Badge

![Health badge](/badges/eschmar-laravel-table-dictionary/health.svg)

```
[![Health](https://phpackages.com/badges/eschmar-laravel-table-dictionary/health.svg)](https://phpackages.com/packages/eschmar-laravel-table-dictionary)
```

###  Alternatives

[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11225.5M36](/packages/anourvalar-eloquent-serialize)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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