2017 © Pedro Peláez
 

yii2-extension yii2-aliyun-logtarget

Aliyun Logtarget for Yii2

image

ranvk/yii2-aliyun-logtarget

Aliyun Logtarget for Yii2

  • Thursday, March 15, 2018
  • by ranvk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 143 % Grown

The README.md

yii2-aliyun-logtarget

Installation

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

Either run, (*2)

php composer.phar require --prefer-dist ranvk/yii2-aliyun-logtarget

or add, (*3)

"ranvk/yii2-aliyun-logtarget": "^18.3"

Usage

To use this extension, simply add the following code in your application configuration:, (*4)

return [
    //....
    'components' => [
        'log' => [
            'targets' => [
                [
                    'levels' => ['error', 'warning', 'info'],
                    'class' => 'Ranvk\Yii2AliyunLogtarget\AliyunLogTarget',
                    'logstore' => 'your_logstore',
                    'topic' => YII_ENV,
                    'project' => 'your_project',
                    'accessKeyId' => 'your_accessKeyId',
                    'accessKeySecret' => 'your_accessKeySecret',
                    'endpoint' => 'aliyun_endpoint',
                ],

            ],
        ],
    ],
];

The Versions

15/03 2018

dev-master

9999999-dev https://github.com/ranvk/yii2-aliyun-logtarget

Aliyun Logtarget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar ranvk

log yii2 aliyunlog logtarget

15/03 2018

v18.03.x-dev

18.03.9999999.9999999-dev https://github.com/ranvk/yii2-aliyun-logtarget

Aliyun Logtarget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar ranvk

log yii2 aliyunlog logtarget

15/03 2018

v18.3.15

18.3.15.0 https://github.com/ranvk/yii2-aliyun-logtarget

Aliyun Logtarget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar ranvk

log yii2 aliyunlog logtarget

10/03 2018

v18.3.10

18.3.10.0 https://github.com/ranvk/yii2-aliyun-logtarget

Aliyun Logtarget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar ranvk

log yii2 aliyunlog logtarget