2017 © Pedro Peláez
 

library xhgui-extension

image

thbourlove/xhgui-extension

  • Thursday, February 13, 2014
  • by thbourlove
  • Repository
  • 0 Watchers
  • 0 Stars
  • 144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

What?

It's an extension for xhgui., (*1)

How?

wget https://raw.github.com/thbourlove/xhgui-extension/master/Extension.php

example, (*2)

<?php
require "Extension.php";
$mongo = new MongoClient();
$xhprof = new \Thb\Xhgui\Extension($mongo->xhprof);
$xhprof->start();
print 1;
$xhprof->save('print');

With Composer

"require-dev": {
    "thbourlove/xhgui-extension": "dev-master"
}

example, (*3)

<?php
require "vendor/autoload.php";
$mongo = new MongoClient();
$xhprof = new \Thb\Xhgui\Extension($mongo->xhprof);
$xhprof->start();
print 1;
$xhprof->save('print');

The Versions

13/02 2014

dev-master

9999999-dev

  Sources   Download

MIT

by Hongbo Tang

26/01 2014

0.1.x-dev

0.1.9999999.9999999-dev

  Sources   Download

MIT

by Hongbo Tang

26/01 2014

v0.1.1

0.1.1.0

  Sources   Download

MIT

by Hongbo Tang

26/01 2014

0.1

0.1.0.0

  Sources   Download

MIT

by Hongbo Tang