https://github.com/zendframework/zend-developer-tools
Module for developer and debug tools for working with the ZF2 MVC layer.
https://github.com/zendframework/zend-developer-tools
Last synced: 6 months ago
JSON representation
Module for developer and debug tools for working with the ZF2 MVC layer.
- Host: GitHub
- URL: https://github.com/zendframework/zend-developer-tools
- Owner: zendframework
- License: bsd-3-clause
- Archived: true
- Created: 2011-09-29T21:51:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T19:24:12.000Z (over 5 years ago)
- Last Synced: 2024-09-07T13:07:48.205Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 522 KB
- Stars: 324
- Watchers: 52
- Forks: 130
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-zf - ZendDeveloperTools - Module for developer and debug tools for working with the ZF2 MVC layer. (Uncategorized / Uncategorized)
README
# Zend Developer Tools
> ## Repository abandoned 2019-12-31
>
> This repository has moved to [laminas/laminas-developer-tools](https://github.com/laminas/laminas-developer-tools).[](https://secure.travis-ci.org/zendframework/zend-developer-tools)
[](https://coveralls.io/github/zendframework/zend-developer-tools?branch=master)Module providing debug tools for use with [zend-mvc](https://docs.zendframework.com/zend-mvc) applications.
## Installation
1. Install the module via composer by running:
```bash
$ composer require --dev zendframework/zend-developer-tools
```or download it directly from github and place it in your application's `module/` directory.
2. Add the `ZendDeveloperTools` module to the module section of your `config/application.config.php`.
Starting with version 1.1.0, if you are using [zend-component-installer](https://docs.zendframework.com/zend-component-installer),
this will be done for you automatically.3. Copy `./vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist` to
`./config/autoload/zenddevelopertools.local.php`. Change any settings in it
according to your needs.## Extensions
- [BjyProfiler](https://github.com/bjyoungblood/BjyProfiler) - profile `Zend\Db` queries
- [OcraServiceManager](https://github.com/Ocramius/OcraServiceManager) - track dependencies within your application
- [SanSessionToolbar](https://github.com/samsonasik/SanSessionToolbar) - preview `Zend\Session` data
- [ZfSnapEventDebugger](https://github.com/snapshotpl/ZfSnapEventDebugger) - debug events from `Zend\EventManager`
- [DoctrineORMModule](https://github.com/doctrine/DoctrineORMModule) - profile `DoctrineORM` queries
- [JhuZdtLoggerModule](https://github.com/jhuet/JhuZdtLoggerModule) - log data from `Zend\Log`
- [aist-git-tools](https://github.com/ma-si/aist-git-tools) - informations about current GIT repository