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

Abandoned → [lecturize/laravel-meta](/?search=lecturize%2Flaravel-meta)ArchivedLibrary[Database &amp; ORM](/categories/database)

vendocrat/laravel-meta
======================

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

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

Since Sep 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AlexanderPoellmann/laravel-meta)[ Packagist](https://packagist.org/packages/vendocrat/laravel-meta)[ Docs](https://github.com/Lecturize/Laravel-Meta)[ RSS](/packages/vendocrat-laravel-meta/feed)WikiDiscussions master Synced 1mo 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

3216d 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/vendocrat-laravel-meta/health.svg)

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

###  Alternatives

[kodeine/laravel-meta

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

426756.0k9](/packages/kodeine-laravel-meta)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[spiritix/lada-cache

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

591444.8k2](/packages/spiritix-lada-cache)[pdphilip/elasticsearch

An Elasticsearch implementation of Laravel's Eloquent ORM

145360.2k4](/packages/pdphilip-elasticsearch)

PHPackages © 2026

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