2017 © Pedro Peláez
 

yii2-extension yii2-tim

The tim extension for the Yii framework

image

xutl/yii2-tim

The tim extension for the Yii framework

  • Tuesday, July 31, 2018
  • by xutl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3,469 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 41 % Grown

The README.md

yii2-tim

适用于Yii2的腾讯云通信, (*1)

Installation

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

Either run, (*3)

$ composer require xutl/yii2-tim:~3.0

or add, (*4)

"xutl/yii2-tim": "~3.0"

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

配置

To use this extension, you have to configure the Connection class in your application configuration:, (*6)

return [
    //....
    'components' => [
        'im' => [
            'class' => 'xutl\tim\Tim',
            'appId' => '123456',
            'accountType' => '123456',
            'administrator' => 'webmaster',
            'privateKey' => '私钥字符串一行',
            'publicKey' => '公钥字符串一行',
        ],
    ]
];

使用


/** var Tim $im */ $im = Yii::$app->im->getAccount('test'); $res = $im->kick(); print_r($res);

The Versions

31/07 2018

dev-master

9999999-dev

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

31/07 2018

3.0.0

3.0.0.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

21/07 2018

2.0.5

2.0.5.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

19/07 2018

2.0.4

2.0.4.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

26/01 2018

2.0.3

2.0.3.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

26/01 2018

2.0.2

2.0.2.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

26/01 2018

2.0.1

2.0.1.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

26/01 2018

2.0.0

2.0.0.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

20/11 2017

1.0.6.2

1.0.6.2

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

08/11 2017

1.0.6.1

1.0.6.1

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

06/11 2017

1.0.6

1.0.6.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

21/09 2017

1.0.5

1.0.5.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

25/07 2017

1.0.4

1.0.4.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

24/07 2017

1.0.3

1.0.3.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

19/07 2017

1.0.2

1.0.2.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

07/07 2017

1.0.1

1.0.1.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim

07/07 2017

1.0.0

1.0.0.0

The tim extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by X TL

yii2 tim