PHPackages                             lecturize/laravel-meta - 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. lecturize/laravel-meta

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

lecturize/laravel-meta
======================

Simple and fluent meta data for Eloquent Models in Laravel 5.

v0.1.0(8y ago)62.5kMITPHPPHP &gt;=5.6.4|^7.0

Since Sep 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Lecturize/Laravel-Meta)[ Packagist](https://packagist.org/packages/lecturize/laravel-meta)[ Docs](https://github.com/Lecturize/Laravel-Meta)[ RSS](/packages/lecturize-laravel-meta/feed)WikiDiscussions master Synced 4w ago

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

[![Latest Stable Version](https://camo.githubusercontent.com/5741a8faa421183df43a34cbf0dd58541e04878f92efe9ce7f0be6e61b9461d4/68747470733a2f2f706f7365722e707567782e6f72672f6c6563747572697a652f6c61726176656c2d6d6574612f762f737461626c65)](https://packagist.org/packages/lecturize/laravel-meta)[![Total Downloads](https://camo.githubusercontent.com/fbd7a5a6e18d649609299e7c33f72a3920e634b710d670d513f6325287db406d/68747470733a2f2f706f7365722e707567782e6f72672f6c6563747572697a652f6c61726176656c2d6d6574612f646f776e6c6f616473)](https://packagist.org/packages/lecturize/laravel-meta)[![License](https://camo.githubusercontent.com/e26adc7d313d15de7805cbd2417a12cdde212cf3fb1ba62b3cb3eddb3d90ed21/68747470733a2f2f706f7365722e707567782e6f72672f6c6563747572697a652f6c61726176656c2d6d6574612f6c6963656e7365)](https://packagist.org/packages/lecturize/laravel-meta)

Meta
====

[](#meta)

Simple and fluent meta data for Eloquent Models in Laravel 5.

Important Notice
----------------

[](#important-notice)

**This package is a work in progress**, please use with care and feel free to report any issues or ideas you may have!

We've transferred this package to a new owner and therefor updated the namespaces to **Lecturize\\Meta**. The config file is now `config/lecturize.php`.

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

[](#installation)

Require the package from your `composer.json` file

**Attention:** This package is a work in progress, please use with care and be sure to report any issues!

```
"require": {
    "lecturize/laravel-meta": "dev-master"
}
```

and run `$ composer update` or both in one with `$ composer require lecturize/laravel-meta`.

Next register the service provider and (optional) facade to your `config/app.php` file

```
'providers' => [
    // Illuminate Providers ...
    // App Providers ...
    Lecturize\Meta\MetaServiceProvider::class
];
```

Configuration &amp; Migration
-----------------------------

[](#configuration--migration)

```
$ php artisan vendor:publish --provider="Lecturize\Meta\MetaServiceProvider"
```

This will create a `config/lecturize.php` and a migration file. In the config file you can customize the table names, finally you'll have to run migration like so:

```
$ php artisan migrate
```

License
-------

[](#license)

Licensed under [MIT license](http://opensource.org/licenses/MIT).

Author
------

[](#author)

**Handcrafted with love by [Alexander Manfred Poellmann](https://twitter.com/AMPoellmann) in Vienna &amp; Rome.**

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~346 days

Total

3

Last Release

3259d ago

PHP version history (3 changes)v0.0.1PHP &gt;=5.5.9

v0.0.2PHP &gt;=5.6.4

v0.1.0PHP &gt;=5.6.4|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d780bcb538e8dfa5311d2d1bd17bad79e8b9b36e4e9eb4db980ef33c3a22b366?d=identicon)[AlexanderPoellmann](/maintainers/AlexanderPoellmann)

---

Top Contributors

[![AlexanderPoellmann](https://avatars.githubusercontent.com/u/6631793?v=4)](https://github.com/AlexanderPoellmann "AlexanderPoellmann (32 commits)")

---

Tags

laravelmodeleloquentmetameta datametable

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lecturize-laravel-meta/health.svg)

```
[![Health](https://phpackages.com/badges/lecturize-laravel-meta/health.svg)](https://phpackages.com/packages/lecturize-laravel-meta)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.0M90](/packages/mongodb-laravel-mongodb)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k29.9M42](/packages/kirschbaum-development-eloquent-power-joins)[kodeine/laravel-meta

Fluent Meta Data for Eloquent Models, as if it is a property on your model.

420791.1k9](/packages/kodeine-laravel-meta)[spiritix/lada-cache

A Redis based, automated and scalable database caching layer for Laravel

592452.8k2](/packages/spiritix-lada-cache)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2111.2M16](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

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