2017 © Pedro Peláez
 

library rollbar

Rollbar integration for Nette framework

image

webchemistry/rollbar

Rollbar integration for Nette framework

  • Thursday, April 5, 2018
  • by Antik
  • Repository
  • 2 Watchers
  • 2 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Rollbar for Nette

Instalation

composer require webchemistry/rollbar

Neon:, (*1)

extensions:
    rollbar: WebChemistry\RollBar\DI\Extension

rollbar:
    accessToken: xxx

First use

class BasePresenter extends Presenter {

    /** @var WebChemistry\RollBar\RollBar @inject */
    public $rollbar;

    public function startup() {
        parent::startup();

        $this->rollbar->sendTest(); // After first use remove
    }
}

Config

rollback:
    accessToken: xxx
    logging: no
    enable: %productionMode%
    config: # For Rollback::init
        included_errno: -1

The Versions

05/04 2018

dev-master

9999999-dev

Rollbar integration for Nette framework

  Sources   Download

The Requires

 

The Development Requires

nette rollbar webchemistry

05/04 2018

1.1

1.1.0.0

Rollbar integration for Nette framework

  Sources   Download

The Requires

 

The Development Requires

nette rollbar webchemistry

23/01 2016

1.0

1.0.0.0

Rollbar integration for Nette framework

  Sources   Download

The Requires

 

nette rollbar webchemistry