PHP_CodeSniffer

PHP_CodeSniffer is a PHP5 script that tokenises and sniffs PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.

A coding … Read more

PHP Profile Class

The PHP Profile Class is an excellent PHP profiling tool for Web applications. Using this class will help you quickly and easily gain insight into which parts of your app could use some refactoring and optimization.

Profiling is a important part of software development, allowing you to find bottlenecks in … Read more

DBG – PHP Debugger

DBG(PHP Debugger) is a a full-featured php debugger, an interactive tool that helps you debugging php scripts.
It works on a production and/or development WEB server and allows you debug your scripts locally or remotely, from an IDE or console.
General features as follows.
* Native debugger. Works transparently, neither … Read more

PHP_Debug

PHP_Debug is provide an assistance in debugging PHP code, by debug , don’t mean step by step debug but program trace, variables display, process time, included files, queries executed, watch variables… These informations are gathered through the script execution and therefore are displayed at the end of the script (in … Read more

MACGDBP

It helps to debugging a live, running PHP application has never been so easy. Using the power of the Xdebug PHP extension, this Mac OS X application allows PHP developers to remotely debug their running PHP applications.

Deep Inspection
When working with variables in the debugger display, you can bring … Read more

Selenium

Selenium automates browsers. That’s it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

Selenium has the support … Read more