PHPackages                             chrisjohnson00/api-profiler-bundle - 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. [API Development](/categories/api)
4. /
5. chrisjohnson00/api-profiler-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

chrisjohnson00/api-profiler-bundle
==================================

A Symfony 2 bundle to add an API Profiler to the debug toolbar

1.0.1(12y ago)2263MITPHPPHP &gt;=5.3.0

Since Oct 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/chrisjohnson00/ApiProfilerBundle)[ Packagist](https://packagist.org/packages/chrisjohnson00/api-profiler-bundle)[ RSS](/packages/chrisjohnson00-api-profiler-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

ApiProfilerBundle
=================

[](#apiprofilerbundle)

This bundle adds a REST API profiler/debugger to the Symfony 2 Profiler

Continuous Integration
----------------------

[](#continuous-integration)

[![Build Status](https://camo.githubusercontent.com/a0926c3be0a9ad996e678bd380e87c098b851834109f5b1d62f967d904115bf6/68747470733a2f2f7472617669732d63692e6f72672f63687269736a6f686e736f6e30302f41706950726f66696c657242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/chrisjohnson00/ApiProfilerBundle) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/e2624999cda69c5497bdfd19ed74d316e3d69d1bb6e45b130472c37895283ae4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63687269736a6f686e736f6e30302f41706950726f66696c657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d36303263323137323933646538306666383437656534643838363330663364323565393532656436)](https://scrutinizer-ci.com/g/chrisjohnson00/ApiProfilerBundle/) [![Code Coverage](https://camo.githubusercontent.com/8ae38df2d0d8bcbb24235e91a1f61e53d606b8ce52f0fb0c8cae737687a6ef26/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63687269736a6f686e736f6e30302f41706950726f66696c657242756e646c652f6261646765732f636f7665726167652e706e673f733d30303165323236346430663538373162356664663236626134323035363532383838346330666233)](https://scrutinizer-ci.com/g/chrisjohnson00/ApiProfilerBundle/)

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

Add ApiProfilerBundle bundle as a dependency to the composer.json of your application

```
"require": {
    ...
    "chrisjohnson00/api-profiler-bundle": "dev-master"
    ...
},

```

Or on the command line with `composer require chrisjohnson00/api-profiler-bundle`

Add ApiProfilerBundle to your application kernel.
-------------------------------------------------

[](#add-apiprofilerbundle-to-your-application-kernel)

```
// app/AppKernel.php
