2017 © Pedro Peláez
 

library slim-debugbar

PHP Debugbar integration for Slim 3

image

kitchenu/slim-debugbar

PHP Debugbar integration for Slim 3

  • Sunday, July 29, 2018
  • by kitchenu
  • Repository
  • 2 Watchers
  • 10 Stars
  • 3,652 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 7 % Grown

The README.md

Slim Debugbar

Build Status Packagist License, (*1)

This is a package to integrate PHP Debug Bar with Slim 3., (*2)

Installation

Require this package with composer:, (*3)

composer require kitchenu/slim-debugbar

Register a Provider, (*4)

$app = new Slim\App();

$provider = new Kitchenu\Debugbar\ServiceProvider();
$provider->register($app);

Bridge collectors

$container = $app->getContainer();

$container['pdo'] = function () {
    return new PDO('sqlite::memory:');
};

$collector = new DebugBar\DataCollector\PDO\PDOCollector($container->pdo);
$container->debugbar->addCollector($collector);

Read the documentation for more bridge collectors, (*5)

The Versions

29/07 2018

dev-master

9999999-dev

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

29/07 2018

v1.1.1

1.1.1.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

06/06 2018

v1.1.0

1.1.0.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

21/03 2018

v1.0.2

1.0.2.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

26/12 2016

v1.0.1

1.0.1.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

07/10 2016

v1.0.0

1.0.0.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

14/07 2016

v0.4.0

0.4.0.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

11/07 2016

v0.3.0

0.3.0.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

02/07 2016

v0.2.0

0.2.0.0

PHP Debugbar integration for Slim 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar

26/06 2016

v0.1.0

0.1.0.0

PHP Debugbar integration for Slim Framework 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kitchenu

debug framework slim debugbar