PHPackages                             yiier/yii2-action-store - 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. yiier/yii2-action-store

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

yiier/yii2-action-store
=======================

ActionStore for Yii2

v1.2.1(6y ago)4731BSD-4-ClausePHP

Since Jan 30Pushed 6y ago3 watchersCompare

[ Source](https://github.com/yiier/yii2-action-store)[ Packagist](https://packagist.org/packages/yiier/yii2-action-store)[ RSS](/packages/yiier-yii2-action-store/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

ActionStore for Yii2
====================

[](#actionstore-for-yii2)

ActionStore for Yii2

[![Latest Stable Version](https://camo.githubusercontent.com/3e3989ac333f0e9fbf5a201de81c1c172ba5c0749c5d209ee0cda3d496742406/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d616374696f6e2d73746f72652f762f737461626c65)](https://packagist.org/packages/yiier/yii2-action-store)[![Total Downloads](https://camo.githubusercontent.com/43ca606ae1dcce88ebbac7b39b73d2e432403e62c444a0bb23b4544edd0889e6/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d616374696f6e2d73746f72652f646f776e6c6f616473)](https://packagist.org/packages/yiier/yii2-action-store)[![Latest Unstable Version](https://camo.githubusercontent.com/fc9dc7ff200b71dd7d204df41a63f0904c531ebe034a13492d4758189a360ec1/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d616374696f6e2d73746f72652f762f756e737461626c65)](https://packagist.org/packages/yiier/yii2-action-store)[![License](https://camo.githubusercontent.com/07ed5f25d842db732185296a510f2ac08bf137ebeacfa431e841c315ac64cd86/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d616374696f6e2d73746f72652f6c6963656e7365)](https://packagist.org/packages/yiier/yii2-action-store)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist yiier/yii2-action-store "*"

```

or add

```
"yiier/yii2-action-store": "*"

```

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

Migrations
----------

[](#migrations)

Run the following command

```
$ php yii migrate --migrationPath=@yiier/actionStore/migrations/
```

Usage
-----

[](#usage)

**Config**

Configure Controller class as follows : :

```
