/gear

PHP Developer Debugger Tools

Primary LanguagePHPMIT LicenseMIT

alt text

Scrutinizer Code Quality Build Status Latest Stable Version Total Downloads License

O2System Gear

O2System Gear is a PHP Library for all PHP Developer to simplify debugging, profiling and testing process.

Debugging Features

  • Browser Information Toolbar
  • Debugger Class with Helper
  • Profiler Class
  • UnitTesting Class
  • Browser and Command Line Interface Dump Output

Composer Installation

The best way to install O2System Gear is to use Composer

composer require o2system/gear

Packagist: https://packagist.org/packages/o2system/gear

Usage

$vars = [
    'foo' => 'bar'
];

print_out($vars);

Documentation is available on this repository wiki or visit this repository github page.

Ideas and Suggestions

Please kindly mail us at hello@o2system.id

Bugs and Issues

Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository.

System Requirements