Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Improved PHP variable dumper with web interface

Notifications You must be signed in to change notification settings

coderm/phpdumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

phpdumper - improved PHP variable dumper with web interface

(moved from http://code.google.com/p/phpdumper/)

What is it?

Simple variables dumper for easy debugging, instead of standard function var_dump(), analog of FirePHP.

Advantages

  • Response headers aren't modified, distingueshes of FirePHP
  • Browser-independent
  • All logging advantages: information available at all time and in different environments (stage, production)
  • Posibility of easy debugging of Web-services(REST, JSON, SOAP) in cases you can't do print_r not to break response
  • Convenient web-interface representing information about variables
  • Backlog/trace is implemented
  • Posibility to "stick" debug invokation not to increase number of logging entries
  • Debug panel interface representing both log and target pages

How to use it

Just download, include in your file and invoke Du::mp($your_variable); Dependencies: phpQuery *

    • this is 'all-in-one' distribution, all 3rd party libraries are already included, so that you can use it immediately after including in your project

Author: Alexander Kaupanin kaupanin@gmail.com

About

Improved PHP variable dumper with web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /