Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/link0/profilerbundle
Link0/Profiler Bundle for Symfony2
https://github.com/link0/profilerbundle
Last synced: about 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T19:39:12.000Z (almost 10 years ago)
- Last Synced: 2024-11-30T05:07:28.846Z (about 2 months 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
==============
[![Latest Stable Version](https://poser.pugx.org/link0/profiler-bundle/v/stable.svg)](https://packagist.org/packages/link0/profiler-bundle)
[![Total Downloads](https://poser.pugx.org/link0/profiler-bundle/downloads.svg)](https://packagist.org/packages/link0/profiler-bundle)
[![License](https://poser.pugx.org/link0/profiler-bundle/license.svg)](https://packagist.org/packages/link0/profiler-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/link0/ProfilerBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/link0/ProfilerBundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/link0/ProfilerBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/link0/ProfilerBundle/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/link0/ProfilerBundle/badges/build.png?b=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