数码鹭岛论坛
标题:
50个非常有用的PHP工具
[打印本页]
作者:
翔子
时间:
2009-9-15 11:32
标题:
50个非常有用的PHP工具
PHP是使用最为广泛的开源服务器端脚本语言之一,当然PHP并
[url=http://izumi.plan99.net/blog/index.php/2008/01/17/ruby-vs-php-performance/]
不是速度最快
的,但它却是
[url=http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html]
最常用的脚本语言
。这里有50个有益的PHP工具,可以大大提高你的编程工作:
调试工具
[url=http://code.google.com/p/webgrind/]
Webgrind
[url=http://xdebug.org/index.php]
Xdebug
[url=http://gubed.mccabe.nu/]
Gubed PHP Debugger
[url=http://www.php-debugger.com/dbg/]
DBG
[url=http://www.php-debug.com/www/]
PHP_Debug
[url=http://sourceforge.net/projects/php-dyn/]
PHP_Dyn
[url=http://www.bluestatic.org/software/macgdbp/]
MacGDBp
测试和优化工具
[url=http://www.phpunit.de/]
PHPUnit
[url=http://www.simpletest.org/]
SimpleTest
[url=http://selenium-rc.openqa.org/]
Selenium
[url=http://matrix.squiz.net/developer/tools/php_cs]
PHP_CodeSniffer
[url=http://dbug.ospinto.com/]
dBug
[url=http://www.coderholic.com/php-profile-class/]
PHP Profile Class
文档工具
[url=http://phpdoc.org/]
phpDocumentor
[url=http://phpdox.net/]
PHP DOX
安全工具
[url=http://www.phpcaptcha.org/]
Securimage
:验证码工具。
[url=https://trac.anl.gov/scavenger/wiki/WikiStart]
Scavenger
[url=http://php-ids.org/]
PHP-IDS
[url=http://blog.evaria.com/2007/pixy-the-php-security-scanner/]
Pixy
:代码检查工具。
图形处理
[url=http://www.maani.us/charts4/]
PHP/SWF Charts
[url=http://pchart.sourceforge.net/index.php]
pChart - a chart-drawing PHP library
[url=http://wideimage.sourceforge.net/wiki/MainPage]
WideImage
[url=http://www.magickwand.org/]
MagickWand For PHP
代码优化
[url=http://pear.php.net/package/PHP_Beautifier]
PHP_Beautifier
[url=http://www.waterproof.fr/products/phpCodeBeautifier/]
PHPCodeBeautifier
[url=http://qbnz.com/highlighter/]
GeSHi - Generic Syntax Highlighter
版本控制系统
[url=http://phing.info/trac/]
Phing
[url=http://code.google.com/p/xinc/]
xinc
有用的拓展,使用工具和类
[url=http://simplepie.org/]
SimplePie
:PHP RSS 解析程序
[url=http://htmlpurifier.org/]
HTML Purifier
:可以用来移除所有恶意代码(XSS),而且还能确保你的页面遵循W3C的标准规范。
[url=http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf]
TCPDF
:一个用于快速生成PDF文件的PHP5函数包。
[url=http://www.jonasjohn.de/lab/htmlsql.htm]
htmlSQL
:一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类。
[url=http://searchlightdigital.com/the-greatest-php-snippet-file-ever-using-quicktext-for-notepad]
The Greatest PHP Snippet File Ever (Using Quicktext for Notepad++)
[url=http://creole.phpdb.org/trac/]
Creole
:用PHP5编写, 是一个基于真正意义的OO的层,API接口以JDBC为基础。
[url=http://www.codeplex.com/PHPLinq]
PHPLinq
:用SQL语法操作PHP数组。
[url=http://www.xm1math.net/phpmathpublisher/]
PHPMathPublisher
:作者是一位法国中学数学老师。
[url=http://www.phpmyadmin.net/home_page/index.php]
phpMyAdmin
:可以通过互联网在线控制和操作MySQL。
[url=http://www.codeplex.com/PHPExcel]
PHPExcel
:相当强大的MS Office Excel 文档生成类库。
[url=http://p.horm.org/er/]
Phormer
:一个轻量级,强大的PHP在线相册。
[url=http://www.xajaxproject.org/]
xajax PHP Class Library
:一个开源的
PHP
类库,用来构建WEB上的
Ajax
程序。
[url=http://phpuserclass.com/]
PHP User Class
:用户管理。
[url=http://gtk.php.net/]
PHP-GTK
:为了证明PHP是一种远远超越网络应用程序的有效的工具而开发的。使用
PHP-GTK
你可以建立独立的GUI(用户图形界面)应用程序。
在线工具和资源
[url=http://code.google.com/p/minify/]
Minify!
:使用 PHP5 开发的用于合并压缩 js/css 文件的应用程序。合并压缩之后的结果可通过 HTTP gzip/deflate 及一些相关头,优化客户端缓存。
[url=http://en.dklab.ru/lib/HTTP_StaticMerger/]
HTTP_StaticMerger
:自动“合并”CSS和JavaScript文件。
[url=http://www.phpobjectgenerator.com/]
PHP Object Generator
:一个开源的
PHP
代码生成器。它能够为你的PHP4/
PHP5
应用程序生成简洁和可测试的面向对象代码。
[url=http://www.gotapi.com/php]
gotAPI/PHP
[url=http://www.gotapi.com/php]
[url=http://www.koders.com/]
koders
:开放源代码搜索。
[url=http://pecl.php.net/]
PECL
:含有PHP 开发组提供的不同扩展库的信息。
浏览器中的工具(Firefox插件)
[url=http://www.firephp.org/]
FirePHP
:是基于[url=http://www.ooso.net/index.php/archives/294]
Firebug
的一个扩展,可以用来在Firebug的console中方便的输出php的调试信息又不影响php程序的正常运行。
[url=http://phplangeditor.mozdev.org/]
phpLangEditor
:是一个用来翻译各种PHP变数的工具.
[url=https://addons.mozilla.org/en-US/firefox/addon/3505]
PHP Lookup
:是一个内置的搜索栏,以帮助您快速查找引用的PHP语法。
[url=https://addons.mozilla.org/en-US/firefox/addon/8984]
PHP Manual Search
:一个方便的搜索栏,从您的Web浏览器中[url=http://www.php.net/docs.php]
搜索官方PHP文档
。
PHP框架
[url=http://dwoo.org/]
Dwoo
:一个PHP5 的模板引擎。
[url=http://codeigniter.com/]
CodeIgniter
:帮助你编写Web 应用程序的敏捷开源PHP 框架。 [url=http://codeigniter.com/]
[url=http://www.yiiframework.com/]
YII Framework
一个高性能的基于组件的PHP框架。
[url=http://www.solarphp.com/]
Solar
[url=http://www.symfony-project.org/]
symfony
:一个开源的PHP Web框架。目的是加速Web应用的创建与维护。
[url=http://pear.php.net/]
PEAR
[url=http://propel.phpdb.org/trac/]
Propel
:是一个适用于PHP5的OR映射(Object Relational Mapping)框架。它允许你使用对象代替SQL来读写数据库表格中的行。
[url=http://wiki.limb-project.com/doku.php?id=limb3:en:packages:macro]
{{macro}} template engine
[url=http://framework.zend.com/]
Zend Framework
:是一个开放源代码的PHP5 开发框架,可用于来开发web 程序和服务。
[url=http://www.qcodo.com/]
Qcodo
:是一个适用于敏捷开发基于PHP5采用MVC架构与CRUD代码生成功能的框架。
[url=http://www.modernmethod.com/sajax/]
SAJAX
:Sajax 是一种制作 Ajax 应用程序的模块化方式,通过预定的、动态的函数调用,使得应用程序的开发过程更加平滑。
[url=http://www.smarty.net/]
Smarty
: 用PHP实现MVC开发模式的逻辑层和表示层的模板引擎。
[url=http://cakephp.org/]
CakePHP
:是一个开源的PHP on rails的full-stack框架。
[url=http://phpsavant.com/yawiki/]
Savant2
:是一套直接使用PHP function,但是做了合理的限制的PHP模板引擎。
[url=http://www.phpspec.org/]
PHPSpec
:PHPSpec是一个简单而直观的PHP框架。
IDEs 和 Editors
[url=http://www.phpeclipse.com/]
PHPEclipse
:相当强大的一个Eclipse下开发PHP的插件,包括的功能有:PHP语法分析,调试,代码格式化,大纲视图,代码模板定制等。
[url=http://www.nusphere.com/products/phped.htm]
PhpED
:内部调试器。
[url=http://www.mpsoftware.dk/phpdesigner.php]
phpDesigner
:针对PHP 网页的编写所设计的程序。
[url=http://www.zend.com/en/products/studio/]
Zend Studio
:一个屡获大奖的专业PHP 集成开发环境,具备功能强大的专业编辑工具和调试工具,支持PHP语法加亮显示。
[url=http://www.aptana.com/php]
Aptana PHP
:一个开源的IDE ,主要致力于浏览器端的开发。
[url=http://www.eclipse.org/pdt/]
PDT
:一个开发工具框架,致力于在Eclipse平台之上提供一个功能完整的PHP集成开发环境。
[url=http://www.jcxsoftware.com/vs.php]
VS.Php
:通过安装这个插件,我们可以在Visual Studio .Net这个市场中最流行的IDE中编译、编辑、配置PHP程序。
[url=http://www.phpedit.com/]
PHPEdit
:这款IDE软件提供用于突出语法显示、代码提示、代码识别,一个集成的PHP调试器以及一个帮助生成器工具。
补充资源
[url=http://code.google.com/p/phpfr/]
PHP Function Reference
[url=http://phpimpact.wordpress.com/2008/05/29/30-useful-php-classes-and-components/]
30 Useful PHP Classes and Components
[url=http://phpadvent.org/2008]
PHP advent 2008
[url=http://www.sitepoint.com/blogs/2008/05/13/useful-in-browser-development-tools-for-php/]
Useful in-browser development tools for PHP
[url=http://www.phpclasses.org/]
PHPClasses.org
[url=http://mashable.com/2007/09/26/php-toolbox/]
PHP Developer’s Toolbox
[url=https://trac.anl.gov/scavenger/wiki/WikiStart]
Scavenger
[url=http://php-ids.org/]
PHP-IDS
[url=http://blog.evaria.com/2007/pixy-the-php-security-scanner/]
Pixy: PHP Security Scanner
欢迎光临 数码鹭岛论坛 (http://www.clore.net/forum/)
Powered by Discuz! X3.2