https://github.com/link0/profilerbundle
Link0/Profiler Bundle for Symfony2
https://github.com/link0/profilerbundle
Last synced: over 1 year ago
JSON representation
Link0/Profiler Bundle for Symfony2
- Host: GitHub
- URL: https://github.com/link0/profilerbundle
- Owner: link0
- License: mit
- Created: 2015-03-08T15:56:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T19:39:12.000Z (over 11 years ago)
- Last Synced: 2025-03-05T20:08:01.736Z (over 1 year ago)
- Language: PHP
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Link0\ProfilerBundle
==============
[](https://packagist.org/packages/link0/profiler-bundle)
[](https://packagist.org/packages/link0/profiler-bundle)
[](https://packagist.org/packages/link0/profiler-bundle)
[](https://scrutinizer-ci.com/g/link0/ProfilerBundle/?branch=master)
[](https://scrutinizer-ci.com/g/link0/ProfilerBundle/?branch=master)
[](https://scrutinizer-ci.com/g/link0/ProfilerBundle/build-status/master)
This repository wraps the [Link0/Profiler](https://github.com/link0/profiler) package in a nice Symfony2 bundle, hooked to events for starting and stopping the profiler
Installation
============
Step 1: Download the Bundle
---------------------------
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:
```bash
$ composer require link0/profiler-bundle "~0.1"
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
Step 2: Enable the Bundle
-------------------------
Then, enable the bundle by adding the following line in the `app/AppKernel.php`
file of your project:
```php