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

ActiveLaravel

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

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

0.1.0(7y 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 2mo 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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

2889d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af4b985a4f3db3fb0b416d19be8d211087f9ccc9bc19ba55295632e77b8bc79c?d=identicon)[eschmar](/maintainers/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

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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