Skip to content

stealth35/ApcProfilerBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApcProfilerBundle

Installation:

[ApcProfilerBundle]
    git=http://github.com/stealth35/ApcProfilerBundle.git
    target=bundles/Stealth35/ApcProfilerBundle

Update the vendors

php bin/vendors install

Add the namespaces to your autoloader

<?php
// File: app/autoload.php
$loader->registerNamespaces(array(
    'Stealth35'         => __DIR__.'/../vendor/bundles',
    // ...
));

Add ApcProfilerBundle to your application kernel

<?php
    // File: app/AppKernel.php
    public function registerBundles()
    {
        if (in_array($this->getEnvironment(), array('dev', 'test'))) {
            // ...
            $bundles[] = new Stealth35\ApcProfilerBundle\ApcProfilerBundle();
            // ...
        }
    }

About

Apc Profiler for Symfony2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages