2017 © Pedro Peláez
 

yii2-extension yii2-insideapi

insideapi for yii2

image

mayunfeng/yii2-insideapi

insideapi for yii2

  • Friday, March 2, 2018
  • by mayunfeng
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

yii2-insideapi

基于 mayunfeng/insideapi, (*1)

安装

composer require mayunfeng/yii2-insideapi

配置

config/main.php 中添加配置component :, (*2)

'components' => [
    // ...
    'insideapi' => [
        'class' => 'mayunfeng\EasyApi\EasyApi'
        'config' => []
    ],
    // ...
]

使用

1.登录

$model = new UserLogon([
    'phone' => 'phone',
    'password' => 'password',
    'type' => 200,
]);

if ($model->logon()) {
    echo '登录成功';
} else {
    echo '登录失败';
}


2.调用api

$easyApi = Yii::$pp->easyApi;

$easyApi->user->info()

3.其他

参考: mayunfeng/insideapi, (*3)

The Versions

02/03 2018

dev-master

9999999-dev

insideapi for yii2

  Sources   Download

MIT

The Requires

 

by 马运锋

yii2 helper insideapi

02/03 2018

1.4

1.4.0.0

insideapi for yii2

  Sources   Download

MIT

The Requires

 

by 马运锋

yii2 helper insideapi

27/02 2018

1.3

1.3.0.0

insideapi for yii2

  Sources   Download

MIT

The Requires

 

by 马运锋

yii2 helper insideapi

24/02 2018

1.2

1.2.0.0

insideapi for yii2

  Sources   Download

MIT

The Requires

 

by 马运锋

yii2 helper insideapi

24/02 2018

1.1.2

1.1.2.0

insideapi for yii2

  Sources   Download

MIT

The Requires

 

by 马运锋

yii2 helper insideapi

24/02 2018

1.1.1

1.1.1.0

insideapi for yii2

  Sources   Download

MIT

The Requires

 

by 马运锋

yii2 helper insideapi

24/02 2018

1.1

1.1.0.0

insideapi for yii2

  Sources   Download

MIT

The Requires

 

by 马运锋

yii2 helper insideapi