PHPackages                             aminkt/yii2-meta-activerecord - 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. aminkt/yii2-meta-activerecord

ActiveYii2-extension

aminkt/yii2-meta-activerecord
=============================

Providers WordPress-like meta table functionality for tables represented by an ActiveRecord class

v1.0.0.x-dev(7y ago)031GPL-3.0+PHP

Since Apr 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/aminkt/yii2-meta-activerecord)[ Packagist](https://packagist.org/packages/aminkt/yii2-meta-activerecord)[ RSS](/packages/aminkt-yii2-meta-activerecord/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Yii2 Meta ActiveRecord
======================

[](#yii2-meta-activerecord)

Providers WordPress-like meta table functionality for tables represented by an ActiveRecord class

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist mipotech/yii2-meta-activerecord "*"

```

or add

```
"mipotech/yii2-meta-activerecord": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code as follows :

```
