25/05
2015
Atlas integration for Yii2
Extension for the Yii2 framework that submits Yii errors to the Atlas API., (*1)
This extension requires PHP cURL support., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist boundstate/yii2-atlas "*"
or add, (*5)
"boundstate/yii2-atlas": "*"
to the require section of your composer.json
file., (*6)
Setup the components in your config:, (*7)
'atlas' => [ 'class' => 'boundstate\atlas\Atlas', 'baseUrl' => 'https://atlas.boundstatesoftware.com', 'appId' => 'your-app-id', ], 'errorHandler' => [ 'class' => 'boundstate\atlas\ErrorHandler', ],