Debug component from Zend Framework

Overview

zend-debug

Build Status Coverage Status

Zend\Debug is a component that help the debugging of PHP applications. In particular it offers a static method Zend\Debug\Debug::dump() that prints or returns information about an expression. This simple technique of debugging is common because it is easy to use in an ad hoc fashion and requires no initialization, special tools, or debugging environment.

You might also like...
Magento 2 Debug Helper Module for easy debugging with Xdebug and PHPStorm or any other IDE

Magento 2 Debug Helper Information and Usage Magento 2 Debug Helper Module usage with PHPStorm and Xdebug Installation To install the Magento 2 Debug

Frog - A new way to debug in PHP

Frog - A new way to debug in PHP There are situations where you want to show information of variables in PHP. While print_r, var_dump and var_export a

Extends the Debug Bar plugin for the Sophi.io Site Automation service.
Extends the Debug Bar plugin for the Sophi.io Site Automation service.

Debug Bar for Sophi Extends the Debug Bar plugin for the Sophi.io Site Automation service. Requirements PHP 7.4+ WordPress 5.6+ Sophi 1.1.0+ Debug Bar

A few Fat-Free specific extensions for Tracy Debugger to help debug your code quickly.

Fat-Free Tracy Extensions This is a set of extensions to make working with Fat-Free a little richer. F3 - Analyze all hive variables. Database - Analy

Very easy to use a current limiting component, the code is very simple, based on the webman framework.

Very easy to use a current limiting component, the code is very simple, based on the webman framework.

Iranian wallet provider's integration component for Laravel Framework

Iranian Wallets Integration Component For Laravel Iranian Wallet provider integration handler for Laravel 8.1+ known as LaraWallet component completel

A PHP component to convert HTML into a plain text format

html2text html2text is a very simple script that uses DOM methods to convert HTML into a format similar to what would be rendered by a browser - perfe

Powerful and flexible component for building site breadcrumbs.
Powerful and flexible component for building site breadcrumbs.

Phalcon Breadcrumbs Phalcon Breadcrumbs is a powerful and flexible component for building site breadcrumbs. You can adapt it to your own needs or impr

This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.

Symfony Polyfill / Intl: ICU This package provides fallback implementations when the Intl extension is not installed. It is limited to the "en" locale

Comments
  • Zend\Escaper should be required

    Zend\Escaper should be required

    The Zend\Escaper Component is in suggest and require-dev section of the composer. But it is in the Zend\Debug\Debug Class as use Statement (see https://github.com/zendframework/zend-debug/blob/5fdb2466b18386fc8b4c3afb6cd753b626649856/src/Debug.php#L12). So Zend\Escaper should be a required dependency.

    I can send a PR.

    bug 
    opened by zf2timo 2
  • Updated to php-coveralls/php-coveralls

    Updated to php-coveralls/php-coveralls

    With version 2 package has been renamed from satooshi/php-coveralls to php-coveralls/php-coveralls, and the script has been renamed from coveralls to php-coveralls

    opened by michalbundyra 0
  • add composer.lock & update travis config

    add composer.lock & update travis config

    as per zendframework/zendframework#7660

    also entails these changes:

    • bump minimum php version to 5.6
    • bump minimum phpunit version to 4.8
    • add composer scripts entries
    • fix travis.yml env variables to not be affected by travis-ci/travis-ci#1444
    • remove obsolete phpunit bootstrap

    supersedes #7

    opened by stefanotorresi 0
  • Fix XDebug extension suggestion in composer.json

    Fix XDebug extension suggestion in composer.json

    Currently when installing zend-debug a suggestion to install XDebug is made even if the extension is installed and enabled, because the extension name is not correctly formatted in composer.json. This pull request updates the extension name to the composer convention.

    opened by robertmarsal 0
Releases(release-2.6.0)
  • release-2.6.0(Apr 30, 2018)

    Added

    • #13 adds support for PHP 7.1 and 7.2.

    • #5 adds the documentation, and publishes it to https://docs.zendframework.com/zend-debug/

    Changed

    • Nothing.

    Deprecated

    • Nothing.

    Removed

    • #13 removes support for PHP 5.5.

    • #13 removes support for HHVM.

    Fixed

    • Nothing.
    Source code(tar.gz)
    Source code(zip)
Owner
Zend Framework
Zend Framework
Debug - The Debug component provides tools to ease debugging PHP code.

Debug Component CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component. The Debug component provides tools t

Symfony 7.3k Jan 8, 2023
Db component from Zend Framework

zend-db Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-db. Zend\Db is a component that abstract the access to a Database

Zend Framework 98 Sep 5, 2022
Navigation component from Zend Framework

zend-navigation Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-navigation. Zend\Navigation is a component for managing t

Zend Framework 19 Jun 30, 2021
Json component from Zend Framework

zend-json Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-json. Zend\Json provides convenience methods for serializing na

Zend Framework 102 Nov 17, 2022
A panel created based on the Zend Framework MVC framework

?? Painel MyZap2.0 Com ZendFramework 3 Descrição Esse é um painel criado como estudo pessoal do framework (Zend Framework MVC) não foi criado para fin

Jonathan Henrique 9 Jun 10, 2022
A powerful debug and profilers tool for the Phalcon Framework

Phalcon Debugbar Integrates PHP Debug Bar with Phalcon Framework. 中文说明 Features Normal request capturing Ajax request capturing Redirect request chain

Yajie Zhu 162 Oct 7, 2022
zend-memory manages data in an environment with limited memory

Memory objects (memory containers) are generated by the memory manager, and transparently swapped/loaded when required.

Zend Framework 16 Aug 29, 2020
Debug with Ray to fix problems faster

Debug with Ray to fix problems faster This package can be installed in any PHP application to send messages to the Ray app. The desktop app: can be us

Spatie 458 Dec 27, 2022
Hook-logger-plugin - Debug WordPress action / filter hooks.

hook-logger-plugin Easily debug WordPress action / filter hooks, finding where actions are called from and understanding the flow of execution. This p

bruce aldridge 4 Feb 5, 2022
Xr - Lightweight debug server utility built on ReactPHP.

XR ?? Subscribe to the newsletter to don't miss any update regarding Chevere. XR is a dump server utility built on top of ReactPHP. Features ✨ Dump si

Chevere 195 Dec 17, 2022