Tuesday, February 19, 2013

Some Useful PHP Tools for Web Development (Ⅳ)



Here are some useful PHP tools for web development, including PHP development framework, PHP code generator, debugging tools, graphic processing tools, code optimization tools, PHP editors, IDE, etc.




phpDesigner is more than just a powerful and lightning fast PHP IDE and PHP EDITOR  - it's also a full-featured HTML5-, CSS3- and JavaScript editor boosted with features to increase your productivity -- for both beginners and professional developers. phpDesigner 8 assists developers with everything from editing, analyzing, debugging to publishing websites powered by PHP, HTML5, CSS3 to JavaScript and other languages. phpDesigner supports many popular PHP framework but also the popular JavaScript frameworks like jQuery, Ext JS, YUI, Dojo, MooTools and Prototype.




PHPScriptGen is a powerful online tool that can automatically generates fully functional codes for your PHP/MySQL applications. You can create completed CRUD (Create, Retrieve Update and Delete) scripts within ten minutes. Thus it can save you a lot of time wasted on repetitive coding. The generated codes can be easily understood and further customized. It is designed for both beginners and veteran programmers. This amazing tool is completely FREE for both commercial and non-commercial use.


Dwoo is a PHP5 template engine which is fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features. It is template inheritance, a fresh look at complex template structures, now built without includes. It supports sub-template declaration within templates to allow recursive templates. It has smarty syntax compatibility with several additions and shortcuts to speed up template writing. Flexible plugin creation, plugins can be wrapped in classes or simple functions, they can be precompiled to optimize the load time of the template, etc.



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.



Pixy is a Java program that performs automatic scans of PHP 4 source code, aimed at the detection of XSS and SQL injection vulnerabilities. Pixy takes a PHP program as input, and creates a report that lists possible vulnerable points in the program, together with additional information for understanding the vulnerability.

References:
WIKIPEDIA
Dwoo
PHPScriptGen
phpDesigner
PHP_Dyn
Pixy

No comments:

Post a Comment