Micro Trace helps you to include trace messages into your PHP code. You can easy switch on and off debugging informations, select whether it should display or write into a logfile. You can use log leveles. Installation is quite easy, just include the file into your php code and you can use the logError, logWarning, logInfo functions.
dbg-wizard.php is a helper script used to setup remote debugging with DBG - famous php debugger from NuSphere. While dbg-wizard.php is designed to be used with NuSphere PhpED, it can also be very helpful for setting up debugging with dbg php debugger in general, because dbg used by many PHP IDEs. dbg-wizard.php also contains good examples of php code parsing phpinfo, environment variable, configuration files etc.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed May 9 2007
Easily and quickly manage any projects you have on the go. This is perfect if you hire freelancers, and even better if you need to organize your own staff.
How does QPM work?
First you login as admin and you add projects. Next you add the modules for each project. Then you assign staff to the project.
What types of projects does this work for?
# You can use this for any types of projects you have, for example: PHP projects
# Construction Projects
# ASP projects
# Design projects
# Advertising Projects
# software projects
# Website Projects
# eBook Projects
# Office Projects
# Any type of projects!
FreeVersion: 1.10 Platform(s): linux, windows Updated: Sun Jan 14 2007
Password tester is a simple upload and use program that will allow you to enter a password and see what it looks like using MD5, Sha1 or both types of encryption used together. This will allow you to avoid having to use echo in order to find out what your password should be when you may need to know. This is great for databases and other applications where debugging may become tedious.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Oct 22 2006
SimpleTrace is an open source PHP class designed to help developers with the task of debugging and analyising script runs. The class allows you to output messages to a number of different formats for analysis at run time or at a later date. As SimpleTrace is open source, you can download it for free at any time. Features:
Class based PHP script, encapsulated for easy integration into your applications,
Output trace information into 3 formats: Raw text file, MySQL database or PHP array for displaying in real time. Includes an example of usage. Full PHPDoc documentation included. Open Source code means SimpleTrace is free to all!
FreeVersion: 0.1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Thu Oct 5 2006
phpautotest is a tool for testing PHP-driven websites. It has to be walked through your web-site once, it can then follow the same steps and report whether the pages did not work as expected. Variable values as well as HTML output can be tested. Variable values as well as HTML output can be tested. HTML output is tested using regular expressions.
FreeVersion: 1.0.3 Platform(s): linux, windows, osx, sun Updated: Thu May 11 2006
This script will read and analyze your php error log and spit out a more readable version with the worst errors highlighted so you can fix those first.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Mar 5 2006
Learning HTML and web design is easy if you have some reference point to work with. That's why we built the "Learn HTML By Example" tool, a free tool you can add to your web site. It's easy to use, and there's a bunch of examples already built in. You just type in some HTML code in the middle box, and it immediately displays in the right box, exactly as it would look as a live web page.Below are just a few of the many uses we've found for this tool:
FreeVersion: 1.03 Platform(s): linux, windows Updated: Wed Jan 4 2006
dBug is a tool that debugs/dumps/shows contents of a variable in a structured colored tabular format. It is similar to Coldfusion's cfdump tag. This tool makes it very easy for developers to debug code by viewing the contents of a variable.
FreeVersion: 1 Platform(s): linux, windows, freebsd, osx, sun Updated: Tue Aug 9 2005
Expert Debugger is a free easy-to-use tool for debugging PHP scripts. Expert Debugger uses the DBG PHP Debugger and allow to debug scripts via network or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output. The debugger has a comfortable interface and can be integrated with IDE or editors.
FreeVersion: 2.0 Platform(s): windows Updated: Fri Jul 8 2005
It saves you a lot of time and frustration by enabling you to run scripts directly. You copy PHP and/or HTML and/or JavaScript code into the text area. When you click 'Execute Code', it executes the code. When you get a piece of code on the Web, and want to test it, you do not have to copy it into your editor and save it to a specific location and then run it again through your browser from that specific location. No, you just use this baby. It is extremely easy to use and contains no banners or spyware.
FreeVersion: 1.0 Platform(s): linux, windows Updated: Sat Apr 16 2005
The class provides JAVA style error messages for PHP. It has a nicer display of variable contents than PHPs print_r() function. It can take execution times, has a better highlight_file() function and a couple of other handy functions.
Works with PHP4 and PHP5.
FreeVersion: 0.8 Platform(s): n/a Updated: Tue Nov 30 2004
Atrise PHP Script Debugger is a debug script for your PHP projects. It can help you to show PHP variables, debug string output, script execution time, the page source and other information that helps you in your PHP development.
Features:
* Handy output with debug points with floating tooltips; * Shows PHP variables and arrays; * Shows your debug messages; * Shows script execution time and time delta; * HTML output highlighting.
If you do much development in PHP, you've undoubtedly used the var_dump() function to see the contents of a variable. And if you're like us, you've probably even cussed your monitor a time or two as you tried to decipher var_dump()'s output into something legible.
At PHP Labs, we built a better var_dump(). We've been using it internally for our own development for months, and now we've decided to make it available to you! This is the first script we've released which is specifically targeted at other PHP programmers, and we're sure that you'll find it useful if you spend any time coding in PHP.
Be sure to check out the demo, where we compare the output of PHP's var_dump() function with our custom vardump() function. You have to see it to believe it!
CommercialVersion: n/a Platform(s): linux Updated: Fri Mar 3 2006
Replacement for PHP's built-in var_dump() function for complex arrays. tableVarDump() outputs any variable to an HTML table format, specifically designed to display complex multi-dimensional arrays in a more easy to read format than var_dump() or print_r().
phpEval() gives you a command-line interface for PHP, where you can type in PHP code and see what it would do, without going through the trouble of creating a new PHP file, uploading it to the server, testing it, etc.
Validate your variables as you program your website.
Perfect for debugging php scripts, do you not know were your error is?
With Variable Validator you can show the contents of all HTTP_***_VARS and see were you are going wrong.
Unit tester, web page tester and mock objects framework. If you have used the Java tools JUnit, JMock and JWebUnit then this PHP version covers much of the same ground. Basically a tool for building application test suites around test cases and then executing and reporting on those tests. The tool set also includes a web browser that can be used for scripting web content.
[PHP_Debug] An open source PHP debug library
Hi, i have motivated myself to write this debug class, it works pretty fine. :)
Here what the class alows :
- Pear integration
- PHP Process time
- Database and query process time
- Dump of all type of variable in a graphical way
- Functionnal debug
- Debug queries
- Show number of database queries executed
- Allow to search in all debug infos
- Direct links to test queries in Phpmyadmin
- Show globals var ( $GLOBALS, $_POST, $_GET ... )
- Enable or disable the debug infos you want to see
- Check performance of chunk of php code
- Customize the general display of your debug
- ... ( see doc for complete specification )
- You can check full doc website : ( nice phpdoc documentation :p )
If you have questions, ideas, etc..., contact at my Website.
It is very clear and well documented ( with Pear::Phpdocumentor )
Now i am searching people to test and to have some feeback, the next
realease will depend on the feeback i will get.
For php beginner what is really great for example is the ability to show
all queries and to have a direct link to test this quesries in phpmyadmin.. :)
I am waiting for your comments, it would be nice if some people would use
it. But anyway i use already it. :p
Version: beta1.0 Platform(s): All Updated: Mon Dec 22 2003
PHP_Dyn is PHP Extension to help debugging a PHP script. You can get execution trace of scripts not to need change them. HTTP request parameter can be printed. Argument value of the function call and return value can be printed.
Version: 1.1 Platform(s): Unix, Linux Updated: Tue May 14 2002