zendframework / zend-developer-tools
Module for developer and debug tools for use with zend-mvc applications.
Installs: 2 992 402
Dependents: 112
Suggesters: 14
Security: 1
Stars: 341
Watchers: 58
Forks: 150
Open Issues: 25
Requires
- php: ^5.6 || ^7.0
- symfony/var-dumper: ^3.4.36 || ^4.4.1 || ^5.0.1
- zendframework/zend-eventmanager: ^2.6.2 || ^3.0
- zendframework/zend-modulemanager: ^2.7
- zendframework/zend-mvc: ^2.7 || ^3.0.1
- zendframework/zend-servicemanager: ^2.7.5 || ^3.0.3
- zendframework/zend-stdlib: ^2.7 || ^3.0
- zendframework/zend-view: ^2.6
Requires (Dev)
- phpunit/phpunit: ^5.7.25 || ^6.4.4 || ^7.1
- zendframework/zend-coding-standard: ~1.0.0
Suggests
- aist/aist-git-tools: Show you informations about current GIT repository
- bjyoungblood/bjy-profiler: Version: dev-master, allows the usage of the (Zend) Db collector.
- doctrine/doctrine-orm-module: Profile DoctrineORM queries
- jhuet/zdt-logger-module: Show you log data from Zend\Log
- ocramius/ocra-service-manager: OcraServiceManager can help you track dependencies within your application.
- san/san-session-toolbar: SanSessionToolbar can help you see current Zend\Session data you're using within your application.
- snapshotpl/zf-snap-event-debugger: ZfSnapEventDebugger can help you debug events from Zend\EventManager
This package is auto-updated.
Last update: 2020-01-20 19:24:18 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-developer-tools.
Module providing debug tools for use with zend-mvc applications.
Installation
-
Install the module via composer by running:
$ composer require --dev zendframework/zend-developer-tools
or download it directly from github and place it in your application's
module/
directory. -
Add the
ZendDeveloperTools
module to the module section of yourconfig/application.config.php
. Starting with version 1.1.0, if you are using zend-component-installer, this will be done for you automatically. -
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 - profile
Zend\Db
queries - OcraServiceManager - track dependencies within your application
- SanSessionToolbar - preview
Zend\Session
data - ZfSnapEventDebugger - debug events from
Zend\EventManager
- DoctrineORMModule - profile
DoctrineORM
queries - JhuZdtLoggerModule - log data from
Zend\Log
- aist-git-tools - informations about current GIT repository