└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # PHP 资源大全中文版 2 | 3 | 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理。[awesome-php](https://github.com/ziadoz/awesome-php) 就是 ziadoz 发起维护的 PHP 资源列表,内容包括:库、框架、模板、安全、代码分析、日志、第三方库、配置工具、Web 工具、书籍、电子书、经典博文等。 4 | 5 | Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的介绍,如果有更详细的中文介绍,对相应开发者的帮助会更大。这也是我们发起这个开源项目的初衷。 6 | 7 | * * * 8 | 9 | ### 我们要做什么? 10 | 11 | - 基于 awesome-php 资源列表,我们将对各个资源项进行编译整理。 12 | 13 | ### 如何参与本项目? 14 | 15 | ### 本项目的参与者 16 | 17 | - 维护者:[tangyouhua](https://github.com/tangyouhua) 18 | 19 | - 贡献者:[cucr](http://www.importnew.com/members/cucr)、[欧w](http://hao.importnew.com/author/ljxjxqht/)、[邢敏](http://github.com/dfghj44444)、[冰斌](http://hao.importnew.com/author/libing1209/)、[wispedia](http://www.importnew.com/members/wispedia/)、[CmderQ](https://github.com/CmderQ)、[kevinskywalker](https://github.com/kevinskywalker)、You 20 | 21 | 注:名单不分排名,不定期补充更新 22 | 23 | * * * 24 | 25 | 34 | 35 | 36 | ## 依赖管理 37 | 38 | _依赖和包管理库_ 39 | 40 | * Composer/Packagist:一个包和依赖管理器 [Composer官网](http://getcomposer.org/)/[Packagist官网](http://packagist.org/) 41 | * Composer Installers:一个多框架Composer库安装器 [官网](https://github.com/composer/installers) 42 | * Pickle:一个PHP扩展安装器 [官网](https://github.com/FriendsOfPHP/pickle) 43 | 44 | ## 其他的依赖管理 45 | 46 | _其他的相关依赖管理_ 47 | 48 | * Satis:一个静态Composer存储库生成器 [官网](https://github.com/composer/satis) 49 | * Composition:一个在运行时检查Composer环境的库 [官网](https://github.com/bamarni/composition) 50 | * Version:语义版本的解析和比较库 [官网](https://github.com/herrera-io/php-version) 51 | * NameSpacer:转化下划线到命名空间的库 [官网](https://github.com/ralphschindler/Namespacer) 52 | * Patch Installer:使用Composer安装补丁的库 [官网](https://github.com/goatherd/patch-installer)  53 | * Composer Checker:校验Composer配置的工具 [官网](https://github.com/silpion/composer-checker) 54 | 55 | ## 框架 56 | 57 | _Web开发框架_ 58 | 59 | * Symfony2:一个独立组件组成的框架 [官网](http://symfony.com/) 60 | * Zend Framework 2:另一个由独立组件组成的框架 [官网](http://framework.zend.com/) 61 | * Laravel 4:另一个PHP框架 [官网](http://laravel.com/) 62 | * Aura PHP:独立组件的框架 [官网](http://auraphp.com/) 63 | * Yii2: 另一个PHP框架 [官网](https://github.com/yiisoft/yii2/) 64 | * Nette: 另一个由个体组件组成的框架 [官网](http://nette.org/) 65 | * PPI Framework 2:一个互操作性框架 [官网](http://www.ppi.io/) 66 | * [Phalcon](http://hao.importnew.com/phalcon/):通过C扩展实现的框架 [官网](http://phalconphp.com/en/)、[Github](https://github.com/phalcon/cphalcon) 67 | 68 | ## 其他框架 69 | 70 | _其他Web开发框架_ 71 | 72 | * Symfony CMF:创建自定义CMS的内容管理框架 [官网](https://github.com/symfony-cmf/symfony-cmf) 73 | * Knp RAD Bundle:Symfony 2的快速应用程序(RAD)包 [官网](http://rad.knplabs.com/) 74 | 75 | ## 框架组件 76 | 77 | _来自Web开发框架的独立组件_ 78 | 79 | * Symfony2 Components:Symfony2组件 [官网](http://symfony.com/doc/master/components/index.html) 80 | * Zend Framework 2 Components:ZF2组件 [官网](https://packages.zendframework.com/) 81 | * Aura Components:PHP5.4组件包 [官网](http://auraphp.github.com/) 82 | * Hoa Project:另一个PHP组件包 [官网](http://hoa-project.net/En/) 83 | * Swoft: 基于 Swoole 原生协程的新时代 PHP 全栈式协程框架 [官网](https://www.swoft.org/) [GitHub] (https://github.com/swoft-cloud/swoft) 84 | 85 | ## 微型框架 86 | 87 | _微型框架和路由_ 88 | 89 | * Silex:基于Symfony2组件的微型框架 [官网](http://silex.sensiolabs.org/) 90 | * Slim:另一个简单的微型框架 [官网](http://www.slimframework.com/) 91 | * Bullet PHP:用于构建REST APIs的微型框架 [官网](http://bulletphp.com/) 92 | * Fast Route:快速路由库 [官网](https://github.com/nikic/FastRoute) 93 | * Pux:另一个快速路由库 [官网](https://github.com/c9s/Pux) 94 | 95 | ## 其他微型框架 96 | 97 | _其他相关的微型框架和路由_ 98 | 99 | * Silex Skeleton:Silex的项目架构 [官网](https://github.com/fabpot/Silex-Skeleton) 100 | * Silex Web Profiler:Silex web调试工具条 [官网](https://github.com/silexphp/Silex-WebProfiler) 101 | * Stack: Silex/Symfony的可堆叠中间件库 [官网](https://github.com/stackphp) 102 | * Slim Skeleton:Slim架构 [官网](https://github.com/codeguy/Slim-Skeleton) 103 | * Slim View:Slim的自定义视图集合 [官网](https://github.com/codeguy/Slim-Views) 104 | * Slim Middleware:Slim的自定义中间件集合 [官网](https://github.com/codeguy/Slim-Middleware) 105 | * [phy-yaf](http://hao.importnew.com/phy-yaf/):一个用C语言编写的php框架 [官网](http://www.php.net/manual/en/book.yaf.php) 106 | 107 | ## 模板 108 | 109 | _模板化和词法分析的库和工具_ 110 | 111 | * Twig:一个全面的模板语言 [官网](http://twig.sensiolabs.org/) 112 | * Twig Cache Extension:一个用于Twig的模板片段缓存库 [官网](https://github.com/asm89/twig-cache-extension) 113 | * Mustache:一个Mustache模板语言的PHP实现 [官网](https://github.com/bobthecow/mustache.php) 114 | * Phly Mustache:另一个Mustache模板语言的PHP实现 [官网](https://github.com/weierophinney/phly_mustache) 115 | * MtHaml: 一个HAML 模板语言的PHP实现 [官网](https://github.com/arnaud-lb/MtHaml) 116 | * PHPTAL:一个 [TAL](http://en.wikipedia.org/wiki/Template_Attribute_Language) 模板语言的PHP实现 [官网](http://phptal.org/) 117 | * Plates:一个原生PHP模板库 [官网](http://platesphp.com/) 118 | * Lex:一个轻量级模板解析器 [官网](https://github.com/pyrocms/lex) 119 | 120 | ## 静态站点生成器 121 | 122 | _预处理工具来生成Web页面的内容。_ 123 | 124 | * Sculpin:转换Markdown和Twig为静态HTML的工具 [官网](http://sculpin.io/) 125 | * Phrozn: 另一个转换Textile,Markdown和Twig为HTML的工具 [官网](http://phrozn.info/) 126 | 127 | ## HTTP 128 | 129 | _用于HTTP和网站爬取的库_ 130 | 131 | * Guzzle:一个全面的HTTP客户端 [官网](https://github.com/guzzle/guzzle) 132 | * Buzz:另一个HTTP客户端 [官网](https://github.com/kriswallsmith/Buzz) 133 | * Requests:一个简单的HTTP库 [官网](https://github.com/rmccue/Requests) 134 | * HTTPFul:一个链式HTTP库 [官网](https://github.com/nategood/httpful) 135 | * Goutte:一个简单的web爬取器 [官网](https://github.com/fabpot/Goutte) 136 | * PHP VCR:录制和重放HTTP请求的库 [官网](http://php-vcr.github.io/) 137 | 138 | ## URL 139 | 140 | _解析URL的库_ 141 | 142 | * Purl:一个URL处理库 [官网](https://github.com/jwage/purl) 143 | * PHP Domain Parser:一个本地前缀解析库 [官网](https://github.com/jeremykendall/php-domain-parser) 144 | 145 | ## Email 146 | 147 | _发送和解析邮件的库_ 148 | 149 | * SwiftMailer:一个邮件解决方案 [官网](http://swiftmailer.org/) 150 | * PHPMailer:另一个邮件解决方案 [官网](https://github.com/PHPMailer/PHPMailer) 151 | * Fetch:一个IMAP库 [官网](https://github.com/tedivm/Fetch) 152 | * Email Reply Parser:一个邮件回复解析库 [官网](https://github.com/willdurand/EmailReplyParser) 153 | * Stampie:邮件服务库,不如 [SendGrid](http://sendgrid.com/), [PostMark](http://postmarkapp.com/), [MailGun](http://www.mailgun.com/) 和 [Mandrill](http://www.mandrill.com/). [官网](https://github.com/henrikbjorn/Stampie) 154 | * CssToInlineStyles:一个在邮件模板内联CSS的库 [官网](https://github.com/tijsverkoyen/CssToInlineStyles) 155 | 156 | ## 文件 157 | 158 | _文件处理和MIME类型检测库_ 159 | 160 | * Gaufrette:一个文件系统抽象层 [官网](https://github.com/KnpLabs/Gaufrette) 161 | * Flysystem:另一个文件系统抽象层 [官网](https://github.com/FrenkyNet/Flysystem) 162 | * Canal:一个检测互联网媒体类型的库 [官网](https://github.com/dflydev/dflydev-canal) 163 | * Apache MIME Types:一个解析Apache MIME类型的库 [官网](https://github.com/dflydev/dflydev-apache-mime-types) 164 | * Ferret:一个MIME检测库 [官网](https://github.com/versionable/Ferret) 165 | * Hoa Mime:另一个MIME检测库 [官网](https://github.com/hoaproject/Mime) 166 | * Lurker:一个资源跟踪库 [官网](https://github.com/henrikbjorn/Lurker) 167 | * PHP File Locator:一个在大型项目定位文件的库 [官网](https://github.com/herrera-io/php-file-locator) 168 | * PHP FFmpeg:一个用于[FFmpeg](http://www.ffmpeg.org/) 视频包装的库. [官网](https://github.com/alchemy-fr/PHP-FFmpeg/) 169 | * CSV:一个CSV数据处理库 [官网](https://github.com/nyamsprod/Bakame.csv) 170 | 171 | ## 流 172 | 173 | _处理流的库_ 174 | 175 | * Streamer:一个面向对象的流包装库 [官网](https://github.com/fzaninotto/Streamer) 176 | 177 | ## 依赖注入 178 | 179 | _实现依赖注入设计模式的库_ 180 | 181 | * Pimple:一个小的依赖注入容器 [官网](http://pimple.sensiolabs.org/) 182 | * Auryn:另一个依赖注入容器 [官网](https://github.com/rdlowrey/Auryn) 183 | * Orno DI:另一个可伸缩的依赖注入容器 [官网](https://github.com/orno/di) 184 | * PHP DI:一个使用注释实现的依赖注入 [官网](http://mnapoli.github.com/PHP-DI/) 185 | * Acclimate:一个依赖注入容器和服务定位的通用接口 [官网](https://github.com/jeremeamia/acclimate) 186 | 187 | ## 图像 188 | 189 | _处理图像的库_ 190 | 191 | * Imagine:一个图像处理库 [官网](http://imagine.readthedocs.org/en/latest/index.html) 192 | * PHP Image Workshop:另一个图像处理库 [官网](https://github.com/Sybio/ImageWorkshop) 193 | * Intervention Image:另一个图像处理库 [官网](https://github.com/Intervention/image) 194 | * GIF Frame Extractor:一个提取GIF动画帧信息的库 [官网](https://github.com/Sybio/GifFrameExtractor) 195 | * GIF Creator:一个通过多张图片创建GIF动画的库 [官网](https://github.com/Sybio/GifCreator) 196 | * Image With Text:一个在图像中嵌入文本的库 [官网](https://github.com/nmcteam/image-with-text) 197 | * Color Extractor:一个从图像中提取颜色的库 [官网](https://github.com/php-loep/color-extractor) 198 | 199 | ## 测试 200 | 201 | _测试代码和生成测试数据的库_ 202 | 203 | * PHPUnit:一个单元测试框架 [官网](https://github.com/sebastianbergmann/phpunit) 204 | * DBUnit:PHPUnit的数据库测试库 [官网](https://github.com/sebastianbergmann/dbunit) 205 | * ParaTest:PHPUnit的并行测试库 [官网](https://github.com/brianium/paratest) 206 | * PHPSpec:基于功能点设计的单元测试库 [官网](https://github.com/phpspec/phpspec) 207 | * Codeception:一个全栈测试框架 [官网](https://github.com/Codeception/Codeception) 208 | * AspectMock: PHPUnit/ Codeception 模拟框架。 [官网](https://github.com/Codeception/AspectMock) 209 | * Atoum:一个简单的测试库 [官网](https://github.com/atoum/atoum) 210 | * Mockery:一个用测试的模拟对象库 [官网](https://github.com/padraic/mockery) 211 | * Phake:另一个用测试的模拟对象库 [官网](https://github.com/mlively/Phake) 212 | * Prophecy:一个可选度很高的模拟框架 [官网](https://github.com/phpspec/prophecy) 213 | * Faker:一个伪数据生成库 [官网](https://github.com/fzaninotto/Faker) 214 | * Samsui:另一个伪数据生成库 [官网](https://github.com/mauris/samsui) 215 | * Alice:富有表现力的一代库 [官网](https://github.com/nelmio/alice) 216 | * Behat:一个行为驱动开发(BDD)测试框架 [官网](http://behat.org/) 217 | * Pho:一个行为驱动开发测试框架 [官网](https://github.com/danielstjules/pho) 218 | * Mink:Web验收测试 [官网](http://mink.behat.org/) 219 | * HTTP Mock:一个在单元测试模拟HTTP请求的库 [官网](https://github.com/InterNations/http-mock) 220 | * Stream:一个用于测试的虚拟文件系统流的包装器 [VFS 官网](https://github.com/mikey179/vfsStream) 221 | * VFS:另一个用于测试虚拟文件系统 [官网](https://github.com/adlawson/vfs.php) 222 | * Locust:一个用Python编写的现代加载测试库 [官网](http://locust.io/) 223 | 224 | ## 持续集成 225 | 226 | _持续集成的库和应用_ 227 | 228 | * Travis CI:一个持续集成平台 [官网](https://travis-ci.org/) 229 | * PHPCI:一个PHP的开源持续集成平台 [官网](http://www.phptesting.org/) 230 | * Sismo:一个持续测试服务库 [官网](http://sismo.sensiolabs.org/) 231 | * Jenkins-PHP:支持[Jenkins](http://jenkins-ci.org/)的一个持续集成平台 [官网](http://jenkins-php.org/index.html) 232 | * JoliCi:一个用PHP编写的由Docker支持的持续集成客户端 [官网](https://github.com/jolicode/JoliCi) 233 | 234 | ## 文档 235 | 236 | _生成项目文档的库_ 237 | 238 | * Sami:一个API文档生成器 [官网](https://github.com/fabpot/Sami) 239 | * APIGen:另一个API文档生成器 [官网](https://github.com/apigen/apigen) 240 | * PHP Documentor 2:一个API文档生成器 [官网](https://github.com/phpDocumentor/phpDocumentor2) 241 | * phpDox:一个PHP项目的文档生成器(不限于API文档) [官网](http://phpdox.de/) 242 | 243 | ## 安全 244 | 245 | _生成安全的随机数,加密数据,扫描漏洞的库_ 246 | 247 | * HTML Purifier:一个兼容标准的HTML过滤器 [官网](https://github.com/ezyang/htmlpurifier) 248 | * RandomLib:一个生成随机数和字符串的库 [官网](https://github.com/ircmaxell/RandomLib) 249 | * True Random:使用 [www.random.org](http://www.random.org/)生成随机数的库 [官网](https://github.com/pixeloution/true-random) 250 | * SecurityMultiTool:一个PHP安全库 [官网](https://github.com/padraic/SecurityMultiTool) 251 | * PHPSecLib:一个纯PHP安全通信库 [官网](http://phpseclib.sourceforge.net/) 252 | * TCrypto:一个简单的键值加密存储库 [官网](https://github.com/timoh6/TCrypto) 253 | * IDS: 一个结构化的PHP安全层 [PHP 官网](https://github.com/PHPIDS/PHPIDS) 254 | * PHP-SSH:一个试验的面向对象的SSH包装库 [官网](https://github.com/Herzult/php-ssh) 255 | * IniScan:一个扫描PHP INI文件安全的库 [官网](https://github.com/psecio/iniscan) 256 | * SensioLabs Security Check:一个为检查Composer依赖提供安全建议的web工具 [官网](https://security.sensiolabs.org/) 257 | * Zed:一个集成的web应用渗透测试工具 [官网](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) 258 | 259 | ## 密码 260 | 261 | _处理和存储密码的库和工具_ 262 | 263 | * Password Compat:一个新的PHP5.5密码函数的兼容库 [官网](https://github.com/ircmaxell/password_compat) 264 | * phpass: 一个便携式的密码哈希框架 [官网](http://www.openwall.com/phpass/) 265 | * PHP Password Lib:一个生成和校验密码的库 [官网](https://github.com/ircmaxell/PHP-PasswordLib) 266 | * Password Policy:一个PHP和JavaScript的密码策略库 [官网](https://github.com/ircmaxell/password-policy) 267 | * Password Validator:校验和升级密码哈希的库 [官网](https://github.com/jeremykendall/password-validator) 268 | * Zxcvbn PHP:一个基于Zxcvbn JS的现实的PHP密码强度估计库 [官网](https://github.com/bjeavons/zxcvbn-php) 269 | 270 | ## 代码分析 271 | 272 | _分析,解析和处理代码库的库的工具_ 273 | 274 | * PHP Parser:一个PHP编写的PHP解析器 [官网](https://github.com/nikic/PHP-Parser) 275 | * PHPPHP: 一个PHP实现的PHP虚拟机 [官网](https://github.com/ircmaxell/PHPPHP) 276 | * PHPSandbox:一个PHP沙盒环境 [官网](https://github.com/fieryprophet/php-sandbox) 277 | * Dissect:一个词法和语法分析的工具集合 [官网](https://github.com/jakubledl/dissect) 278 | * PHP Mess Detector:一个扫描代码缺陷,次优代码,未使用的参数等等的库。 [官网](http://phpmd.org/) 279 | * PHP Code Sniffer:一个检测PHP、CSS和JS代码标准冲突的库 [官网](https://github.com/squizlabs/PHP_CodeSniffer) 280 | * PHPCPD: 一个检测复制和粘贴代码的库 [官网](https://github.com/sebastianbergmann/phpcpd) 281 | * PHP Analyser:一个分析PHP代码查找缺陷和错误的库 [官网](https://github.com/scrutinizer-ci/php-analyzer) 282 | * PHP CS Fixer: 一个编码标准库 [官网](https://github.com/fabpot/PHP-CS-Fixer) 283 | * PHP Manipulator:一个分析和修改PHP源代码的库 [官网](https://github.com/schmittjoh/php-manipulator) 284 | * PHP Metrics:一个静态测量库 [官网](https://github.com/Halleck45/PhpMetrics) 285 | * PHP Refactoring Browser:一个重构PHP代码的命令行工具集 [官网](https://github.com/QafooLabs/php-refactoring-browser) 286 | * UBench:一个简单的微型基准检测库 [官网](https://github.com/devster/ubench) 287 | * Athletic:一个基于注释的基准检测库 [官网](https://github.com/polyfractal/athletic) 288 | * Mondrian: 使用使用图论的代码分析工具 [官网](https://github.com/Trismegiste/Mondrian) 289 | * Scrutinizer:一个审查PHP代码的web工具 [官网](https://scrutinizer-ci.com/) 290 | * PHPLOC:一个快速测量PHP项目大小的工具 [官网](https://github.com/sebastianbergmann/phploc) 291 | * xHprof:另一个PHP分析工具 [官网](https://github.com/phacility/xhprof) 292 | * PHPCheckstyle:一个帮助遵守特定的编码惯例的工具。 [官网](https://github.com/jbrooksuk/phpcheckstyle) 293 | 294 | ## 调试 295 | 296 | _调试代码的库和工具_ 297 | 298 | * xDebug:一个调试和分析PHP的工具 [官网](https://github.com/xdebug/xdebug) 299 | * PHP Debug Bar: 一个调试工具栏 [官网](http://phpdebugbar.com/) 300 | * PHP Console:一个web调试控制台 [官网](https://github.com/Seldaek/php-console) 301 | * Barbushin PHP Console:另一个使用Google Chrome的web调试控制台 [官网](https://github.com/barbushin/php-console) 302 | * PHPDBG:一个交互的PHP调试器 [官网](http://phpdbg.com/) 303 | * Tracy:一个简单的错误检测,写日志和时间测量库 [官网](https://github.com/nette/tracy) 304 | 305 | ## 构建工具 306 | 307 | _项目构建和自动化工具_ 308 | 309 | * Go:一个简单的PHP构建工具 [官网](https://github.com/herrera-io/php-go) 310 | * Bob:一个简单的项目自动化工具 [官网](https://github.com/CHH/bob) 311 | * Phake:一个PHP克隆库 [官网](https://github.com/jaz303/phake) 312 | * Box:一个构建PHAR文件的工具 [官网](https://github.com/kherge/Box) 313 | * Phing:一个灵感来自于Apache Ant的PHP项目构建系统 [官网](http://www.phing.info/) 314 | 315 | ## 任务运行器 316 | 317 | _自动运行任务的库_ 318 | 319 | * Task:一个灵感来源于Grunt和Gulp的纯PHP任务运行器 [官网](http://taskphp.github.io/) 320 | * Robo:一个面向对象配置的PHP任务运行器 [官网](https://github.com/Codegyre/Robo) 321 | * Bldr:一个构建在Symfony组件上的PHP任务运行器 [官网](http://bldr.io/) 322 | 323 | ## 导航 324 | 325 | _构建导航结构的工具_ 326 | 327 | * KnpMenu:一个菜单库 [官网](https://github.com/KnpLabs/KnpMenu) 328 | * Cartographer:一个站点地图生成库 [官网](https://github.com/tackk/cartographer) 329 | 330 | ## 资源管理 331 | 332 | _管理,压缩和最小化web站点资源的工具_ 333 | 334 | * Assetic:一个资源管理的管道库 [官网](https://github.com/kriswallsmith/assetic) 335 | * Pipe:另一个资源管理的管道库 [官网](https://github.com/CHH/pipe) 336 | * Munee:一个资源优化库 [官网](https://github.com/meenie/munee) 337 | * JShrink:一个JavaScript最小化库 [官网](https://github.com/tedivm/JShrink) 338 | * Puli:一个检测资源绝对路径的库 [官网](https://github.com/webmozart/puli) 339 | 340 | ## 地理位置 341 | 342 | _为地理编码地址和使用纬度经度的库。_ 343 | 344 | * GeoCoder:一个地理编码库 [官网](http://geocoder-php.org/) 345 | * GeoTools:一个地理工具相关的库 [官网](https://github.com/php-loep/Geotools) 346 | * PHPGeo:一个简单的地理库 [官网](https://github.com/mjaschen/phpgeo) 347 | * GeoJSON:一个地理JSON的实现 [官网](https://github.com/jmikola/geojson) 348 | 349 | ## 日期和时间 350 | 351 | _处理日期和时间的库_ 352 | 353 | * Carbon:一个简单的日期时间API扩展 [官网](https://github.com/briannesbitt/Carbon) 354 | * ExpressiveDate:另一个日期时间API扩展 [官网](https://github.com/jasonlewis/expressive-date) 355 | * CalendR:一个日历管理库 [官网](http://yohan.giarel.li/CalendR) 356 | 357 | ## 事件 358 | 359 | _时间驱动或非阻塞事件循环实现的库_ 360 | 361 | * React:一个事件驱动的非阻塞I/O库 [官网](https://github.com/reactphp/react) 362 | * Rx.PHP:一个reactive扩展库 [官网](https://github.com/asm89/Rx.PHP) 363 | * Ratchet: 一个web套接字库 [官网](https://github.com/cboden/Ratchet) 364 | * Hoa WebSocket:另一个web套接字库 [官网](https://github.com/hoaproject/Websocket) 365 | * Hoa EventSource:一个事件源库 [官网](https://github.com/hoaproject/Eventsource) 366 | * Evenement:一个事件分发库 [官网](https://github.com/igorw/evenement) 367 | * FuelPHP Event:另一个事件分发库 [官网](https://github.com/fuelphp/event) 368 | 369 | ## 日志 370 | 371 | _生成和处理日志文件的库_ 372 | 373 | * Monolog:一个全面的日志工具 [官网](https://github.com/Seldaek/monolog) 374 | * KLogger:一个易用的PSR-3兼容的日志类 [官网](https://github.com/katzgrau/KLogger) 375 | 376 | ## 电子商务 377 | 378 | _处理支付和构建在线电子商务商店的库和应用_ 379 | 380 | * OmniPay:一个框架混合了多网关支付处理的库 [官网](https://github.com/adrianmacneil/omnipay) 381 | * Payum:一个支付抽象库 [官网](https://github.com/payum/payum) 382 | * Sylius:一个开源的电子商务解决方案 [官网](http://www.sylius.org/) 383 | * Thelia:另一个开源的电子商务解决方案 [官网](http://thelia.net/v2/) 384 | * Money:一个Fowler金钱模式的PHP实现 [官网](https://github.com/mathiasverraes/money) 385 | * Sebastian Money:另一个处理货币值的库 [官网](https://github.com/sebastianbergmann/money) 386 | * Swap:一个汇率库 [官网](https://github.com/florianv/swap) 387 | 388 | ## PDF 389 | 390 | _处理PDF文件的库和软件_ 391 | 392 | * Snappy:一个PDF和图像生成器库 [官网](https://github.com/KnpLabs/snappy) 393 | * WKHTMLToPDF:一个将HTML转换为PDF的工具 [官网](https://github.com/antialize/wkhtmltopdf) 394 | 395 | ## 数据库 396 | 397 | _使用对象关系映射(ORM)或数据映射技术的数据库交互库_ 398 | 399 | * Doctrine:一个全面的DBAL和ORM [官网](http://www.doctrine-project.org/) 400 | * Doctrine Extensions:一个Doctrine行为扩展的集合 [官网](https://github.com/l3pp4rd/DoctrineExtensions) 401 | * Propel:一个快速的ORM,迁移库和查询构架器 [官网](http://www.propelorm.org/) 402 | * Eloquent:Laravel 4 ORM [官网](https://github.com/illuminate/database) 403 | * Baum:一个Eloquent的嵌套集实现 [官网](https://github.com/etrepat/baum) 404 | * Spot2:一个MySQL的ORM映射器 [官网](https://github.com/vlucas/spot2) 405 | * RedBean:一个轻量级,低配置的ORM [官网](http://redbeanphp.com/) 406 | * Pomm:一个PostgreSQL对象模型管理器 [官网](https://github.com/chanmix51/Pomm) 407 | * ProxyManager:一个为数据映射生成代理对象的工具集 [官网](https://github.com/Ocramius/ProxyManager) 408 | 409 | ## 迁移 410 | 411 | 帮助管理数据库模式和迁移的库 412 | 413 | * PHPMig:另一个迁移管理库 [官网](https://github.com/davedevelopment/phpmig) 414 | * Phinx:另一个数据库迁移管理库 [官网](https://github.com/robmorgan/phinx) 415 | * Migrations:一个迁移管理库 [官网](https://github.com/icomefromthenet/Migrations) 416 | * Doctrine Migrations:一个Doctrine迁移库 [官网](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) 417 | 418 | ## NoSQL 419 | 420 | _处理NoSQL后端的库_ 421 | 422 | * MongoQB:一个MongoDB查询构建库 [官网](https://github.com/alexbilbie/MongoQB) 423 | * Monga:一个MongoDB抽象库 [官网](https://github.com/thephpleague/monga) 424 | * Predis: 一个功能完整的Redis库 [官网](https://github.com/nrk/predis) 425 | 426 | ## 队列 427 | 428 | _处理事件和任务队列的库_ 429 | 430 | * Pheanstalk:一个Beanstalkd 客户端库 [官网](https://github.com/pda/pheanstalk) 431 | * HP AMQP:一个纯PHP AMQP库 [P官网](https://github.com/videlalvaro/php-amqplib) 432 | * Thumper: 一个RabbitMQ模式库 [官网](https://github.com/videlalvaro/Thumper) 433 | * Bernard:一个多后端抽象库 [官网](https://github.com/bernardphp/bernard) 434 | 435 | ## 搜索 436 | 437 | _在数据上索引和执行查询的库和软件_ 438 | 439 | * ElasticSearch PHP:ElasticSearch的官方客户端库 [官网](https://github.com/elasticsearch/elasticsearch-php) 440 | * Elastica:ElasticSearch的客户端库 [官网](https://github.com/ruflin/Elastica) 441 | * Solarium:Solr的客户端库 [官网](http://www.solarium-project.org/) 442 | * SphinxQL query builder:Sphinx搜索引擎的的查询库 [官网](http://foolcode.github.io/SphinxQL-Query-Builder/) 443 | 444 | ## 命令行 445 | 446 | _构建命令行工具的库_ 447 | 448 | * Boris:一个微型PHP REPL [官网](https://github.com/d11wtq/boris) 449 | * PsySH:另一个微型PHP REPL [官网](https://github.com/bobthecow/psysh) 450 | * Pecan:一个事件驱动和非阻塞内核 [官网](https://github.com/mcrumm/pecan) 451 | * GetOpt:一个命令行选择解析器 [官网](https://github.com/ulrichsg/getopt-php) 452 | * OptParse:另一个命令行选择解析器 [官网](https://github.com/CHH/optparse) 453 | * Commando:另一个简单的命令行选择解析器 [官网](https://github.com/nategood/commando) 454 | * GetOptionKit:另一个命令行选择解析器 [官网](https://github.com/c9s/php-GetOptionKit) 455 | * Cron Expression:计算cron运行日期的库 [官网](https://github.com/mtdowling/cron-expression) 456 | * ShellWrap:一个简单的命令行包装库 [官网](https://github.com/MrRio/shellwrap) 457 | * Hoa Console:另一个命令行库 [官网](https://github.com/hoaproject/Console) 458 | * Shunt:一个在多台远程机器上并行运行命令行的库 [官网](https://github.com/php-loep/shunt) 459 | * Cilex:一个构建命令行工具的微型框架 [官网](https://github.com/Cilex/Cilex) 460 | 461 | ## 身份验证 462 | 463 | _实现身份验证的库_ 464 | 465 | * Sentry:一个混合的身份验证和授权的框架库 [官网](https://github.com/cartalyst/sentry) 466 | * Sentry Social:一个社交网络身份验证库 [官网](http://docs.cartalyst.com/sentry-social-2/introduction) 467 | * Opauth:一个多渠道的身份验证框架 [官网](https://github.com/opauth/opauth) 468 | * OAuth2:一个OAuth2身份验证服务,资源服务器和客户端库 [官网](https://github.com/php-loep/oauth2-server) 469 | * OAuth2 Server:另一个OAuth2服务器实现 [官网](http://bshaffer.github.io/oauth2-server-php-docs/) 470 | * PHP oAuthLib:另一个OAuth库 [官网](https://github.com/Lusitanian/PHPoAuthLib) 471 | * TwitterOAuth:一个Twitter OAuth库 [官网](https://github.com/ruudk/twitteroauth) 472 | * TwitterSDK:一个完全测试的Twitter SDK [官网](https://github.com/lyrixx/twitter-sdk) 473 | * Hawk:一个Hawk HTTP身份认证库 [官网](https://github.com/dflydev/dflydev-hawk) 474 | * HybridAuth:一个开源的社交登陆库 [官网](https://github.com/hybridauth/hybridauth) 475 | 476 | ## 标记 477 | 478 | _处理标记的库_ 479 | 480 | * Decoda:一个轻量级标记解析库 [官网](http://milesj.me/code/php/decoda) 481 | * PHP Markdown:一个Markdown解析器 [官网](https://github.com/michelf/php-markdown) 482 | * CommonMark PHP:一个对 [CommonMark spec](https://jgm.github.io/stmd/spec.html)全支持的Markdown解析器 [官网](https://github.com/thephpleague/commonmark) 483 | * Dflydev Markdown:另一个Markdown解析器 [官网](https://github.com/dflydev/dflydev-markdown) 484 | * Parsedown:另一个Markdown解析器 [官网](https://github.com/erusev/parsedown) 485 | * Ciconia:另一个支持Github Markdown风格的Markdown解析器 [官网](https://github.com/kzykhys/Ciconia) 486 | * Cebe Markdown:一个快速的可扩展的Markdown解析器 [官网](https://github.com/cebe/markdown) 487 | * HTML5 PHP:一个HTML5解析和序列化库 [官网](https://github.com/Masterminds/html5-php) 488 | 489 | ## 字符串 490 | 491 | _解析和处理字符串的库_ 492 | 493 | * ANSI to HTML5:ANSI到HTML5的转化库 [官网](https://github.com/sensiolabs/ansi-to-html) 494 | * Patchwork UTF-8:一个处理UTF-8字符串的便携库 [官网](https://github.com/nicolas-grekas/Patchwork-UTF8) 495 | * Hoa String:另一个UTF-8字符串库 [官网](https://github.com/hoaproject/String) 496 | * Stringy:一个多字节支持的字符串处理库 [官网](https://github.com/danielstjules/Stringy) 497 | * Color Jizz:处理和转换颜色的库 [官网](https://github.com/mikeemoo/ColorJizz-PHP) 498 | * UUID: 生成UUIDs的库 [官网](https://github.com/ramsey/uuid) 499 | * Slugify:转换字符串到slug的库 [官网](https://github.com/cocur/slugify) 500 | * Urlify: 一个Django的 URLify.jsPHP通道 [官网](https://github.com/jbroadway/urlify) 501 | * Text: 一个文本处理库 [官网](https://github.com/kzykhys/Text) 502 | * SQL Formatter:一个格式化SQL语句的库 [官网](https://github.com/jdorn/sql-formatter/) 503 | * UA Parser: 一个解析用户代理字符串的库 [官网](https://github.com/tobie/ua-parser/tree/master/php) 504 | 505 | ## 数字 506 | 507 | _处理数字的库_ 508 | 509 | * Numbers PHP:处理数字的库 [官网](https://github.com/powder96/numbers.php) 510 | * Math:处理大数字的库 [官网](https://github.com/moontoast/math) 511 | * ByteUnits:在二进制和度量系统中解析,格式化和转换字节单元的库 [官网](https://github.com/gabrielelana/byte-units) 512 | * PHP Units of Measure:一个计量单位转换的库 [官网](https://github.com/triplepoint/php-units-of-measure) 513 | * PHP Conversion:另一个计量单位转换的库 [官网](https://github.com/Crisu83/php-conversion) 514 | * LibPhoneNumber for PHP:Google电话号码处理的PHP实现库 [官网](https://github.com/giggsey/libphonenumber-for-php) 515 | 516 | ## 过滤和验证 517 | 518 | _过滤和验证数据的库_ 519 | 520 | * Filterus:一个简单的PHP过滤库 [官网](https://github.com/ircmaxell/filterus) 521 | * Respect Validate:一个简单的验证库 [官网](https://github.com/Respect/Validation) 522 | * Valitron:另一个验证库 [官网](https://github.com/vlucas/valitron) 523 | * Upload:一个处理文件上传和验证的库 [官网](https://github.com/codeguy/Upload) 524 | * DMS Filter:一个注释过滤库 [官网](https://github.com/rdohms/DMS-Filter) 525 | * MetaYaml:一个支持YAML,JSON和XML的模式验证库 [官网](https://github.com/romaricdrigon/MetaYaml) 526 | * ISO-codes:验证各种ISO和ZIP编码的库(IBAN、SWIFT/BIC、BBAN、VAT、SSN、UKNIN) [官网](https://github.com/ronanguilloux/IsoCodes) 527 | 528 | ##  REST API 529 | 530 | _开发REST-ful API的库和Web工具_ 531 | 532 | * Apigility:一个使用Zend Framework 2构建的API构建器 [官网](https://github.com/zfcampus/zf-apigility-skeleton) 533 | * Hateoas:一个HOATEOAS REST web服务库 [官网](https://github.com/willdurand/Hateoas) 534 | * HAL:一个超文本应用语言(HAL)构建库 [官网](https://github.com/blongden/hal) 535 | * Negotiation:一个内容协商库 [官网](https://github.com/willdurand/Negotiation) 536 | * Drest:一个将Doctrine实体暴露为REST资源节点的库 [官网](https://github.com/leedavis81/drest) 537 | * Restler:一个将PHP方法暴露为RESTful web API的轻量级框架 [官网](https://github.com/Luracast/Restler) 538 | 539 | ## 缓存 540 | 541 | _缓存数据的库_ 542 | 543 | * Alternative PHP Cache (APC):打开PHP伪代码缓存 [官网](http://www.php.net/manual/en/book.apc.php) 544 | * Cache:一个缓存库(Doctrine部分) [官网](https://github.com/doctrine/cache) 545 | * Stash:另一个缓存库 [官网](https://github.com/tedivm/Stash) 546 | 547 | ## 数据结构和存储 548 | 549 | _实现数据结构和存储技术的库_ 550 | 551 | * Ardent:一个数据结构库 [官网](https://github.com/morrisonlevi/Ardent) 552 | * PHP Collections: 一个简单的集合库 [官网](https://github.com/schmittjoh/php-collection) 553 | * Serializer:一个序列化和反序列化数据的库 [官网](https://github.com/schmittjoh/serializer) 554 | * PHP Object Storage:一个对象存储库 [官网](https://github.com/herrera-io/php-object-storage) 555 | * Fractal:一个转换复杂数据结构到JSON输出的库 [官网](https://github.com/php-loep/fractal) 556 | * Totem:一个管理和穿件数据交换集的库 [官网](http://github.com/Wisembly/Totem) 557 | * PINQ:一个PHP实时Linq库 [官网](https://github.com/TimeToogo/Pinq) 558 | * JsonMapper:一个将内嵌JSON结构映射为PHP类的库 [官网](https://github.com/netresearch/jsonmapper) 559 | 560 | ## 通知 561 | 562 | _处理通知软件的库_ 563 | 564 | * Nod:一个通知库(Growl等) [官网](https://github.com/filp/nod) 565 | * Notificato:一个处理推送通知的库 [官网](https://github.com/wrep/notificato) 566 | * Notification Pusher:一个设备推送通知的独立库 [官网](https://github.com/Ph3nol/NotificationPusher) 567 | * Notificator:一个轻量级的通知库 [官网](https://github.com/namshi/notificator) 568 | 569 | ## 部署 570 | 571 | _项目部署库_ 572 | 573 | * Pomander:一个PHP应用部署工具 [官网](https://github.com/tamagokun/pomander) 574 | * Rocketeer:PHP世界里的一个快速简单的部署器 [官网](https://github.com/Anahkiasen/rocketeer) 575 | * Envoy:一个用PHP运行SSH任务的工具 [官网](https://github.com/laravel/envoy) 576 | * Plum:一个部署库 [官网](https://github.com/aerialls/Plum) 577 | 578 | ## 国际化和本地化 579 | 580 | _国际化(I18n)和本地化(L10n)_ 581 | 582 | * [Aura.Intl](http://hao.importnew.com/aura-intl/):[官网](https://github.com/auraphp/Aura.Intl) 583 | 584 | ## 第三方API 585 | 586 | _访问第三方API的库_ 587 | 588 | * Amazon Web Service SDK:PHP AWS SDK官方库 [官网](https://github.com/aws/aws-sdk-php) 589 | * S3 Stream Wrapper:Amazon S3流包装库 [官网](https://github.com/gwkunze/S3StreamWrapper) 590 | * Stripe:Stripe官方PHP库 [官网](https://github.com/stripe/stripe-php) 591 | * Campaign Monitor:Campaign Monitor官方PHP库 [官网](http://campaignmonitor.github.com/createsend-php/) 592 | * Digital Ocean:Digital Ocean API 接口库 [官网](https://github.com/toin0u/DigitalOcean) 593 | * Github:Github API交互库 [官网](https://github.com/dsyph3r/github-api3-php) 594 | * PHP Github API:另一个Github API交互库 [官网](https://github.com/KnpLabs/php-github-api) 595 | * Twitter OAuth:Twitter OAuth工作流交互库 [官网](https://github.com/widop/twitter-oauth) 596 | * Twitter REST:Twitter REST API交互库 [官网](https://github.com/widop/twitter-rest) 597 | * Dropbox SDK:Dropbox SDK官方PHP库 [官网](https://github.com/dropbox/dropbox-sdk-php) 598 | * Twilio:Twilio官方PHP REST API [官网](https://github.com/twilio/twilio-php) 599 | * Mailgun:Mailgun官方PHP REST API [官网](https://github.com/mailgun/mailgun-php)  600 | 601 | ## 扩展 602 | 603 | _帮助构建PHP扩展的库_ 604 | 605 | * Zephir:用于开发PHP扩展,且介于PHP和C++之间的编译语言 [官网](https://github.com/phalcon/zephir) 606 | * [PHP CPP](http://hao.importnew.com/php-cpp/):一个开发PHP扩展的C++库 [官网](http://www.php-cpp.com/) 607 | 608 | ## 杂项 609 | 610 | _不在上面分类中的有用库和工具_ 611 | 612 | * Spork:一个处理forking的库 [官网](https://github.com/kriswallsmith/spork) 613 | * JSON Lint:一个JSON lint工具 [官网](https://github.com/Seldaek/jsonlint) 614 | * JSONPCallbackValidator:验证JSONP回调的库 [官网](https://github.com/willdurand/JsonpCallbackValidator) 615 | * Pagerfanta:一个分页库 [官网](https://github.com/whiteoctober/Pagerfanta) 616 | * Ruler:一个简单的无状态的生产环境规则引擎。 [官网](https://github.com/bobthecow/Ruler) 617 | * LiteCQRS:一个CQRS(命令查询责任分离)库 [官网](https://github.com/beberlei/litecqrs-php) 618 | * Sslurp:一个使得SSL处理减少的库 [官网](https://github.com/EvanDotPro/Sslurp) 619 | * Option[PHP 官网](https://github.com/schmittjoh/php-option)一个可选的类型库 620 | * Metrics:一个简单的度量API库 [官网](https://github.com/beberlei/metrics) 621 | * Sabre VObject:一个解析VCard和iCalendar对象的库 [官网](https://github.com/evert/sabre-vobject) 622 | * Annotations:一个注释库(Doctrine部分) [官网](https://github.com/doctrine/annotations) 623 | * Whoops:一个不错的错误处理库 [官网](https://github.com/filp/whoops) 624 | * Finite:一个简单的PHP有限状态机 [官网](http://yohan.giarel.li/Finite) 625 | * LadyBug:一个dumper库 [官网](https://github.com/raulfraile/Ladybug) 626 | * Procrastinator:运行耗时任务的库 [官网](https://github.com/lstrojny/Procrastinator) 627 | * Compose:一个功能组合库 [官网](https://github.com/igorw/compose) 628 | * SuperClosure:一个允许闭包序列化的库 [官网](https://github.com/jeremeamia/super_closure) 629 | * Jumper:一个远程服务执行库 [官网](https://github.com/kakawait/Jumper) 630 | * Underscore:一个Undersccore JS库的PHP实现 [官网](http://anahkiasen.github.io/underscore-php/) 631 | * PHP PassBook:一个iOS PassBook PHP库 [官网](https://github.com/eymengunay/php-passbook) 632 | * PHP Expression:一个PHP表达式语言 [官网](https://github.com/Kitano/php-expression) 633 | * RMT:一个编写版本和发布软件的库 [官网](https://github.com/liip/RMT) 634 | * Wise:一个配置管理器 [官网](https://github.com/herrera-io/php-wise) 635 | * Opengraph:一个开放图库 [官网](https://github.com/euskadi31/Opengraph) 636 | * Essence:一个提取web媒体的库 [官网](https://github.com/felixgirault/essence) 637 | * Embera:一个Oembed消费库 [官网](https://github.com/mpratt/Embera) 638 | * Graphviz:一个图形库 [官网](https://github.com/alexandresalome/graphviz) 639 | * Monad PHP:[官网](https://github.com/ircmaxell/monad-php) 一个简单Monad库 640 | * Flux:一个正则表达式构建库 [官网](https://github.com/selvinortiz/flux) 641 | * Patchwork:一个重新定义用户的函数库 [官网](http://antecedent.github.io/patchwork/) 642 | * Galapagos:语言转换进化 [官网](https://github.com/igorw/galapagos) 643 | * Design Patterns PHP:一个使用PHP实现的设计模式存储库 [官网](https://github.com/domnikl/DesignPatternsPHP) 644 | * PHPCR:一个Java内容存储库(JCR)的PHP实现 [官网](https://github.com/phpcr/phpcr) 645 | * Functional PHP:一个函数式编程库 [官网](https://github.com/lstrojny/functional-php) 646 | * ClassPreloader:一个优化自动加载的库 [官网](https://github.com/mtdowling/ClassPreloader) 647 | * Lib Country:一个国家和地区数据的库 [官网](https://github.com/phine/lib-country) 648 | * Lib Accessor:一个简化访问的库 [官网](https://github.com/phine/lib-accessor) 649 | * PHPStack:一个PHP编写的TCP/IP栈概念 [官网](http://dunkels.com/adam/phpstack/) 650 | * Nmap:一个Nmap PHP包装器 [官网](https://github.com/willdurand/nmap) 651 | * Code Mover:一个移动代码的库 [官网](https://github.com/dantleech/code-mover) 652 | * Iter:一个使用生成器提供迭代原语的库 [官网](https://github.com/nikic/iter) 653 | * Lambda PHP:一个PHP中的Lambda 计算解析器 [官网](https://github.com/igorw/lambda-php) 654 | * Country List:所有带有名称和ISO 3166-1编码的国家列表 [官网](https://github.com/umpirsky/country-list) 655 | * PHP-GPIO:用于Raspberry PI的GPIO pin的库 [官网](https://github.com/ronanguilloux/php-gpio) 656 | * print_o:一个对象图的可视化器 [官网](https://github.com/koriym/print_o) 657 | * Alias:一个类别名库 [官网](https://github.com/fuelphp/alias) 658 | 659 | # 软件 660 | 661 | _创建一个开发环境的软件_ 662 | 663 | ## PHP安装 664 | 665 | _在你的电脑上帮助安装和管理PHP的工具_ 666 | 667 | * HomeBrew:一个OSX包管理器 [官网](http://mxcl.github.com/homebrew/) 668 | * HomeBrew PHP:一个HomeBrew的PHP通道 [官网](https://github.com/josegonzalez/homebrew-php) 669 | * PHP OSX:一个OSX下的PHP安装器 [官网](http://php-osx.liip.ch/) 670 | * PHP Brew:一个PHP版本管理和安装器 [官网](https://github.com/c9s/phpbrew) 671 | * PHP Env:另一个PHP版本管理器 [官网](https://github.com/CHH/phpenv) 672 | * PHP Switch:另一个PHP版本管理器 [官网](https://github.com/jubianchi/phpswitch) 673 | * PHP Build:另一个PHP版本安装器 [官网](https://github.com/CHH/php-build) 674 | * VirtPHP:一个创建和管理独立PHP环境的工具 [官网](http://virtphp.org/) 675 | 676 | ## 开发环境 677 | 678 | _创建沙盒开发环境的软件和工具_ 679 | 680 | * Vagrant:一个便携的开发环境工具 [官网](http://www.vagrantup.com/) 681 | * Ansible:一个非常简单的编制框架 [官网](http://www.ansibleworks.com/) 682 | * Puppet:一个服务器自动化框架和应用 [官网](http://puppetlabs.com/) 683 | * PuPHPet:一个构建PHP开发虚拟机的web工具 [官网](https://puphpet.com/) 684 | * Protobox:另一个构建PHP开发虚拟机的web工具 [官网](http://getprotobox.com/) 685 | * Phansible:一个用Ansible构建PHP开发虚拟机的web工具 [官网](http://phansible.com/) 686 | 687 | ## 虚拟机 688 | 689 | _相关的PHP虚拟机_ 690 | 691 | * HipHop PHP:Facebook出品的PHP虚拟机,运行时和JIT [官网](https://github.com/facebook/hiphop-php) 692 | * HippyVM:另一个PHP虚拟机 [官网](http://hippyvm.com/) 693 | * Hack:一个PHP进行无缝操作的 [HHVM](https://github.com/facebook/hiphop-php)编程语言 [官网](http://hacklang.org/) 694 | 695 | ## IDE 696 | 697 | _支持PHP的集成开发环境_ 698 | 699 | * Netbeans:一个支持PHP和HTML5的IDE [官网](https://netbeans.org/) 700 | * Eclipse for PHP Developers:一个基于Eclipse平台的PHP IDE [官网](https://www.eclipse.org/downloads/) 701 | * [PhpStorm](http://hao.importnew.com/phpstorm/):一个商业PHP IDE [官网](http://www.jetbrains.com/phpstorm/) 702 | * [Sublime Text] :一个轻量级的PHP IDE [官网](http://www.sublimetext.com/) 703 | 704 | ## Web应用 705 | 706 | _基于Web的应用和工具_ 707 | 708 | * 3V4L:一个在线的PHP shell [官网](http://3v4l.org/) 709 | * DBV:一个数据库版本控制应用 [官网](http://dbv.vizuina.com/) 710 | * PHP Queue:一个管理后端队列的应用 [官网](https://github.com/CoderKungfu/php-queue) 711 | * Composer as a Service:作为一个zip文件下载Composer包的工具 [官网](http://composer.borreli.com/) 712 | * MailCatcher:一个抓取和查看邮件的web工具 [官网](https://github.com/sj26/mailcatcher) 713 | 714 | # 资源 715 | 716 | 各种提高你的PHP开发技能和知识的资源,比如书籍,网站,文章 717 | 718 | ## PHP网站 719 | 720 | _PHP相关的有用网站_ 721 | 722 | * PHP The Right Way:一个PHP最佳实践的快速指引手册 [官网](http://www.phptherightway.com/) 723 | * PHP Best Practices:一个PHP最佳实践指南 [官网](http://phpbestpractices.org/) 724 | * PHP Weekly:一个PHP新闻周刊 [官网](http://phpweekly.info/archive/) 725 | * PHP Security:一个PHP安全指南 [官网](http://phpsecurity.readthedocs.org/en/latest/index.html) 726 | * PHP FIG:PHP框架交互组 [官网](http://www.php-fig.org/) 727 | * PHP UG:一个帮助用户定位最近的PHP用户组(UG)的网站 [官网](http://php.ug/) 728 | * Seven PHP:一个PHP社区成员采访的网站 [官网](http://7php.com/) 729 | * Nomad PHP:一个在线PHP学习资源 [官网](http://nomadphp.com/) 730 | * PHP Mentoring:点对点PHP导师组织 [官网](http://phpmentoring.org/) 731 | 732 | ## 其他网站 733 | 734 | _Web开发相关的有用网站_ 735 | 736 | * The Open Web Application Security Project (OWASP):一个开放软件安全社区 [官网](https://www.owasp.org/index.php/Main_Page) 737 | * WebSec IO:一个Web安全社区资源 [官网](http://websec.io/) 738 | * Web Advent:一个Web开发人员日历 [官网](http://webadvent.org/) 739 | * Semantic Versioning:一个解析语义版本的网站 [官网](http://semver.org/) 740 | * Atlassian Git Tutorials:一个Git教程系列 [官网](https://www.atlassian.com/git) 741 | * Hg Init:一个Mercurial教程系列 [官网](http://hginit.com/) 742 | * Servers for Hackers:一个关于服务器管理的新闻通讯 [官网](http://serversforhackers.com/) 743 | 744 | ## PHP书籍 745 | 746 | _PHP相关的非常好的书籍_ 747 | 748 | * Scaling PHP Applications:一本Steve Corona关于扩展PHP应用程序的电子书 [官网](http://www.scalingphpbook.com/) 749 | * The Grumpy Programmer's Guide to Building Testable PHP Applications:一本Chris Hartjes关于构建PHP应用程序测试的书 [官网](https://leanpub.com/grumpy-testing) 750 | * Grumpy PHPUnit:一本Chris Hartjes关于使用PHPUnit进行单元测试的书 [官网](https://leanpub.com/grumpy-phpunit) 751 | * Mastering Object-Orientated PHP:一本Brandon Savage关于PHP面向对象的书 [官网](http://www.brandonsavage.net/) 752 | * Signaling PHP:一本Cal Evans关于在CLI脚本捕获PCNTL 信号的书 [官网](https://leanpub.com/signalingphp) 753 | * Securing PHP: Core Concepts:一本Chris Cornutt关于PHP常见安全条款和实践的书 [官网](https://leanpub.com/securingphp-coreconcepts) 754 | * Modernising Legacy Applications in PHP:一本Paul M.Jones关于遗留PHP应用进行现代化的书 [官网](https://leanpub.com/mlaphp) 755 | 756 | ## 其他书籍 757 | 758 | _与一般计算和Web开发相关的书_ 759 | 760 | * The Linux Command Line:William Shotts关于Linux命令行的一本书 [官网](http://linuxcommand.org/tlcl.php) 761 | * Understanding Computation:Tom Stuart关于计算理论的一本书 [官网](http://computationbook.com/) 762 | * The Tangled Web — Securing Web Applications: Michal Zalewski关于web应用安全的一本书 [官网](http://www.amazon.ca/The-Tangled-Web-Securing-Applications/dp/1593273886) 763 | * Elasticsearch: The Definitive Guide:Clinton Cormley和Zachary Tong编写的与Elasticsearch工作的一本指南 [官网](http://www.elasticsearch.org/guide/) 764 | * Eloquent JavaScript:Marijin Haverbeke关于JavaScript编程的一本书 [官网](http://eloquentjavascript.net/) 765 | * Vagrant Cookbook:Erika Heidi关于创建 Vagrant环境的一本书 [官网](https://leanpub.com/vagrantcookbook) 766 | * Pro Git:Scott Chacon和Ben Straub关于Git的一本书 [官网](http://git-scm.com/book/en/v2) 767 | 768 | ## PHP视频 769 | 770 | _PHP相关的非常不错的视频_ 771 | 772 | * Taking PHP Seriously:来自Facebook Keith Adams 讲述PHP优势 [官网](http://www.infoq.com/presentations/php-history) 773 | * PHP Town Hall:一个随意的Ben Edmunds和Phil Sturgeon的PHP播客 [官网](http://phptownhall.com/) 774 | * Programming with Anthony:[官网](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW)  Anthony Ferrara的视频系列 775 | 776 | ## PHP阅读 777 | 778 | _PHP相关的阅读资料_ 779 | 780 | * Create Your Own PHP Framework:一部Fabien Potencier的关于如何创建你自己的PHP框架的系列文章 [官网](http://fabien.potencier.org/article/50/create-your-own-framework-on-top-of-the-symfony2-components-part-1) 781 | * Seven Ways to Screw Up BCrypt:一篇关于纠正BCrypt实现的文章 [官网](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) 782 | * Preventing CSRF Attacks:一篇组织CSRF攻击的文章 [官网](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) 783 | * Don't Worry About BREACH:一篇关于BREACH攻击和CSRF令牌的文章 [官网](http://blog.ircmaxell.com/2013/08/dont-worry-about-breach.html) 784 | * On PHP 5.3, Lamda Functions and Closures:一篇关于lambda函数和闭包的文章 [官网](http://fabien.potencier.org/article/17/on-php-5-3-lambda-functions-and-closures) 785 | * Use Env:一篇关于使用unix环境帮助的文章 [官网](http://seancoates.com/blogs/use-env) 786 | * Composer Primer:Composer初级 [官网](http://daylerees.com/composer-primer) 787 | * Composer Versioning:一篇关于Composer版本的文章 [官网](https://igor.io/2013/01/07/composer-versioning.html) 788 | * Composer Stability Flags:一篇关于Composer稳定性标志的文章 [官网](https://igor.io/2013/02/07/composer-stability-flags.html) 789 | * Innocent Villagefolk or a Pillagin’ Pirate?:一篇关于PHP从其他语言获取想法的文章 [官网](http://blog.astrumfutura.com/2012/04/php-innocent-villagefolk-or-a-pillagin-pirate/) 790 | * Predicting Random Numbers in PHP:一篇关于生成随机数的文章 [官网](http://blog.astrumfutura.com/2013/03/predicting-random-numbers-in-php-its-easier-than-you-think/) 791 | * A 20 Point List for Preventing XSS in PHP:一篇关于组织XSS的文章 [官网](http://blog.astrumfutura.com/2013/04/20-point-list-for-preventing-cross-site-scripting-in-php/) 792 | * PHP Sucks! But I Like It!:一篇关于PHP利弊的文章 [官网](http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) 793 | * PHP Is Much Better Than You Think:一篇关于PHP语言和生态圈的文章 [官网](http://fabien.potencier.org/article/64/php-is-much-better-than-you-think) 794 | 795 | ## PHP内核阅读 796 | 797 | _阅读PHP内核或性能相关的资料_ 798 | 799 | * PHP RFCs:PHP RFCs主页(请求注解) [官网](https://wiki.php.net/rfc) 800 | * PHP Internals Book:一本由三名核心开发编写的关于PHP内核的在线书 [官网](http://www.phpinternalsbook.com/) 801 | * Print vs Echo, Which One is Faster?:一篇关于打印和echo性能的文章 [官网](http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster) 802 | * The PHP Ternary Operator. Fast or Not?:一篇关于三元操作性能的文章 [官网](http://fabien.potencier.org/article/48/the-php-ternary-operator-fast-or-not) 803 | * Disproving the Single Quotes Myth:一篇关于单引号,双引号字符串性能的文章 [官网](http://nikic.github.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) 804 | * You're Being Lied To:一篇关于内核ZVALs的文章 [官网](http://blog.golemon.com/2007/01/youre-being-lied-to.html) 805 | * How Long is a Piece of String:一篇关于字符串原理的文章 [官网](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) 806 | * Understanding OpCodes:一篇关于伪代码的文章 [官网](http://blog.golemon.com/2008/01/understanding-opcodes.html) 807 | * How Foreach Works:StackOverflow 关于foreach回答的详情 [官网](http://stackoverflow.com/questions/10057671/how-foreach-actually-works/14854568#14854568) 808 | * When Does Foreach Copy?:一篇关于foreach原理的文章 [官网](http://nikic.github.com/2011/11/11/PHP-Internals-When-does-foreach-copy.html) 809 | * How Big Are PHP Arrays (And Values) Really?:一篇关于数组原理的文章 [官网](http://nikic.github.com/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) 810 | * Why Objects (Usually) Use Less Memory Than Arrays:一篇关于对象和数组原理的文章 [官网](https://gist.github.com/nikic/5015323) 811 | * PHP Evaluation Order:一篇关于PHP评估顺序的文章 [官网](https://gist.github.com/nikic/6699370) 812 | * 开发人员的PHP源代码: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.com/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.com/2012/03/28/Understanding-PHPs-internal-array-implementation.html):关于PHP源代码的系列 813 | * 垃圾收集: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) 关于PHP垃圾收集原理的系列 814 | 815 | 816 |

微信公众号

817 | * PHP开发者:专注分享 PHP 开发相关的技术文章和工具资源 818 |
819 | --------------------------------------------------------------------------------