PHPackages                             mnemesong/table-schema - 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. mnemesong/table-schema

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

mnemesong/table-schema
======================

Package contains table-schema and column-schema classes and builder.

0.5(3y ago)1461MITPHPPHP &gt;=7.4

Since Aug 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mnemesong/table-schema)[ Packagist](https://packagist.org/packages/mnemesong/table-schema)[ RSS](/packages/mnemesong-table-schema/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (8)Used By (1)

mnemesong/table-schema
======================

[](#mnemesongtable-schema)

[![Latest Stable Version](https://camo.githubusercontent.com/f2175060f737f7bd34d3dd8a2524c187fbe29916f8b9718394df562d5eefc109/687474703a2f2f706f7365722e707567782e6f72672f6d6e656d65736f6e672f7461626c652d736368656d612f76)](https://packagist.org/packages/mnemesong/table-schema)[![PHPUnit](https://github.com/mnemesong/table-schema/actions/workflows/phpunit.yml/badge.svg)](https://github.com/mnemesong/table-schema/actions/workflows/phpunit.yml)[![PHPStan-lvl9](https://github.com/mnemesong/table-schema/actions/workflows/phpstan.yml/badge.svg)](https://github.com/mnemesong/table-schema/actions/workflows/phpstan.yml)[![PHP Version Require](https://camo.githubusercontent.com/a2e7747d4b397353a38cc4404b6f6be72cbca2ce921b6f6320d818736ea0f7f1/687474703a2f2f706f7365722e707567782e6f72672f6d6e656d65736f6e672f7461626c652d736368656d612f726571756972652f706870)](https://packagist.org/packages/mnemesong/table-schema)[![License](https://camo.githubusercontent.com/d344da99d3cdcba21ae1b16e54033cd3dc3153cc821041c51e74f2c8f892c7a4/687474703a2f2f706f7365722e707567782e6f72672f6d6e656d65736f6e672f7461626c652d736368656d612f6c6963656e7365)](https://packagist.org/packages/mnemesong/table-schema)

- The documentation is written in two languages: Russian and English.
- Документация написана на двух языках: русском и английском.

---

General description / Общее описание
------------------------------------

[](#general-description--общее-описание)

### ENG:

[](#eng)

The package provides objects and mechanics for creating abstract table schemas and tabular columns without binding to a particular type of database. Table and column objects contain only the necessary data structure to describe a column on any database. Features that are not typical for all types of storage are implemented using the mechanics of specifications: A specification is a pair: an identifier and an attached value. Initially, a ppackage does not contain any specifications. Specifications and the mechanics of their processing should be implemented based on specific storage types.

### RUS:

[](#rus)

Пакет предосталвяет объекты и механики для создания абстрактных схем таблиц и табличных колонок без привязки к конкретному виду БД. Объекты таблиц и колонок содержат только необходимую структуру данных, для описания колонки на любой базе данных. Возможности характерные не для всех типов хранилищ реализованы с помощью механики спецификаций: Спецификация это пара: идентификатор и прилагающееся значение. Изначально ппакет не содержит никаких спецификаций. Спецификации и механика их обработки должны быть реализованы на базе конкретных типов хранилищ.

---

Requirements / Требования
-------------------------

[](#requirements--требования)

- PHP &gt;= 7.4
- Composer &gt;=2.0

---

Installation / Установка
------------------------

[](#installation--установка)

composer require "mnemesong/table-schema"

---

License / Лицензия
------------------

[](#license--лицензия)

- MIT ---

Contacts / Контакты
-------------------

[](#contacts--контакты)

- Anatoly Starodubtsev "Pantagruel74" - tostar74@mail.ru

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

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

Every ~0 days

Total

7

Last Release

1358d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e43a8f700fc734361c2bec28bce54790436b1a10da06dd35a3ccae517709d04?d=identicon)[Pantagruel74](/maintainers/Pantagruel74)

---

Top Contributors

[![mnemesong](https://avatars.githubusercontent.com/u/111166031?v=4)](https://github.com/mnemesong "mnemesong (23 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mnemesong-table-schema/health.svg)

```
[![Health](https://phpackages.com/badges/mnemesong-table-schema/health.svg)](https://phpackages.com/packages/mnemesong-table-schema)
```

###  Alternatives

[phpdocumentor/reflection-docblock

With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.

9.4k722.2M1.2k](/packages/phpdocumentor-reflection-docblock)[icanhazstring/composer-unused

Show unused packages by scanning your code

1.7k7.0M188](/packages/icanhazstring-composer-unused)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[phpdocumentor/reflection

Reflection library to do Static Analysis for PHP Projects

12521.4M108](/packages/phpdocumentor-reflection)[sylius/fixtures-bundle

Configurable fixtures for Symfony applications.

517.7M12](/packages/sylius-fixtures-bundle)[sylius/promotion

Flexible promotion management for PHP applications.

28477.8k9](/packages/sylius-promotion)

PHPackages © 2026

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