2017 © Pedro Peláez
 

library meta

Yii 2 Meta. Finds and lists actions in controllers/models/modules

image

bsushil/meta

Yii 2 Meta. Finds and lists actions in controllers/models/modules

  • Sunday, July 23, 2017
  • by bSushil
  • Repository
  • 2 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 Meta

Yii 2 Meta. Finds and lists actions in controllers/models/modules, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

This extension is based upon MetaData extension for Yii 1.x created by Vitaliy Stepanenko. It is modified to work with Yii 2.x., (*3)

Either run, (*4)

php composer.phar require --prefer-dist bsushil/meta "dev-master"

or add, (*5)

"bsushil/meta": "dev-master"

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply use it in your code by :, (*7)

php <?= \sspl\MetaData::getControllersActions(); ?>, (*8)

The Versions

23/07 2017

dev-master

9999999-dev https://github.com/bSushil/meta-actions

Yii 2 Meta. Finds and lists actions in controllers/models/modules

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Sushil Bajimaya

extension yii2