50 useful PHP tools and 50 useful PHP tools

Source: Internet
Author: User
Tags php debugger php development environment php online php template rss parser

50 useful PHP tools and 50 useful PHP tools
PHP is one of the most widely used open-source server scripting languages. Of course, PHP is not the fastest, but it is the most commonly used scripting language. There are 50 useful PHP tools, which can greatly improve your programming work: debugging tools

  • Webgrind
  • Xdebug
  • Gubed PHP Debugger
  • DBG
  • PHP_Debug
  • PHP_Dyn
  • MacGDBp
Test and optimization tools
  • PHPUnit
  • SimpleTest

  • Selenium
  • PHP_CodeSniffer
  • DBug



     

  • PHP Profile Class
Document tools
  • PhpDocumentor
  • PHP DOX
Security Tools
  • Securimage: Verification Code tool.
  • Scavenger
  • PHP-IDS
  • Pixy: code check tool.
Graphic 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
  • Phing
  • Xinc
Useful extensions, tools and Classes
  • SimplePie: php rss parser



     

  • HTML Purifier: can be used to remove all malicious code (XSS) and ensure that your page complies with W3C standards.
  • TCPDF: A PHP5 function package used to quickly generate PDF files.
  • HtmlSQL: a PHP class that allows you to conveniently search HTML and XML content using SQL statements.
  • The Greatest PHP Snippet File Ever (Using Quicktext for Notepad ++)
  • Creole: written in PHP5. It is a real-sense OO-based layer, and the API interface is based on JDBC.
  • PHPLinq: use SQL syntax to operate PHP arrays.
  • PHPMathPublisher: The author is a mathematics teacher at a French High School.



     

  • PhpMyAdmin: You can control and operate MySQL online over the Internet.
  • PHPExcel: a powerful class library for generating MS Office Excel documents.
  • Phormer: a lightweight and powerful PHP online album.
  • Xajax PHP ClassLibrary: an open-sourcePHPClass library used to build WEBAjaxProgram.
  • PHP User Class: User management.
  • PHP-GTK: developed to prove that PHP is an effective tool far beyond network applications. UsePHP-GTKYou can create independent GUI applications.
Online tools and resources
  • Minify! : An application developed using PHP5 to merge and compress js/css files. After compression, you can use HTTP gzip/deflate and related headers to optimize the client cache.


  • HTTP_StaticMerger: automatically "merges" CSS and JavaScript files.
  • PHP ObjectGenerator: an open-sourcePHPCode Generator. It can be used for your PHP4/PHP5The application generates concise and testable object-oriented code.

     

     

  • GotAPI/PHP





     
     
     

  • Koders: open source code search.
  • PECL: contains information about different extension libraries provided by the PHP development team.
Tools in the browser (Firefox plug-in)
  • FirePHP: an extension based on Firebug. It can be used to conveniently output php debugging information on the Firebug console without affecting the normal running of php programs.

     

  • PhpLangEditor: a tool used to translate various PHP variables.



     

  • PHPLookup: a built-in search bar to help you quickly find the referenced PHP syntax.
  • PHPManual Search: a convenient Search bar for official PHP documents from your Web browser.
PHP framework
  • Dwoo: A PHP5 template engine.
  • CodeIgniter: helps you compile an agile open-source PHP framework for Web applications.



     

  • YII Framework is a high-performance component-based PHP Framework.
  • Solar



     

  • Symfony: an open-source PHP Web framework. The purpose is to accelerate the creation and maintenance of Web applications.
  • PEAR
  • Propel: is an OR ing framework for PHP5. It allows you to use an object instead of SQL to read and write rows in a database table.
  • {Macro} template engine


     
  • Zend Framework: An open-source PHP5 development Framework that can be used to develop web programs and services.
  • Qcodo: it is a framework suitable for agile development based on PHP5 using MVC Architecture and CRUD code generation function.

     

  • SAJAX: Sajax is a modular method for making Ajax applications. Through predefined and dynamic function calls, the development process of applications is smoother.
  • Smarty: Use PHP to implement the logic layer of the MVC development mode and the template engine of the presentation layer.
  • CakePHP: it is an open-source PHP on rails full-stack framework.

     

  • Savant2: it is a PHP template engine that directly uses PHP functions, but has made reasonable restrictions.
  • PHPSpec: PHPSpec is a simple and intuitive PHP framework.
IDEs and Editors
  • PHPEclipse: a powerful PHP plug-in developed under Eclipse, including PHP syntax analysis, debugging, code formatting, outline view, and code template customization.

     

  • PhpED: Internal debugger.

     

  • PhpDesigner: a program designed for compiling PHP Web pages.

     

  • ZendStudio: an award-winning professional PHP integrated development environment with powerful professional editing tools and debugging tools. It supports PHP syntax highlight display.

     

  • Aptana PHP: an open-source IDE designed for browser development.
  • PDT: a development tool framework designed to provide a fully functional PHP integrated development environment on the Eclipse platform.
  • VS. Php: by installing this plug-in, we can compile, edit, and configure PHP programs in the most popular IDE in the Visual Studio. Net market.
  • PHPEdit: This IDE provides an integrated PHP debugger and a help Generator tool for highlighting syntax display, code prompts, and code recognition.
Supplement resources
    • PHP Function Reference
    • 30 Useful PHP Classes and Components
    • PHP advent 2008
    • Useful in-browser development tools for PHP
    • PHPClasses.org
    • PHP Developer's Toolbox
    • Scavenger
    • PHP-IDS
    • Pixy: PHP Security token

I want to learn the PHP language and ask what development tools are best.

DREAMWEAVER
========================

Since the beginning of MX, DW began to support visual development of PHP + MYSQL. It is indeed a good choice for beginners, because if it is a general development, it is almost possible to write a program without writing a line of code, what's more, what you see is what you get.
The features include syntax brightening, function complementing, and parameter prompting.
However, the Code generated by DW is complex and secure. In terms of hand writing, the convenience is average, and the debugging environment is unsatisfactory. It is not suitable for more complex programming. But it is no good for beginners.

======================================
ZEND DEVELOPMENT ENVIORMENT
======================================

And PHP rely on the latest ZEND release of a php ide, zend development enviorment. The latest version is 2.6, which is the only integrated development and debugging environment for PHP in LINUX. Of course, it also has a WINDOWS version.
Unlike other ides, ZDE is written in JAVA ~~ This not only means multi-platform, but also means a very slow speed, and a strange user interface. Especially when it starts for nearly half a minute, it is intolerable ~~
ZDE provides the most complete functions and can be seamlessly integrated with other zend php development tools. It has become a powerful PHP development environment, and ZDE's debugging environment is built in ZDE's own program. Unlike other ides, it is implemented through php debuger.
Including features: highlighted syntax, complete function population and help (but only for PHP built-in functions, does not work for custom functions), engineering management, and PHP code collation unique to ZDE, PHP. ini visual editing and nested labeling. It is very convenient to use the latter to view the complicated program structure. You do not need to count the number of {} characters ~

The DEBUG functions include breakpoints, stack, watches, variables, and output buffer, as well as all the corresponding tracing methods.

Disadvantages: 1. Slow speed ~~ 2. It is not very convenient to use.

==============================
PHPED
==============================

PHPED launched by NUSPHERE, a company that has been engaged in PHP development for a long time, is 3.12 In the latest version.
PHPED provides the best overall performance, Fast startup speed, and the most functions. Highlighted syntax, function completion, project management, code templates, Automatic Code Completion, visualized database management, built-in DAV, CVS, FTP, WEBSERVER, DEBUGGER, and JS code list, common HTML Tag sets. PHPED also supports plug-in technology.
The installation version also includes the PHP and MYSQL manuals (in English ). It is worth mentioning that the PHPED debugging function, although ZDE has all of its debugging functions, PHPED is more convenient. For example, you can directly view the value of the variable by hovering the mouse over the variable during debugging, in addition, the distribution of the debugging window is more detailed and reasonable, and supports external script debugging. ZED can also be implemented, but it is more troublesome to set up.
The script Structure Function of PHPED is similar to that of ZDE ~ However, the class should be better and the class elements should be detailed.

However, the disadvantage of PHPED is that it has poor support for Chinese characters ~~ It is abnormal even when selected. In addition, you can change the language to GB by setting the variable value in the DEBUGGER ~~ Otherwise, variable values containing Chinese characters cannot be displayed normally ~

======================
PHP EXPERT EDITOR
======================

The newer version of php expert editor is 3.0. Its distinctive features include PHP syntax check, program segment bookmarks, macro functions, code templates, built-in web server, and DEBUGGER.

PEE in the code structure analysis ...... the remaining full text>

What tools (IDE) is commonly used for PHP development )?

Since the beginning of MX, DW began to support visual development of PHP + MYSQL. It is indeed a good choice for beginners, because if it is a general development, it is almost possible to write a program without writing a line of code, what's more, what you see is what you get.
The features include syntax brightening, function complementing, and parameter prompting.
However, the Code generated by DW is complex and secure. In terms of hand writing, the convenience is average, and the debugging environment is unsatisfactory. It is not suitable for more complex programming. But it is no good for beginners.
======================================
ZEND DEVELOPMENT ENVIORMENT
======================================
And PHP rely on the latest ZEND release of a php ide, zend development enviorment. The latest version is 2.6, which is the only integrated development and debugging environment for PHP in LINUX. Of course, it also has a WINDOWS version.
Unlike other ides, ZDE is written in JAVA ~~ This not only means multi-platform, but also means a very slow speed, and a strange user interface. Especially when it starts for nearly half a minute, it is intolerable ~~
ZDE provides the most complete functions and can be seamlessly integrated with other zend php development tools. It has become a powerful PHP development environment, and ZDE's debugging environment is built in ZDE's own program. Unlike other ides, it is implemented through php debuger.
Including features: highlighted syntax, complete function population and help (but only for PHP built-in functions, does not work for custom functions), engineering management, and PHP code collation unique to ZDE, PHP. ini visual editing and nested labeling. It is very convenient to use the latter to view the complicated program structure. You do not need to count the number of {} characters ~
The DEBUG functions include breakpoints, stack, watches, variables, and output buffer, as well as all the corresponding tracing methods.
Disadvantages: 1. Slow speed ~~ 2. It is not very convenient to use.
=============================== PHPED ========================
PHPED launched by NUSPHERE, a company that has been engaged in PHP development for a long time, is 3.12 In the latest version.
PHPED provides the best overall performance, Fast startup speed, and the most functions. Highlighted syntax, function completion, project management, code templates, Automatic Code Completion, visualized database management, built-in DAV, CVS, FTP, WEBSERVER, DEBUGGER, and JS code list, common HTML Tag sets. PHPED also supports plug-in technology.
The installation version also includes the PHP and MYSQL manuals (in English ). It is worth mentioning that the PHPED debugging function, although ZDE has all of its debugging functions, PHPED is more convenient. For example, you can directly view the value of the variable by hovering the mouse over the variable during debugging, in addition, the distribution of the debugging window is more detailed and reasonable, and supports external script debugging. ZED can also be implemented, but it is more troublesome to set up.
The script Structure Function of PHPED is similar to that of ZDE ~ However, the class should be better and the class elements should be detailed.
However, the disadvantage of PHPED is that it has poor support for Chinese characters ~~ It is abnormal even when selected. In addition, you can change the language to GB by setting the variable value in the DEBUGGER ~~ Otherwise, variable values containing Chinese characters cannot be displayed normally ~
======================
PHP EXPERT EDITOR
======================
The newer version of php expert editor is 3.0. Its distinctive features include PHP syntax check, program segment bookmarks, macro functions, code templates, built-in web server, and DEBUGGER.
PEE has a special feature in code structure analysis, that is, you can see the location where each variable appears separately. If you want to track it, it is no longer convenient.
In general, P... the remaining full text>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.