PHPackages                             ngranko/phprofiler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. ngranko/phprofiler

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

ngranko/phprofiler
==================

A simple profiler for php without a need for any external dependencies

1.0(9y ago)016[1 PRs](https://github.com/ngranko/phprofiler/pulls)MITPHPPHP ^7.0

Since Sep 13Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/ngranko/phprofiler)[ Packagist](https://packagist.org/packages/ngranko/phprofiler)[ RSS](/packages/ngranko-phprofiler/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

PHProfiler
==========

[](#phprofiler)

A simple library for doing profiling without a need for thousands of external dependencies.

[![Build Status](https://camo.githubusercontent.com/4cba9c565d6c1301a66d06879ec2d0bc533177c64682449c83a5d48a2f07eee6/68747470733a2f2f7472617669732d63692e6f72672f6e6772616e6b6f2f706870726f66696c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ngranko/phprofiler) [![Code Climate](https://camo.githubusercontent.com/c8a48225040db6a0b256b08297fb3f1bb166efe32b5747179d0c3826cd75602d/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6e6772616e6b6f2f706870726f66696c65722f6261646765732f6770612e737667)](https://codeclimate.com/github/ngranko/phprofiler)

Installation
------------

[](#installation)

The simplest way to install it is to use Composer:

```
composer require ngranko/phprofiler

```

Or you can move the contents of this repository to a folder of your liking and then have a lot of fun making the autoloading work, etc.

Usage
-----

[](#usage)

#### Initialization

[](#initialization)

To use the library simply create a new PHProfiler object:

```
