2017 © Pedro Peláez
 

symfony-bundle profiler-storage-bundle

Sitetheory ProfilerStorageBundle

image

sitetheory/profiler-storage-bundle

Sitetheory ProfilerStorageBundle

  • Monday, July 23, 2018
  • by alexgurrola
  • Repository
  • 3 Watchers
  • 1 Stars
  • 8,737 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 20 % Grown

The README.md

ProfilerStorageBundle License

Sitetheory Profiler Storage Bundle for Symfony 2.8+, (*1)

Package Information

Latest Stable Version Latest Unstable Version Total Downloads, (*2)

Code Inspection

Travis CI

Build Status, (*3)

Scrutinizer

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status, (*4)

Overview

We'll be maintaining the following Profiler Bindings for the foreseeable future:, (*5)

  • MemCache
  • MongoDB
  • MySQL
  • PDO
  • Redis
  • SQLite

Installation

Composer

Add this bundle to your Composer Package and follow the configuration below., (*6)

composer require sitetheory/profiler-storage-bundle

If you are using MongoDB, you will also need to add the MongoDB Driver. Instructions are available in the official repository: github.com/mongodb/mongo-php-library., (*7)

Configuration

Enable the Bundle:, (*8)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Sitetheory\Bundle\ProfilerStorageBundle\SitetheoryProfilerStorageBundle()
        );

        // ...
    }

    // ...
}

Add the following to your config.yml to control the location for Profiler Storage:, (*9)

Mongo

sitetheory_profiler_storage:
    profiler:
        defaultStorage: false
        class: Sitetheory\Bundle\ProfilerStorageBundle\Profiler\MongoDbProfilerStorage
        dsn: "mongodb://%user%:%password%@%host%:%port%/%name%/profiler"
        ttl: 3600

MySQL

sitetheory_profiler_storage:
    profiler:
        defaultStorage: false
        class: Sitetheory\Bundle\ProfilerStorageBundle\Profiler\MysqlProfilerStorage
        dsn: "mysql:host=%host%;port=%port%;dbname=%name%"
        username: "%user%"
        password: "%password%"
        ttl: 3600

The Versions

23/07 2018

dev-master

9999999-dev https://sitetheory.io

Sitetheory ProfilerStorageBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb php bundle symfony pdo mysql storage profiler pdo-mysql

20/07 2018

0.1.6

0.1.6.0 https://sitetheory.io

Sitetheory ProfilerStorageBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb php bundle symfony pdo mysql storage profiler pdo-mysql

12/07 2018

0.1.5

0.1.5.0 https://sitetheory.io

Sitetheory ProfilerStorageBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb php bundle symfony pdo mysql storage profiler pdo-mysql

09/07 2018

0.1.4

0.1.4.0 https://sitetheory.io

Sitetheory ProfilerStorageBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb php bundle symfony pdo mysql storage profiler pdo-mysql

24/05 2017

0.1.3

0.1.3.0 https://sitetheory.io

Sitetheory ProfilerStorageBundle

  Sources   Download

MIT

The Requires

 

mongodb php bundle symfony pdo mysql storage profiler pdo-mysql

24/05 2017

0.1.2

0.1.2.0 https://sitetheory.io

Sitetheory ProfilerStorageBundle

  Sources   Download

MIT

The Requires

 

mongodb php bundle symfony pdo mysql storage profiler pdo-mysql

09/05 2017

0.1.1

0.1.1.0 https://sitetheory.io

Sitetheory ProfilerStorageBundle

  Sources   Download

MIT

The Requires

 

mongodb php bundle symfony pdo mysql storage profiler pdo-mysql