O2System Gear is a PHP Library for all PHP Developer to simplify debugging, profiling and testing process.
- Browser Information Toolbar
- Debugger Class with Helper
- Profiler Class
- UnitTesting Class
- Browser and Command Line Interface Dump Output
The best way to install O2System Gear is to use Composer
composer require o2system/gear
Packagist: https://packagist.org/packages/o2system/gear
$vars = [
'foo' => 'bar'
];
print_out($vars);
Documentation is available on this repository wiki or visit this repository github page.
Please kindly mail us at [email protected]
Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository.
- PHP 7.2+
- Composer