2017 © Pedro Peláez
 

yii2-extension yii2-token

RESTful Token for Yii 2

image

yiier/yii2-token

RESTful Token for Yii 2

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

RESTful Token for Yii 2

RESTful Token for Yii 2, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Installation

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

Either run, (*4)

php composer.phar require --prefer-dist yiier/yii2-token "*"

or add, (*5)

"yiier/yii2-token": "*"

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

Migrations

Run the following command, (*7)

php yii migrate --migrationPath=@yiier/token/migrations/

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*8)

return [
    'modules' => [
        'token' => [
            'class' => 'yiier\token\Module',
        ],
    ],
];

More detail, (*9)

The Versions

01/06 2018

dev-master

9999999-dev

RESTful Token for Yii 2

  Sources   Download

BSD-4-Clause

The Requires

 

extension yii2 restful

01/06 2018

v0.1

0.1.0.0

RESTful Token for Yii 2

  Sources   Download

BSD-4-Clause

The Requires

 

extension yii2 restful