2017 © Pedro Peláez
 

yii2-extension yii2-atlas

Atlas integration for Yii2

image

boundstate/yii2-atlas

Atlas integration for Yii2

  • Monday, May 25, 2015
  • by mikejpeters
  • Repository
  • 2 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-atlas

Extension for the Yii2 framework that submits Yii errors to the Atlas API., (*1)

Requirements

This extension requires PHP cURL support., (*2)

Installation

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)

Usage

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',
],

The Versions

25/05 2015

dev-master

9999999-dev

Atlas integration for Yii2

  Sources   Download

MIT

by Bound State Software

extension yii2 atlas

25/05 2015

v0.0.2

0.0.2.0

Atlas integration for Yii2

  Sources   Download

MIT

by Bound State Software

extension yii2 atlas