o2system/gear

PHP Developer Tools Library

Installs: 3 300

Dependents: 6

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:package

v2.1.68 2019-11-12 18:19 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:57 UTC


README

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