2017 © Pedro Peláez
 

library profiler

Profiler Library Abstraction

image

arabcoders/profiler

Profiler Library Abstraction

  • Friday, August 19, 2016
  • by arabcoders
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Profiler

Profiler Library Abstraction, (*1)

Install

Via Composer, (*2)

$ composer require arabcoders/profiler

Usage Example.

<?php

require __DIR__ . '/../../autoload.php';

$provider = new \arabcoders\profiler\Providers\Tideways();
$handler = new \arabcoders\profiler\Handlers\FileHandler( '/dir/to/save/to' );
$profiler = new \arabcoders\profiler\Profiler( $provider, $handler );

$sampler = new \arabcoders\profiler\Sampler( $profiler, 0, 1 );

The Versions

19/08 2016

dev-master

9999999-dev https://www.abdulmohsen.me

Profiler Library Abstraction

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

profiler xhprof uprofiler tideways

19/08 2016

v1.5.0

1.5.0.0 https://www.abdulmohsen.me

Profiler Library Abstraction

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

profiler xhprof uprofiler tideways

19/08 2016

v1.0.4

1.0.4.0 https://www.abdulmohsen.me

Profiler Library Abstraction

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

profiler xhprof uprofiler tideways

19/08 2016

v1.0.3

1.0.3.0 https://www.abdulmohsen.me

Profiler Library Abstraction

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

profiler xhprof uprofiler tideways

01/07 2016

v1.0.2

1.0.2.0 https://www.abdulmohsen.me

Profiler Library Abstraction

  Sources   Download

MIT

The Requires

  • php >=7.0

 

profiler xhprof uprofiler tideways

01/07 2016

v1.0.0

1.0.0.0 https://www.abdulmohsen.me

Profiler Library Abstraction

  Sources   Download

MIT

The Requires

  • php >=7.0

 

profiler xhprof uprofiler tideways

01/07 2016

v1.0.1

1.0.1.0 https://www.abdulmohsen.me

Profiler Library Abstraction

  Sources   Download

MIT

The Requires

  • php >=7.0

 

profiler xhprof uprofiler tideways