PHPackages                             artur-gajewski/dev-toolbar - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. artur-gajewski/dev-toolbar

ActiveModule[Debugging &amp; Profiling](/categories/debugging)

artur-gajewski/dev-toolbar
==========================

This module provides a toolbar for your project's development to easily fetch memory usage information, tail of Apache's access and error logs as well as phpinfo(), all from their own tab in the toolbar.

371PHP

Since Sep 27Pushed 13y ago1 watchersCompare

[ Source](https://github.com/artur-gajewski/DevToolbar)[ Packagist](https://packagist.org/packages/artur-gajewski/dev-toolbar)[ RSS](/packages/artur-gajewski-dev-toolbar/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

DevToolbar module for Zend Framework 2
======================================

[](#devtoolbar-module-for-zend-framework-2)

This module provides a toolbar for your project's development to easily fetch memory usage information, tail of Apache's access and error logs as well as phpinfo(), all from their own tab in the toolbar.

Requirements:

- PHP 5.3
- Zend Framework 2
- rwoverdijk/assetmanager @
- jQuery
- jQuery-UI

Note: jQuery and jQuery-UI are bundled with this module and available out-of-the-box. You can override the bundled version with your own with minimal effort.

Follow me on twitter: @GajewskiArtur

Installation with Composer
--------------------------

[](#installation-with-composer)

Go to your project directory and add the following line to "require" list in composer.json file:

```
"artur-gajewski/dev-toolbar": "dev-master"
```

Now run the Composer:

```
php composer.phar install
```

Then add 'DevToolbar' and 'AssetManager' modules into the Module array in APPLICATION\_ROOT/config/application.config.php

```
