extremely useful php development tools

6
Extremely Useful PHP Development Tools No doubt, PHP is the most popular server side scripting language. With more than 50% domains using PHP, including major websites like WordPress, Facebook, and Digg, it helps many web developer to create dynamic and innovative web applications. PHP is easier and faster to get started than other server side scripting languages such as Python. It has detailed documentation and well- supported frameworks. There are many tools available that can make the web development process a lot easier. But sometimes it’s quite hard to search the perfect one for use. If you are looking for fresh and useful PHP development tools then you have come to the right place. In this article, we presents some useful PHP tools that can improve your programming workflow.

Upload: charlie-perez

Post on 15-Apr-2017

116 views

Category:

Internet


6 download

TRANSCRIPT

Page 1: Extremely Useful PHP Development Tools

Extremely Useful PHP Development Tools

No doubt, PHP is the most popular server side scripting language. With

more than 50% domains using PHP, including major websites like

WordPress, Facebook, and Digg, it helps many web developer to create

dynamic and innovative web applications.

PHP is easier and faster to get started than other server side scripting

languages such as Python. It has detailed documentation and well-

supported frameworks. There are many tools available that can make

the web development process a lot easier. But sometimes it’s quite hard

to search the perfect one for use.

If you are looking for fresh and useful PHP development tools then you

have come to the right place. In this article, we presents some useful

PHP tools that can improve your programming workflow.

Page 2: Extremely Useful PHP Development Tools

Debugging Tools

Webgrind - Webgrind is an Xdebug profiling Web front end in PHP 5. It

implements a subset of the features of kcachegrind, works on all

platforms.

Xdebug - Xdebug is the most popular debugging PHP extension. It

provides a ton of useful data to help you quickly find bugs in your source

code.

Gubed PHP Debugger - As the name implies, Gubed PHP Debugger is a

PHP debugging tool for hunting down logic errors.

DBG - DBG is a robust and popular PHP debugger for use in local and

remote PHP debugging.

PHP_Debug - PHP_Debug is an open-source project that gives you useful

information about your PHP code that can be used for debugging.

PHP_Dyn - PHP_Dyn is open-source. You can trace execution and get an

output of the argument and return values of your functions.

MacGDBp - MacGDBp is a live PHP debugger application for the Mac OS

Testing and Optimization Tools

PHPUnit

SimpleTest

Selenium

Documentation Tools

phpDocumentor

PHP DOX

Page 3: Extremely Useful PHP Development Tools

Security Tools

Securimag

Scavenger

PHP-IDS

Pixy: PHP Security Scanner

SUBLIME TEXT

Sublime Text is a sophisticated text editor for code, markup and prose.

PHP CPP

The PHP-CPP library is a C++ library for developing PHP extensions. It

offers a collection of well documented and easy-to-use classes that can

be used and extended to build native extensions for PHP.

Page 4: Extremely Useful PHP Development Tools

HOA

Hoa is a modular, extensible and structured set of PHP libraries.

Page 5: Extremely Useful PHP Development Tools

TWIG

COMPOSER

Hope the article will help you create a functional website using PHP

which has ability to enhance the quality of website design.

Page 6: Extremely Useful PHP Development Tools