"Go" PHP Debugging development tools How much do you know? , PHP Debugging development tools
Source: PHP100 Chinese Network (http://www.php100.com/html/itnews/PHPxinwen/2009/0902/3257.html)
PHP is now one of the most widely used open source server-side scripting languages, and of course PHP is not the fastest, but it is the most commonly used scripting language. PHP100 produced eclipsephp Sutdio also received the majority of phper praise, but not everyone's habit is the same, especially to explore with friends, so today PHP100 here to introduce 50 useful PHP tools, can greatly improve your programming work, I hope you will reprint this article when you indicate the source
Debugging Tools
- Webgrind
- Xdebug
- gubed PHP Debugger
- DBG
- Php_debug
- Php_dyn
- Macgdbp
Testing and optimization tools
- PHPUnit
- SimpleTest
- Selenium
- Php_codesniffer
- Dbug
- PHP Profile Class
Document Tools
Security Tools
- Securimage : Verification Code tool.
- Scavenger
- Php-ids
- Pixy : Code checking tool.
Graphics processing
- php/swf Charts
- Pchart-a chart-drawing PHP Library
- Wideimage
- Magickwand for PHP
Code optimization
- Php_beautifier
- Phpcodebeautifier
- Geshi-generic Syntax Highlighter
Version control system
Useful outreach, using tools and classes
- Simplepie : PHP RSS Parsing program
- HTML Purifier : Can be used to remove all malicious code (XSS), but also to ensure that your pages follow the standard specifications.
- TCPDF : A PHP5 function package that is used to quickly generate PDF files.
- Htmlsql : One is a PHP class that you can conveniently use to retrieve HTML and XML content using similar SQL statements.
- The greatest PHP Snippet File ever (Using QuickText for notepad++)
- Creole : Written in PHP5, is a layer based on the true meaning of Oo, API interface based on JDBC.
- phplinq : Use SQL syntax to manipulate PHP arrays.
- Phpmathpublisher: The writer is a French high school math teacher.
- PhpMyAdmin : MySQL can be controlled and operated online via internet.
- Phpexcel : A fairly powerful Ms Office Excel document generates a class library.
- Phormer : A lightweight, powerful PHP online album.
- xajax PHP Class Library : An open-source PHP class library for building Ajax programs on the Web .
- PHP User Class : User Management.
- PHP-GTK : To prove that PHP is an effective tool that goes far beyond Web applications. With php-gtk You can create a standalone GUI (user graphical interface) application.
Online Tools and Resources
- minify! : An application developed using PHP5 to merge compressed js/css files. The results of the merge compression can be optimized for client-side caching through HTTP gzip/deflate and some related headers.
- Http_staticmerger: Automatically "merge" CSS and JavaScript files.
- PHP Object Generator : An open source PHP code generator. It can generate concise and testable object-oriented code for your php4/PHP5 application.
http://www.bkjia.com/PHPjc/965029.html www.bkjia.com true http://www.bkjia.com/PHPjc/965029.html techarticle "Go" PHP Debugging development tools How much do you know? , PHP Debugging development tool Source: PHP100 Chinese Web (http://www.php100.com/html/itnews/PHPxinwen/2009/0902/3257.html) PHP is now to make ...