2017 © Pedro Peláez
 

library php-debugbar-continuousphp

Adding information from package build by continuousphp for the php debugbar

image

grummfy/php-debugbar-continuousphp

Adding information from package build by continuousphp for the php debugbar

  • Wednesday, August 16, 2017
  • by Grummfy
  • Repository
  • 1 Watchers
  • 3 Stars
  • 133 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Debug bar information about continuousphp build

Adding information from package build by continuousphp on the php debugbar., (*1)

On continuousphp, when you have a package, it comes with a nice json file continuousphp.package that contains interesting values. So let's print them in the debugbar., (*2)

Install & configuration

composer require --dev grummfy/php-debugbar-continuousphp

Then add to your debugbar :, (*3)

$debugbar->addCollector(new Grummfy\DebugBar\ContinuousphpCollector('path/to/continuousphp.package'));

Integration to other debug bar

On any bar based on php-debugbar, it will be the same., (*4)

An example with laravel:, (*5)

Debugbar::addCollector(new Grummfy\DebugBar\ContinuousphpCollector('path/to/continuousphp.package'));

Personally I add it inside an AppServiceProvider inside the providers directory., (*6)

Demo

To get a simple demo, go to demo dir and run, (*7)

composer install
php -S localhost:8080

Open your browser to http://localhost:8080 ., (*8)

You should see this Demo, (*9)

The Versions

16/08 2017

dev-master

9999999-dev

Adding information from package build by continuousphp for the php debugbar

  Sources   Download

MIT

The Requires

 

by Avatar Grummfy

debug debugbar continuousphp

05/01 2017

1.1.0

1.1.0.0

Adding information from package build by continuousphp for the php debugbar

  Sources   Download

MIT

The Requires

 

by Avatar Grummfy

debug debugbar continuousphp

28/10 2016

1.0.0

1.0.0.0

Adding information from package build by continuousphp for the php debugbar

  Sources   Download

MIT

The Requires

 

by Avatar Grummfy

debug debugbar continuousphp