eye4web / zfc-user-rdt
Bridge between ZfcUser and RoaveDeveloperTools.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/eye4web/zfc-user-rdt
Requires
- roave/roave-developer-tools: dev-master
- zf-commons/zfc-user: 1.*
This package is not auto-updated.
Last update: 2025-09-23 11:45:12 UTC
README
Introduction
This module adds debug information from ZfcUser to RoaveDeveloperTools.
Dependencies
Installation
Main Setup
With composer
-
Add this project in your composer.json:
"require": { "eye4web/zfc-user-rdt": "dev-master" }
-
Now tell composer to download ZfcUserRDT by running the command:
$ php composer.phar update
Post installation
-
Enable it in your
application.config.php
file after RoaveDeveloperTools<?php return array( 'modules' => array( // ... 'Roave\DeveloperTools', 'Eye4web\ZfcUserRDT', ), // ... );