PHPackages                             eye4web/zfc-user-rdt - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eye4web/zfc-user-rdt

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eye4web/zfc-user-rdt
====================

Bridge between ZfcUser and RoaveDeveloperTools.

17PHP

Since Apr 27Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Eye4web/ZfcUserRDT)[ Packagist](https://packagist.org/packages/eye4web/zfc-user-rdt)[ RSS](/packages/eye4web-zfc-user-rdt/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

ZfcUserRDT
==========

[](#zfcuserrdt)

Introduction
------------

[](#introduction)

This module adds debug information from ZfcUser to RoaveDeveloperTools.

Dependencies
------------

[](#dependencies)

- [ZfcUser](https://github.com/ZF-Commons/ZfcUser)
- [RoaveDeveloperTools](https://github.com/Roave/RoaveDeveloperTools)

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "eye4web/zfc-user-rdt": "dev-master"
    }
    ```
2. Now tell composer to download ZfcUserRDT by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enable it in your `application.config.php` file after RoaveDeveloperTools

    ```
