boundstate/yii2-atlas
最新稳定版本:v0.0.2
Composer 安装命令:
composer require boundstate/yii2-atlas
包简介
Atlas integration for Yii2
关键字:
README 文档
README
Extension for the Yii2 framework that submits Yii errors to the Atlas API.
Requirements
This extension requires PHP cURL support.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist boundstate/yii2-atlas "*"
or add
"boundstate/yii2-atlas": "*"
to the require section of your composer.json file.
Usage
Setup the components in your config:
'atlas' => [
'class' => 'boundstate\atlas\Atlas',
'baseUrl' => 'https://atlas.boundstatesoftware.com',
'appId' => 'your-app-id',
],
'errorHandler' => [
'class' => 'boundstate\atlas\ErrorHandler',
],
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-25