PHPackages                             gamma/api-logger-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. [HTTP &amp; Networking](/categories/http)
4. /
5. gamma/api-logger-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

gamma/api-logger-bundle
=======================

provides tools for REST API requests logging and profoiling

1.0.6(4y ago)046.6k3MITPHPPHP &gt;=5.3

Since Jul 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/smart-gamma/gamma-api-logger)[ Packagist](https://packagist.org/packages/gamma/api-logger-bundle)[ RSS](/packages/gamma-api-logger-bundle/feed)WikiDiscussions master Synced 2d ago

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

Smart Gamma API Logger Bundle
=============================

[](#smart-gamma-api-logger-bundle)

[![Build Status](https://camo.githubusercontent.com/eab54f698b3c11a76c274ce99c411d53bfa899c42f6ea96858750249053dd674/68747470733a2f2f7472617669732d63692e6f72672f736d6172742d67616d6d612f67616d6d612d6170692d6c6f676765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/smart-gamma/gamma-api-logger)

\##About

SmartGamma Symfony2 REST API Logger bundle is a tool that we use to create [SmartGamma Symfony2 REST APIs](http://smart-gamma.com/).It enables detailed logging (possible to separate log) for incomming calls for APIs and tracks the duration, requests and responses body. As additional feature, it allows to profile your APIs and tracks slow API calls.

\##Installation

1. Using Composer

```
composer require gamma/api-logger-bundle

```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
