2017 © Pedro Peláez
 

library objective-php-debug-bar

PHPDebugBar integration for Objective PHP

image

neofox/objective-php-debug-bar

PHPDebugBar integration for Objective PHP

  • Tuesday, December 20, 2016
  • by Neofox
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,720 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

Objective PHP / DebugBar Package Build Status

Project introduction

This package allow to add a php debugbar in Objective PHP, (*1)

Requirement

For the moment this package will require two steps in your application: - Route - Rendering, (*2)

Steps names will be configurable in a futur releases., (*3)

Installation

Manual

You can clone our Github repository by running:, (*4)

git clone http://github.com/Neofox/objective-php-debug-bar

If you're to proceed this way, you probably don't need more explanation about how to use the library :), (*5)

Composer

The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in an empty folder you just created for Primitives:, (*6)

composer require --dev neofox/objective-php-debug-bar:dev-master 

Usage

Now that you get the package, you need to plug it in your application (Application.php):, (*7)

$this->getStep('bootstrap')->plug(DebugBarPackage::class)

And you're done!, (*8)

How to test the work in progress?

Run unit tests

First of all, please always run the unit tests suite. Our tests are written using PHPUnit, and can be run as follow:, (*9)

composer test

Configure the package

To be continued!, (*10)

The Versions