PHPackages                             wargog/eloquence-metable - 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. wargog/eloquence-metable

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

wargog/eloquence-metable
========================

Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.

6.1.0(2y ago)018MITPHPPHP &gt;=7.1.0

Since Jun 6Pushed 2y agoCompare

[ Source](https://github.com/Wargog/eloquence-metable)[ Packagist](https://packagist.org/packages/wargog/eloquence-metable)[ Fund](https://softonsofa.com)[ GitHub Sponsors](https://github.com/jarektkaczyk)[ RSS](/packages/wargog-eloquence-metable/feed)WikiDiscussions master Synced 1mo ago

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

Sofa/Eloquence
==============

[](#sofaeloquence)

[![GitHub Tests Action Status](https://github.com/jarektkaczyk/eloquence-metable/workflows/Tests/badge.svg)](https://github.com/jarektkaczyk/eloquence-metable/actions?query=workflow%3Atests+branch%3Amaster) [![Coverage Status](https://camo.githubusercontent.com/f0705c4edc79459eea43956125e195ea628b1d27b1811c3fe66cb7c15994e1b5/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6a6172656b746b61637a796b2f656c6f7175656e63652d6d657461626c652f62616467652e737667)](https://coveralls.io/r/jarektkaczyk/eloquence-metable) [![Code Quality](https://camo.githubusercontent.com/7e6cc08b407a1a991d38646cfcef94d03611e55cd8a65119b2a3611a877db9fe/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6172656b746b61637a796b2f656c6f7175656e63652d6d657461626c652f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/jarektkaczyk/eloquence-metable) [![Downloads](https://camo.githubusercontent.com/cfbad784c30df8c3d61d696dc5be7b8ce40e0b8ac6e84b47bdb1fbd0bad13c0c/68747470733a2f2f706f7365722e707567782e6f72672f736f66612f656c6f7175656e63652d6d657461626c652f646f776e6c6f616473)](https://packagist.org/packages/sofa/eloquence-metable) [![stable](https://camo.githubusercontent.com/c0f8a3ce723b15cdcb012a3240c0af26ae1c27e49a8b5ca98ae68564bfb32ae1/68747470733a2f2f706f7365722e707567782e6f72672f736f66612f656c6f7175656e63652d6d657461626c652f762f737461626c652e737667)](https://packagist.org/packages/sofa/eloquence-metable)

Easy and flexible extensions for the [Eloquent ORM](https://laravel.com/docs/eloquent).

Currently available extensions:

1. [Searchable](https://github.com/jarektkaczyk/eloquence-base) query - crazy-simple fulltext search through any related model
2. [Validable](https://github.com/jarektkaczyk/eloquence-validable) - self-validating models
3. [Mappable](https://github.com/jarektkaczyk/eloquence-mappable) -map attributes to table fields and/or related models
4. [Metable](https://github.com/jarektkaczyk/eloquence-metable) - meta attributes made easy
5. [Mutable](https://github.com/jarektkaczyk/eloquence-mutable) - flexible attribute get/set mutators with quick setup
6. [Mutator](https://github.com/jarektkaczyk/eloquence-mutable) - pipe-based mutating

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

[](#installation)

```
composer require sofa/eloquence-metable
```

**Check the [documentation](https://github.com/jarektkaczyk/eloquence/wiki) for installation and usage info, [website](http://softonsofa.com/tag/eloquence/) for examples and [API reference](http://jarektkaczyk.github.io/eloquence-api)**

Contribution
------------

[](#contribution)

Shout out to all the Contributors!

All contributions are welcome, PRs must be **tested** and **PSR-2 compliant**.

To validate your builds before committing use the following composer command:

```
composer test
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

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

1069d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f984eeadcab7656d27d1e1a5030862f3ce700cbd0d38f8278c10ddfe8c03e1a?d=identicon)[Wargog](/maintainers/Wargog)

---

Top Contributors

[![jarektkaczyk](https://avatars.githubusercontent.com/u/6928818?v=4)](https://github.com/jarektkaczyk "jarektkaczyk (15 commits)")[![mewebstudio](https://avatars.githubusercontent.com/u/2125733?v=4)](https://github.com/mewebstudio "mewebstudio (1 commits)")[![Wargog](https://avatars.githubusercontent.com/u/5117696?v=4)](https://github.com/Wargog "Wargog (1 commits)")

---

Tags

laraveleloquentsearchablemappablemetablemutable

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/wargog-eloquence-metable/health.svg)

```
[![Health](https://phpackages.com/badges/wargog-eloquence-metable/health.svg)](https://phpackages.com/packages/wargog-eloquence-metable)
```

###  Alternatives

[sofa/eloquence

Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.

1.1k1.5M10](/packages/sofa-eloquence)[sofa/eloquence-metable

Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.

321.3M9](/packages/sofa-eloquence-metable)[sofa/eloquence-mutable

Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.

261.3M8](/packages/sofa-eloquence-mutable)

PHPackages © 2026

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