Download the PHP package boundstate/yii2-atlas without Composer
On this page you can find all versions of the php package boundstate/yii2-atlas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download boundstate/yii2-atlas
More information about boundstate/yii2-atlas
Files in boundstate/yii2-atlas
Download boundstate/yii2-atlas
More information about boundstate/yii2-atlas
Files in boundstate/yii2-atlas
Please rate this library. Is it a good library?
Informations about the package yii2-atlas
yii2-atlas
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',
],
All versions of yii2-atlas with dependencies
PHP Build Version
Package Version
No informations.
The package boundstate/yii2-atlas contains the following files
Loading the files please wait ....