Parcourir la source

Update README.md

huanglimin il y a 9 ans
Parent
commit
e04fdcc094
1 fichiers modifiés avec 826 ajouts et 3 suppressions
  1. 826 3
      README.md

+ 826 - 3
README.md

@@ -1,4 +1,827 @@
-# awesome-php-cn
-内容包括:库、框架、模板、安全、代码分析、日志、第三方库、配置工具、Web 工具、书籍、电子书、经典博文等等。
+# PHP 资源大全中文版
 
-#### 敬请期待
+我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理。[awesome-php](https://github.com/ziadoz/awesome-php) 就是 ziadoz 发起维护的 PHP 资源列表,内容包括:库、框架、模板、安全、代码分析、日志、第三方库、配置工具、Web 工具、书籍、电子书、经典博文等。
+
+Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的介绍,如果有更详细的中文介绍,对相应开发者的帮助会更大。这也是我们发起这个开源项目的初衷。
+
+* * *
+
+### 我们要做什么?
+
+- 基于 awesome-php 资源列表,我们将对各个资源项进行编译整理。
+- 整理后的内容,将收录在[伯乐在线资源频道](http://hao.jobbole.com/)。可参考已整理的内容:
+  - 《[BlockAlertsAnd-ActionSheets:一个支持block的弹出框](http://hao.jobbole.com/blockalertsand-actionsheets-ios/)》
+  - 《[MBProgressHUD:一个不错的进度提示工具](http://hao.jobbole.com/mbprogresshud-ios/)》
+  - 《[Wonderful:不仅仅是一个酷炫的颜色库](http://hao.jobbole.com/wonderful/)》
+
+* * *
+
+### 如何参与本项目?
+
+从下面的目录来看,本项目的工作量小不了,所以非常期待能有更多程序员一起来参与。
+
+不过加入前,有几个小要求:
+
+* 英文还不错,能读懂英文并用自己的话复述;
+* 有 PHP 开发经验;
+
+如有兴趣,请加 QQ:50872495。加 Q 时请注明「PHP大全」
+
+* * *
+
+### 本项目的参与者
+
+- 维护者:[tangyouhua](https://github.com/tangyouhua)
+
+- 贡献者:[cucr](http://www.jobbole.com/members/cucr)、You
+
+注:名单不分排名,不定期补充更新
+
+* * *
+
+### 最新活动
+
+* **贡献打赏:**整理 20 个资源以上的朋友会开通打赏功能,参见[Dropwizard](http://hao.jobbole.com/dropwizard/)结尾打赏信息。
+* **整理技术资源,赠送经典书籍**: 每整理 20 个资源,赠送技术书籍一本。[活动详情](http://group.jobbole.com/13769/)
+
+* * *
+
+
+## 依赖管理
+
+_依赖和包管理库_
+
+*   [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/):一个包和依赖管理器
+*   [Composer Installers](https://github.com/composer/installers):一个多框架Composer库安装器
+*   [Pickle](https://github.com/FriendsOfPHP/pickle):一个PHP扩展安装器
+
+## 其他的依赖管理
+
+_其他的相关依赖管理_
+
+*   [Satis](https://github.com/composer/satis):一个静态Composer存储库生成器
+*   [Composition](https://github.com/bamarni/composition):一个在运行时检查Composer环境的库
+*   [Version](https://github.com/herrera-io/php-version):语义版本的解析和比较库
+*   [NameSpacer](https://github.com/ralphschindler/Namespacer) -转化下划线到命名空间的库
+*   [Patch Installer](https://github.com/goatherd/patch-installer) -使用Composer安装补丁的库
+*   [Composer Checker](https://github.com/silpion/composer-checker) -校验Composer配置的工具
+
+## 框架
+
+_Web开发框架_
+
+*   [Symfony2](http://symfony.com/) -一个独立组件组成的框架
+*   [Zend Framework 2](http://framework.zend.com/) -另一个由独立组件组成的框架
+*   [Laravel 4](http://laravel.com/) -另一个PHP框架
+*   [Aura PHP](http://auraphp.com/) -独立组件的框架
+*   [Yii2](https://github.com/yiisoft/yii2/) - 另一个PHP框架
+*   [Nette](http://nette.org/) - 另一个由个体组件组成的框架
+*   [PPI Framework 2](http://www.ppi.io/) -一个互操作性框架
+*   [Phalcon](http://phalconphp.com/en/) -通过C扩展实现的框架
+
+## 其他框架
+
+_其他Web开发框架_
+
+*   [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - 创建自定义CMS的内容管理框架
+*   [Knp RAD Bundle](http://rad.knplabs.com/) -Symfony 2的快速应用程序(RAD)包
+
+## 框架组件
+
+_来自web开发框架的独立组件_
+
+*   [Symfony2 Components](http://symfony.com/doc/master/components/index.html) -Symfony2组件
+*   [Zend Framework 2 Components](https://packages.zendframework.com/) -ZF2组件
+*   [Aura Components](http://auraphp.github.com/) -PHP5.4组件包
+*   [Hoa Project](http://hoa-project.net/En/) -另一个PHP组件包
+
+## 微型框架
+
+_微型框架和路由_
+
+*   [Silex](http://silex.sensiolabs.org/) - 基于Symfony2组件的微型框架
+*   [Slim](http://www.slimframework.com/) - 另一个简单的微型框架
+*   [Bullet PHP](http://bulletphp.com/) -用于构建REST APIs的微型框架
+*   [Fast Route](https://github.com/nikic/FastRoute) - 快速路由库
+*   [Pux](https://github.com/c9s/Pux) -另一个快速路由库
+
+## 其他微型框架
+
+_其他相关的微型框架和路由_
+
+*   [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) -Silex的项目架构
+*   [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) -Silex web调试工具条
+*   [Stack](https://github.com/stackphp) - Silex/Symfony的可堆叠中间件库
+*   [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) -Slim架构
+*   [Slim View](https://github.com/codeguy/Slim-Views) -Slim的自定义视图集合
+*   [Slim Middleware](https://github.com/codeguy/Slim-Middleware) -Slim的自定义中间件集合
+
+## 模板
+
+_模板化和词法分析的库和工具_
+
+*   [Twig](http://twig.sensiolabs.org/) -一个全面的模板语言
+*   [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) -一个用于Twig的模板片段缓存库
+*   [Mustache](https://github.com/bobthecow/mustache.php) -一个Mustache模板语言的PHP实现
+*   [Phly Mustache](https://github.com/weierophinney/phly_mustache) -另一个Mustache模板语言的PHP实现
+*   [MtHaml](https://github.com/arnaud-lb/MtHaml) - 一个HAML 模板语言的PHP实现
+*   [PHPTAL](http://phptal.org/) -一个 [TAL](http://en.wikipedia.org/wiki/Template_Attribute_Language) 模板语言的PHP实现
+*   [Plates](http://platesphp.com/) -一个原生PHP模板库
+*   [Lex](https://github.com/pyrocms/lex) -一个轻量级模板解析器
+
+## 静态站点生成器
+
+_预处理工具来生成web页面的内容。_
+
+*   [Sculpin](http://sculpin.io/) -转换Markdown和Twig为静态HTML的工具
+*   [Phrozn](http://phrozn.info/) - 另一个转换Textile,Markdown和Twig为HTML的工具
+
+## HTTP
+
+_用于HTTP和网站爬取的库_
+
+*   [Guzzle](https://github.com/guzzle/guzzle) -一个全面的HTTP客户端
+*   [Buzz](https://github.com/kriswallsmith/Buzz) -另一个HTTP客户端
+*   [Requests](https://github.com/rmccue/Requests) -一个简单的HTTP库
+*   [HTTPFul](https://github.com/nategood/httpful) -一个链式HTTP库
+*   [Goutte](https://github.com/fabpot/Goutte) -一个简单的web爬取器
+*   [PHP VCR](http://php-vcr.github.io/) -录制和重放HTTP请求的库
+
+## URL
+
+_解析URL的库_
+
+*   [Purl](https://github.com/jwage/purl) -一个URL处理库
+*   [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) -一个本地前缀解析库
+
+## Email
+
+_发送和解析邮件的库_
+
+*   [SwiftMailer](http://swiftmailer.org/) - 一个邮件解决方案
+*   [PHPMailer](https://github.com/PHPMailer/PHPMailer) - 另一个邮件解决方案
+*   [Fetch](https://github.com/tedivm/Fetch) -一个IMAP库
+*   [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) -一个邮件回复解析库
+*   [Stampie](https://github.com/henrikbjorn/Stampie) -邮件服务库,不如 [SendGrid](http://sendgrid.com/), [PostMark](http://postmarkapp.com/), [MailGun](http://www.mailgun.com/) 和 [Mandrill](http://www.mandrill.com/).
+*   [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) -一个在邮件模板内联CSS的库
+
+## 文件
+
+_文件处理和MIME类型检测库_
+
+*   [Gaufrette](https://github.com/KnpLabs/Gaufrette) -一个文件系统抽象层
+*   [Flysystem](https://github.com/FrenkyNet/Flysystem) - 另一个文件系统抽象层
+*   [Canal](https://github.com/dflydev/dflydev-canal) -一个检测互联网媒体类型的库
+*   [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) -一个解析Apache MIME类型的库
+*   [Ferret](https://github.com/versionable/Ferret) - 一个MIME检测库
+*   [Hoa Mime](https://github.com/hoaproject/Mime) -另一个MIME检测库
+*   [Lurker](https://github.com/henrikbjorn/Lurker) -一个资源跟踪库
+*   [PHP File Locator](https://github.com/herrera-io/php-file-locator) -一个在大型项目定位文件的库
+*   [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) -一个用于[FFmpeg](http://www.ffmpeg.org/) 视频包装的库.
+*   [CSV](https://github.com/nyamsprod/Bakame.csv) - 一个CSV数据处理库
+
+## Streams 流
+
+_处理流的库_
+
+*   [Streamer](https://github.com/fzaninotto/Streamer) - 一个面向对象的流包装库
+
+## Dependency Injection依赖注入
+
+_实现依赖注入设计模式的库_
+
+*   [Pimple](http://pimple.sensiolabs.org/) - 一个小的依赖注入容器
+*   [Auryn](https://github.com/rdlowrey/Auryn) - 另一个依赖注入容器
+*   [Orno Di](https://github.com/orno/di) -另一个可伸缩的依赖注入容器
+*   [PHP DI](http://mnapoli.github.com/PHP-DI/) -一个使用注释实现的依赖注入
+*   [Acclimate](https://github.com/jeremeamia/acclimate) -一个依赖注入容器和服务定位的通用接口
+
+## Imagery 图像
+
+_处理图像的库_
+
+*   [Imagine](http://imagine.readthedocs.org/en/latest/index.html) -一个图像处理库
+*   [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) -另一个图像处理库
+*   [Intervention Image](https://github.com/Intervention/image) -另一个图像处理库
+*   [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) -一个提取GIF动画帧信息的库
+*   [GIF Creator](https://github.com/Sybio/GifCreator) - 一个通过多张图片创建GIF动画的库
+*   [Image With Text](https://github.com/nmcteam/image-with-text) -一个在图像中嵌入文本的库
+*   [Color Extractor](https://github.com/php-loep/color-extractor) -一个从图像中提取颜色的库
+
+## Testing 测试
+
+_测试代码和生成测试数据的库_
+
+*   [PHPUnit](https://github.com/sebastianbergmann/phpunit) -一个单元测试框架
+*   [DBUnit](https://github.com/sebastianbergmann/dbunit) -PHPUnit的数据库测试库
+*   [ParaTest](https://github.com/brianium/paratest) - PHPUnit的并行测试库
+*   [PHPSpec](https://github.com/phpspec/phpspec) -基于功能点设计的单元测试库
+*   [Codeception](https://github.com/Codeception/Codeception) -一个全栈测试框架
+*   [AspectMock](https://github.com/Codeception/AspectMock) -  PHPUnit/ Codeception 模拟框架。
+*   [Atoum](https://github.com/atoum/atoum) -一个简单的测试库
+*   [Mockery](https://github.com/padraic/mockery) -一个用测试的模拟对象库
+*   [Phake](https://github.com/mlively/Phake) -另一个用测试的模拟对象库
+*   [Prophecy](https://github.com/phpspec/prophecy) -一个可选度很高的模拟框架
+*   [Faker](https://github.com/fzaninotto/Faker) -一个伪数据生成库
+*   [Samsui](https://github.com/mauris/samsui) - 另一个伪数据生成库
+*   [Alice](https://github.com/nelmio/alice) -富有表现力的一代库
+*   [Behat](http://behat.org/) -一个行为驱动开发(BDD)测试框架
+*   [Pho](https://github.com/danielstjules/pho) -一个行为驱动开发测试框架
+*   [Mink](http://mink.behat.org/) -Web验收测试
+*   [HTTP Mock](https://github.com/InterNations/http-mock) - 一个在单元测试模拟HTTP请求的库
+*   [VFS Stream](https://github.com/mikey179/vfsStream) -一个用于测试的虚拟文件系统流的包装器
+*   [VFS](https://github.com/adlawson/vfs.php) -另一个用于测试虚拟文件系统
+*   [Locust](http://locust.io/) -一个用Python编写的现代加载测试库
+
+## Continuous Integration 持续集成
+
+_持续集成的库和应用_
+
+*   [Travis CI](https://travis-ci.org/) - 一个持续集成平台
+*   [PHPCI](http://www.phptesting.org/) -一个PHP的开源持续集成平台
+*   [Sismo](http://sismo.sensiolabs.org/) - 一个持续测试服务库
+*   [Jenkins](http://jenkins-ci.org/)一个 [PHP 支持](http://jenkins-php.org/index.html)的持续集成平台
+*   [JoliCi](https://github.com/jolicode/JoliCi) - 一个用PHP编写的由Docker支持的持续集成客户端
+
+## Documentation 文档
+
+_生成项目文档的库_
+
+*   [Sami](https://github.com/fabpot/Sami) -一个API文档生成器
+*   [APIGen](https://github.com/apigen/apigen) -另一个API文档生成器
+*   [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) -一个API文档生成器
+*   [phpDox](http://phpdox.de/) - 一个PHP项目的文档生成器(不限于API文档)
+
+## Security 安全
+
+_生成安全的随机数,加密数据,扫描漏洞的库_
+
+*   [HTML Purifier](https://github.com/ezyang/htmlpurifier) -一个兼容标准的HTML过滤器
+*   [RandomLib](https://github.com/ircmaxell/RandomLib) -一个生成随机数和字符串的库
+*   [True Random](https://github.com/pixeloution/true-random) -使用 [www.random.org](http://www.random.org/)生成随机数的库
+*   [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) -一个PHP安全库
+*   [PHPSecLib](http://phpseclib.sourceforge.net/) -一个纯PHP安全通信库
+*   [TCrypto](https://github.com/timoh6/TCrypto) -一个简单的键值加密存储库
+*   [PHP IDS](https://github.com/PHPIDS/PHPIDS) - 一个结构化的PHP安全层
+*   [PHP SSH](https://github.com/Herzult/php-ssh) -一个试验的面向对象的SSH包装库
+*   [IniScan](https://github.com/psecio/iniscan) -一个扫描PHP INI文件安全的库
+*   [SensioLabs Security Check](https://security.sensiolabs.org/) -一个为检查Composer依赖提供安全建议的web工具
+*   [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - 一个集成的web应用渗透测试工具
+
+## Passwords 密码
+
+_处理和存储密码的库和工具_
+
+*   [Password Compat](https://github.com/ircmaxell/password_compat) -一个新的PHP5.5密码函数的兼容库
+*   [phpass](http://www.openwall.com/phpass/) - 一个便携式的密码哈希框架
+*   [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) -一个生成和校验密码的库
+*   [Password Policy](https://github.com/ircmaxell/password-policy) - 一个PHP和JavaScript的密码策略库
+*   [Password Validator](https://github.com/jeremykendall/password-validator) - 校验和升级密码哈希的库
+*   [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) -一个基于Zxcvbn JS的现实的PHP密码强度估计库
+
+## Code Analysis 代码分析
+
+_分析,解析和处理代码库的库的工具_
+
+*   [PHP Parser](https://github.com/nikic/PHP-Parser) -一个PHP编写的PHP解析器
+*   [PHPPHP](https://github.com/ircmaxell/PHPPHP) - 一个PHP实现的PHP虚拟机
+*   [PHPSandbox](https://github.com/fieryprophet/php-sandbox) -一个PHP沙盒环境
+*   [Dissect](https://github.com/jakubledl/dissect) -一个词法和语法分析的工具集合
+*   [PHP Mess Detector](http://phpmd.org/) -一个扫描代码缺陷,次优代码,未使用的参数等等的库。
+*   [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) -一个检测PHP、CSS和JS代码标准冲突的库
+*   [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - 一个检测复制和粘贴代码的库
+*   [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) -一个分析PHP代码查找缺陷和错误的库
+*   [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - 一个编码标准库
+*   [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) -一个分析和修改PHP源代码的库
+*   [PHP Metrics](https://github.com/Halleck45/PhpMetrics) -一个静态测量库
+*   [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) -一个重构PHP代码的命令行工具集
+*   [UBench](https://github.com/devster/ubench) - 一个简单的微型基准检测库
+*   [Athletic](https://github.com/polyfractal/athletic) -一个基于注释的基准检测库
+*   [Mondrian](https://github.com/Trismegiste/Mondrian) - 使用使用图论的代码分析工具
+*   [Scrutinizer](https://scrutinizer-ci.com/) -一个审查PHP代码的web工具
+*   [PHPLOC](https://github.com/sebastianbergmann/phploc) -一个快速测量PHP项目大小的工具
+*   [xHprof](https://github.com/phacility/xhprof) -另一个PHP分析工具
+*   [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) -一个帮助遵守特定的编码惯例的工具。
+
+## Debugging 调试
+
+_调试代码的库和工具_
+
+*   [xDebug](https://github.com/xdebug/xdebug) -一个调试和分析PHP的工具
+*   [PHP Debug Bar](http://phpdebugbar.com/) - 一个调试工具栏
+*   [PHP Console](https://github.com/Seldaek/php-console) -一个web调试控制台
+*   [Barbushin PHP Console](https://github.com/barbushin/php-console) -另一个使用Google Chrome的web调试控制台
+*   [PHPDBG](http://phpdbg.com/) - 一个交互的PHP调试器
+*   [Tracy](https://github.com/nette/tracy) -一个简单的错误检测,写日志和时间测量库
+
+## Build Tools 构建工具
+
+_项目构建和自动化工具_
+
+*   [Go](https://github.com/herrera-io/php-go) -一个简单的PHP构建工具
+*   [Bob](https://github.com/CHH/bob) - 一个简单的项目自动化工具
+*   [Phake](https://github.com/jaz303/phake) -一个PHP克隆库
+*   [Box](https://github.com/kherge/Box) - 一个构建PHAR文件的工具
+*   [Phing](http://www.phing.info/) -一个灵感来自于Apache Ant的PHP项目构建系统
+
+## Task Runners 任务运行器
+
+_自动运行任务的库_
+
+*   [Task](http://taskphp.github.io/) -一个灵感来源于Grunt和Gulp的纯PHP任务运行器
+*   [Robo](https://github.com/Codegyre/Robo) -一个面向对象配置的PHP任务运行器
+*   [Bldr](http://bldr.io/) -一个构建在Symfony组件上的PHP任务运行器
+
+## Navigation导航
+
+_构建导航结构的工具_
+
+*   [KnpMenu](https://github.com/KnpLabs/KnpMenu) - 一个菜单库
+*   [Cartographer](https://github.com/tackk/cartographer) -一个站点地图生成库
+
+## Asset Management 资源管理
+
+_管理,压缩和最小化web站点资源的工具_
+
+*   [Assetic](https://github.com/kriswallsmith/assetic) - 一个资源管理的管道库
+*   [Pipe](https://github.com/CHH/pipe) -另一个资源管理的管道库
+*   [Munee](https://github.com/meenie/munee) -一个资源优化库
+*   [JShrink](https://github.com/tedivm/JShrink) -一个JavaScript最小化库
+*   [Puli](https://github.com/webmozart/puli) - 一个检测资源绝对路径的库
+
+## Geolocation 地理位置
+
+_为地理编码地址和使用纬度经度的库。_
+
+*   [GeoCoder](http://geocoder-php.org/) -一个地理编码库
+*   [GeoTools](https://github.com/php-loep/Geotools) -一个地理工具相关的库
+*   [PHPGeo](https://github.com/mjaschen/phpgeo) -一个简单的地理库
+*   [GeoJSON](https://github.com/jmikola/geojson) -一个地理JSON的实现
+
+## Date and Time 日期和时间
+
+_处理日期和时间的库_
+
+*   [Carbon](https://github.com/briannesbitt/Carbon) - 一个简单的日期时间API扩展
+*   [ExpressiveDate](https://github.com/jasonlewis/expressive-date) -另一个日期时间API扩展
+*   [CalendR](http://yohan.giarel.li/CalendR) - 一个日历管理库
+
+## Event 事件
+
+_时间驱动或非阻塞事件循环实现的库_
+
+*   [React](https://github.com/reactphp/react) -一个事件驱动的非阻塞I/O库
+*   [Rx.PHP](https://github.com/asm89/Rx.PHP) - 一个reactive扩展库
+*   [Ratchet](https://github.com/cboden/Ratchet) - 一个web套接字库
+*   [Hoa WebSocket](https://github.com/hoaproject/Websocket) -另一个web套接字库
+*   [Hoa EventSource](https://github.com/hoaproject/Eventsource) -一个事件源库
+*   [Evenement](https://github.com/igorw/evenement) -一个事件分发库
+*   [FuelPHP Event](https://github.com/fuelphp/event) -另一个事件分发库
+
+## Logging 日志
+
+_生成和处理日志文件的库_
+
+*   [Monolog](https://github.com/Seldaek/monolog) - 一个全面的日志工具
+*   [KLogger](https://github.com/katzgrau/KLogger) -一个易用的PSR-3兼容的日志类
+
+## E-commerce 电子商务
+
+_处理支付和构建在线电子商务商店的库和应用_
+
+*   [OmniPay](https://github.com/adrianmacneil/omnipay) -一个框架混合了多网关支付处理的库
+*   [Payum](https://github.com/payum/payum) - 一个支付抽象库
+*   [Sylius](http://www.sylius.org/) - 一个开源的电子商务解决方案
+*   [Thelia](http://thelia.net/v2/) -另一个开源的电子商务解决方案
+*   [Money](https://github.com/mathiasverraes/money) - 一个Fowler金钱模式的PHP实现
+*   [Sebastian Money](https://github.com/sebastianbergmann/money) -另一个处理货币值的库
+*   [Swap](https://github.com/florianv/swap) -一个汇率库
+
+## PDF
+
+_处理PDF文件的库和软件_
+
+*   [Snappy](https://github.com/KnpLabs/snappy) -一个PDF和图像生成器库
+*   [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) -一个将HTML转换为PDF的工具
+
+## Database 数据库
+
+_使用对象关系映射(ORM)或数据映射技术的数据库交互库_
+
+*   [Doctrine](http://www.doctrine-project.org/) -一个全面的DBAL和ORM
+*   [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) -一个Doctrine行为扩展的集合
+*   [Propel](http://www.propelorm.org/) - 一个快速的ORM,迁移库和查询构架器
+*   [Eloquent](https://github.com/illuminate/database) -Laravel 4 ORM
+*   [Baum](https://github.com/etrepat/baum) -一个Eloquent的嵌套集实现
+*   [Spot2](https://github.com/vlucas/spot2) -一个MySQL的ORM映射器
+*   [RedBean](http://redbeanphp.com/) -一个轻量级,低配置的ORM
+*   [Pomm](https://github.com/chanmix51/Pomm) -一个PostgreSQL对象模型管理器
+*   [ProxyManager](https://github.com/Ocramius/ProxyManager) -一个为数据映射生成代理对象的工具集
+
+## Migrations 迁移
+
+帮助管理数据库模式和迁移的库
+
+*   [PHPMig](https://github.com/davedevelopment/phpmig) -另一个迁移管理库
+*   [Phinx](https://github.com/robmorgan/phinx) - 另一个数据库迁移管理库
+*   [Migrations](https://github.com/icomefromthenet/Migrations) -一个迁移管理库
+*   [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) -一个Doctrine迁移库
+
+## NoSQL
+
+_处理NoSQL后端的库_
+
+*   [MongoQB](https://github.com/alexbilbie/MongoQB) -一个MongoDB查询构建库
+*   [Monga](https://github.com/thephpleague/monga) -一个MongoDB抽象库
+*   [Predis](https://github.com/nrk/predis) - 一个功能完整的Redis库
+
+## Queue 队列
+
+_处理事件和任务队列的库_
+
+*   [Pheanstalk](https://github.com/pda/pheanstalk) -一个Beanstalkd 客户端库
+*   [PHP AMQP](https://github.com/videlalvaro/php-amqplib) -一个纯PHP AMQP库
+*   [Thumper](https://github.com/videlalvaro/Thumper) - 一个RabbitMQ模式库
+*   [Bernard](https://github.com/bernardphp/bernard) -一个多后端抽象库
+
+## Search 搜索
+
+_在数据上索引和执行查询的库和软件_
+
+*   [ElasticSearch PHP](https://github.com/elasticsearch/elasticsearch-php) -ElasticSearch的官方客户端库
+*   [Elastica](https://github.com/ruflin/Elastica) -ElasticSearch的客户端库
+*   [Solarium](http://www.solarium-project.org/) -Solr的客户端库
+*   [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) -Sphinx搜索引擎的的查询库
+
+## Command Line 命令行
+
+_构建命令行工具的库_
+
+*   [Boris](https://github.com/d11wtq/boris) - 一个微型PHP REPL
+*   [PsySH](https://github.com/bobthecow/psysh) - 另一个微型PHP REPL
+*   [Pecan](https://github.com/mcrumm/pecan) -一个事件驱动和非阻塞内核
+*   [GetOpt](https://github.com/ulrichsg/getopt-php) - 一个命令行选择解析器
+*   [OptParse](https://github.com/CHH/optparse) -另一个命令行选择解析器
+*   [Commando](https://github.com/nategood/commando) -另一个简单的命令行选择解析器
+*   [GetOptionKit](https://github.com/c9s/php-GetOptionKit) -另一个命令行选择解析器
+*   [Cron Expression](https://github.com/mtdowling/cron-expression) -计算cron运行日期的库
+*   [ShellWrap](https://github.com/MrRio/shellwrap) -一个简单的命令行包装库
+*   [Hoa Console](https://github.com/hoaproject/Console) -另一个命令行库
+*   [Shunt](https://github.com/php-loep/shunt) - 一个在多台远程机器上并行运行命令行的库
+*   [Cilex](https://github.com/Cilex/Cilex) -一个构建命令行工具的微型框架
+
+## Authentication 身份验证
+
+_实现身份验证的库_
+
+*   [Sentry](https://github.com/cartalyst/sentry) -一个混合的身份验证和授权的框架库
+*   [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) -一个社交网络身份验证库
+*   [Opauth](https://github.com/opauth/opauth) -一个多渠道的身份验证框架
+*   [OAuth2](https://github.com/php-loep/oauth2-server) -一个OAuth2身份验证服务,资源服务器和客户端库
+*   [OAuth2 Server](http://bshaffer.github.io/oauth2-server-php-docs/) -另一个OAuth2服务器实现
+*   [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) -另一个OAuth库
+*   [TwitterOAuth](https://github.com/ruudk/twitteroauth) -一个Twitter OAuth库
+*   [TwitterSDK](https://github.com/lyrixx/twitter-sdk) -一个完全测试的Twitter SDK
+*   [Hawk](https://github.com/dflydev/dflydev-hawk) -一个Hawk HTTP身份认证库
+*   [HybridAuth](https://github.com/hybridauth/hybridauth) -一个开源的社交登陆库
+
+## Markup 标记
+
+_处理标记的库_
+
+*   [Decoda](http://milesj.me/code/php/decoda) -一个轻量级标记解析库
+*   [PHP Markdown](https://github.com/michelf/php-markdown) -一个Markdown解析器
+*   [CommonMark PHP](https://github.com/thephpleague/commonmark) -一个对 [CommonMark spec](https://jgm.github.io/stmd/spec.html)全支持的Markdown解析器
+*   [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) -另一个Markdown解析器
+*   [Parsedown](https://github.com/erusev/parsedown) -另一个Markdown解析器
+*   [Ciconia](https://github.com/kzykhys/Ciconia) - 另一个支持Github Markdown风格的Markdown解析器
+*   [Cebe Markdown](https://github.com/cebe/markdown) -一个快速的可扩展的Markdown解析器
+*   [HTML5 PHP](https://github.com/Masterminds/html5-php) - 一个HTML5解析和序列化库
+
+## Strings 字符串
+
+_解析和处理字符串的库_
+
+*   [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) -ANSI到HTML5的转化库
+*   [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) -一个处理UTF-8字符串的便携库
+*   [Hoa String](https://github.com/hoaproject/String) -另一个UTF-8字符串库
+*   [Stringy](https://github.com/danielstjules/Stringy) -一个多字节支持的字符串处理库
+*   [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) -处理和转换颜色的库
+*   [UUID](https://github.com/ramsey/uuid) - 生成UUIDs的库
+*   [Slugify](https://github.com/cocur/slugify) -转换字符串到slug的库
+*   [Urlify](https://github.com/jbroadway/urlify) - 一个Django的 URLify.jsPHP通道
+*   [Text](https://github.com/kzykhys/Text) - 一个文本处理库
+*   [SQL Formatter](https://github.com/jdorn/sql-formatter/) -一个格式化SQL语句的库
+*   [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - 一个解析用户代理字符串的库
+
+## Numbers 数字
+
+_处理数字的库_
+
+*   [Numbers PHP](https://github.com/powder96/numbers.php) -处理数字的库
+*   [Math](https://github.com/moontoast/math) -处理大数字的库
+*   [ByteUnits](https://github.com/gabrielelana/byte-units) - 在二进制和度量系统中解析,格式化和转换字节单元的库
+*   [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) -一个计量单位转换的库
+*   [PHP Conversion](https://github.com/Crisu83/php-conversion) - 另一个计量单位转换的库
+*   [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) -Google电话号码处理的PHP实现库
+
+## Filtering and Validation 过滤和验证
+
+_过滤和验证数据的库_
+
+*   [Filterus](https://github.com/ircmaxell/filterus) - 一个简单的PHP过滤库
+*   [Respect Validate](https://github.com/Respect/Validation) -一个简单的验证库
+*   [Valitron](https://github.com/vlucas/valitron) -另一个验证库
+*   [Upload](https://github.com/codeguy/Upload) - 一个处理文件上传和验证的库
+*   [DMS Filter](https://github.com/rdohms/DMS-Filter) - 一个注释过滤库
+*   [MetaYaml](https://github.com/romaricdrigon/MetaYaml) -一个支持YAML,JSON和XML的模式验证库
+*   [ISO-codes](https://github.com/ronanguilloux/IsoCodes) -验证各种ISO和ZIP编码的库(IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN)
+
+##  REST和API
+
+_开发REST-ful API的库和web工具_
+
+*   [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) -一个使用Zend Framework 2构建的API构建器
+*   [Hateoas](https://github.com/willdurand/Hateoas) -一个HOATEOAS REST web服务库
+*   [HAL](https://github.com/blongden/hal) -一个超文本应用语言(HAL)构建库
+*   [Negotiation](https://github.com/willdurand/Negotiation) -一个内容协商库
+*   [Drest](https://github.com/leedavis81/drest) -一个将Doctrine实体暴露为REST资源节点的库
+*   [Restler](https://github.com/Luracast/Restler) -一个将PHP方法暴露为RESTful web API的轻量级框架
+
+## Caching 缓存
+
+_缓存数据的库_
+
+*   [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - 打开PHP伪代码缓存
+*   [Cache](https://github.com/doctrine/cache) -一个缓存库(Doctrine部分)
+*   [Stash](https://github.com/tedivm/Stash) -另一个缓存库
+
+## 数据结构和存储
+
+_实现数据结构和存储技术的库_
+
+*   [Ardent](https://github.com/morrisonlevi/Ardent) -一个数据结构库
+*   [PHP Collections](https://github.com/schmittjoh/php-collection) - 一个简单的集合库
+*   [Serializer](https://github.com/schmittjoh/serializer) -一个序列化和反序列化数据的库
+*   [PHP Object Storage](https://github.com/herrera-io/php-object-storage) -一个对象存储库
+*   [Fractal](https://github.com/php-loep/fractal) -一个转换复杂数据结构到JSON输出的库
+*   [Totem](http://github.com/Wisembly/Totem) -一个管理和穿件数据交换集的库
+*   [PINQ](https://github.com/TimeToogo/Pinq) -一个PHP实时Linq库
+*   [JsonMapper](https://github.com/netresearch/jsonmapper) -一个将内嵌JSON结构映射为PHP类的库
+
+## Notifications 通知
+
+_处理通知软件的库_
+
+*   [Nod](https://github.com/filp/nod) -一个通知库(Growl等)
+*   [Notificato](https://github.com/wrep/notificato) - 一个处理推送通知的库
+*   [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) -一个设备推送通知的独立库
+*   [Notificator](https://github.com/namshi/notificator) -一个轻量级的通知库
+
+## Deployment 部署
+
+_项目部署库_
+
+*   [Pomander](https://github.com/tamagokun/pomander) -一个PHP应用部署工具
+*   [Rocketeer](https://github.com/Anahkiasen/rocketeer) -PHP世界里的一个快速简单的部署器
+*   [Envoy](https://github.com/laravel/envoy) -一个用PHP运行SSH任务的工具
+*   [Plum](https://github.com/aerialls/Plum) - 一个部署库
+
+## 国际化和本地化
+
+_国际化(I18n)和本地化(L10n)_
+
+*   [Aura.Intl](https://github.com/auraphp/Aura.Intl)
+
+## 第三方API
+
+_访问第三方API的库_
+
+*   [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - PHP AWS SDK官方库
+*   [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) -Amazon S3流包装库
+*   [Stripe](https://github.com/stripe/stripe-php) -Stripe官方PHP库
+*   [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) -Campaign Monitor官方PHP库
+*   [Digital Ocean](https://github.com/toin0u/DigitalOcean) -Digital Ocean API 接口库
+*   [Github](https://github.com/dsyph3r/github-api3-php) - Github API交互库
+*   [PHP Github API](https://github.com/KnpLabs/php-github-api) -另一个Github API交互库
+*   [Twitter OAuth](https://github.com/widop/twitter-oauth) -Twitter OAuth工作流交互库
+*   [Twitter REST](https://github.com/widop/twitter-rest) - Twitter REST API交互库
+*   [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library.
+*   [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - Dropbox SDK官方PHP库
+*   [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
+*   [Twilio](https://github.com/twilio/twilio-php) - Twilio官方PHP REST API
+*   [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
+*   [Mailgun](https://github.com/mailgun/mailgun-php) Mailgun官方PHP REST API
+
+## Extensions 扩展
+
+_帮组构建PHP扩展的库_
+
+*   [Zephir](https://github.com/phalcon/zephir) -用于开发PHP扩展,且介于PHP和C++之间的编译语言
+*   [PHP CPP](http://www.php-cpp.com/) -一个开发PHP扩展的C++库
+
+## Miscellaneous 杂项
+
+_不在上面分类中的有用库和工具_
+
+*   [Spork](https://github.com/kriswallsmith/spork) -一个处理forking的库
+*   [JSON Lint](https://github.com/Seldaek/jsonlint) - 一个JSON lint工具
+*   [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) -验证JSONP回调的库
+*   [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) -一个分页库
+*   [Ruler](https://github.com/bobthecow/Ruler) - 一个简单的无状态的生产环境规则引擎。
+*   [LiteCQRS](https://github.com/beberlei/litecqrs-php) -一个CQRS(命令查询责任分离)库
+*   [Sslurp](https://github.com/EvanDotPro/Sslurp) - 一个使得SSL处理减少的库
+*   [PHP Option](https://github.com/schmittjoh/php-option)一个可选的类型库
+*   [Metrics](https://github.com/beberlei/metrics) -一个简单的度量API库
+*   [Sabre VObject](https://github.com/evert/sabre-vobject) - 一个解析VCard和iCalendar对象的库
+*   [Annotations](https://github.com/doctrine/annotations) -一个注释库(Doctrine部分)
+*   [Whoops](https://github.com/filp/whoops) -一个不错的错误处理库
+*   [Finite](http://yohan.giarel.li/Finite) -一个简单的PHP有限状态机
+*   [LadyBug](https://github.com/raulfraile/Ladybug) -一个dumper库
+*   [Procrastinator](https://github.com/lstrojny/Procrastinator) -运行耗时任务的库
+*   [Compose](https://github.com/igorw/compose) -一个功能组合库
+*   [SuperClosure](https://github.com/jeremeamia/super_closure) -一个允许闭包序列化的库
+*   [Jumper](https://github.com/kakawait/Jumper) - 一个远程服务执行库
+*   [Underscore](http://anahkiasen.github.io/underscore-php/) -一个Undersccore JS库的PHP实现
+*   [PHP PassBook](https://github.com/eymengunay/php-passbook) -一个iOS PassBook PHP库
+*   [PHP Expression](https://github.com/Kitano/php-expression) -一个PHP表达式语言
+*   [RMT](https://github.com/liip/RMT) - 一个编写版本和发布软件的库
+*   [Wise](https://github.com/herrera-io/php-wise) - 一个配置管理器
+*   [Opengraph](https://github.com/euskadi31/Opengraph) -一个开放图库
+*   [Essence](https://github.com/felixgirault/essence) -一个提取web媒体的库
+*   [Embera](https://github.com/mpratt/Embera) -一个Oembed消费库
+*   [Graphviz](https://github.com/alexandresalome/graphviz) -一个图形库
+*   [Monad PHP](https://github.com/ircmaxell/monad-php) 一个简单Monad库
+*   [Flux](https://github.com/selvinortiz/flux) -一个正则表达式构建库
+*   [Patchwork](http://antecedent.github.io/patchwork/) - 一个重新定义用户的函数库
+*   [Galapagos](https://github.com/igorw/galapagos) -语言转换进化
+*   [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) -一个使用PHP实现的设计模式存储库
+*   [PHPCR](https://github.com/phpcr/phpcr) - 一个Java内容存储库(JCR)的PHP实现
+*   [Functional PHP](https://github.com/lstrojny/functional-php) - 一个函数式编程库
+*   [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - 一个优化自动加载的库
+*   [Lib Country](https://github.com/phine/lib-country) -一个国家和地区数据的库
+*   [Lib Accessor](https://github.com/phine/lib-accessor) -一个简化访问的库
+*   [PHPStack](http://dunkels.com/adam/phpstack/) -一个PHP编写的TCP/IP栈概念
+*   [Nmap](https://github.com/willdurand/nmap) -一个Nmap PHP包装器
+*   [Code Mover](https://github.com/dantleech/code-mover) -一个移动代码的库
+*   [Iter](https://github.com/nikic/iter) -一个使用生成器提供迭代原语的库
+*   [Lambda PHP](https://github.com/igorw/lambda-php) -一个PHP中的Lambda 计算解析器
+*   [Country List](https://github.com/umpirsky/country-list) - 所有带有名称和ISO 3166-1编码的国家列表
+*   [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - 用于Raspberry PI的GPIO pin的库
+*   [print_o](https://github.com/koriym/print_o) - 一个对象图的可视化器
+*   [Alias](https://github.com/fuelphp/alias) -一个类别名库
+
+# Software 软件
+
+_创建一个开发环境的软件_
+
+## PHP安装
+
+_在你的电脑上帮助安装和管理PHP的工具_
+
+*   [HomeBrew](http://mxcl.github.com/homebrew/) -一个OSX包管理器
+*   [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) -一个HomeBrew的PHP通道
+*   [PHP OSX](http://php-osx.liip.ch/) - 一个OSX下的PHP安装器
+*   [PHP Brew](https://github.com/c9s/phpbrew) -一个PHP版本管理和安装器
+*   [PHP Env](https://github.com/CHH/phpenv) - 另一个PHP版本管理器
+*   [PHP Switch](https://github.com/jubianchi/phpswitch) - 另一个PHP版本管理器
+*   [PHP Build](https://github.com/CHH/php-build) - 另一个PHP版本安装器
+*   [VirtPHP](http://virtphp.org/) - 一个创建和管理独立PHP环境的工具
+
+## Development Environment 开发环境
+
+_创建沙盒开发环境的软件和工具_
+
+*   [Vagrant](http://www.vagrantup.com/) -一个便携的开发环境工具
+*   [Ansible](http://www.ansibleworks.com/) - 一个非常简单的编制框架
+*   [Puppet](http://puppetlabs.com/) -一个服务器自动化框架和应用
+*   [PuPHPet](https://puphpet.com/) -一个构建PHP开发虚拟机的web工具
+*   [Protobox](http://getprotobox.com/) -另一个构建PHP开发虚拟机的web工具
+*   [Phansible](http://phansible.com/) - 一个用Ansible构建PHP开发虚拟机的web工具
+
+## Virtual Machines 虚拟机
+
+_相关的PHP虚拟机_
+
+*   [HipHop PHP](https://github.com/facebook/hiphop-php) -Facebook出品的PHP虚拟机,运行时和JIT
+*   [HippyVM](http://hippyvm.com/) -另一个PHP虚拟机
+*   [Hack](http://hacklang.org/) - 一个PHP进行无缝操作的 [HHVM](https://github.com/facebook/hiphop-php)编程语言
+
+## IDE 集成开发环境
+
+_支持PHP的集成开发环境_
+
+*   [Netbeans](https://netbeans.org/) -一个支持PHP和HTML5的IDE
+*   [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) -一个基于Eclipse平台的PHP IDE
+*   [PhpStorm](http://www.jetbrains.com/phpstorm/) -一个商业PHP IDE
+
+## Web Applications Web应用
+
+_基于Web的应用和工具_
+
+*   [3V4L](http://3v4l.org/)一个在线的PHP shell
+*   [DBV](http://dbv.vizuina.com/) -一个数据库版本控制应用
+*   [PHP Queue](https://github.com/CoderKungfu/php-queue) -一个管理后端队列的应用
+*   [Composer as a Service](http://composer.borreli.com/) - 作为一个zip文件下载Composer包的工具
+*   [MailCatcher](https://github.com/sj26/mailcatcher) - 一个抓取和查看邮件的web工具
+
+# Resources 资源
+
+各种提高你的PHP开发技能和知识的资源,比如书籍,网站,文章
+
+## PHP网站
+
+_PHP相关的有用网站_
+
+*   [PHP The Right Way](http://www.phptherightway.com/) -一个PHP最佳实践的快速指引手册
+*   [PHP Best Practices](http://phpbestpractices.org/) - 一个PHP最佳实践指南
+*   [PHP Weekly](http://phpweekly.info/archive/) - 一个PHP新闻周刊
+*   [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - 一个PHP安全指南
+*   [PHP FIG](http://www.php-fig.org/) - PHP框架交互组
+*   [PHP UG](http://php.ug/) -一个帮助用户定位最近的PHP用户组(UG)的网站
+*   [Seven PHP](http://7php.com/) -一个PHP社区成员采访的网站
+*   [Nomad PHP](http://nomadphp.com/) -一个在线PHP学习资源
+*   [PHP Mentoring](http://phpmentoring.org/) -点对点PHP导师组织
+
+## Other Websites 其他网站
+
+_web开发相关的有用网站_
+
+*   [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) -一个开放软件安全社区
+*   [WebSec IO](http://websec.io/) - 一个web安全社区资源
+*   [Web Advent](http://webadvent.org/) -一个web开发人员日历
+*   [Semantic Versioning](http://semver.org/) -一个解析语义版本的网站
+*   [Atlassian Git Tutorials](https://www.atlassian.com/git) -一个Git教程系列
+*   [Hg Init](http://hginit.com/) -一个Mercurial教程系列
+*   [Servers for Hackers](http://serversforhackers.com/) - 一个关于服务器管理的新闻通讯
+
+## PHP 书籍
+
+_PHP相关的非常好的书籍_
+
+*   [Scaling PHP Applications](http://www.scalingphpbook.com/) - 一本Steve Corona关于扩展PHP应用程序的电子书
+*   [The Grumpy Programmer's Guide to Building Testable PHP Applications](https://leanpub.com/grumpy-testing) -一本Chris Hartjes关于构建PHP应用程序测试的书
+*   [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) -一本Chris Hartjes关于使用PHPUnit进行单元测试的书
+*   [Mastering Object-Orientated PHP](http://www.brandonsavage.net/) - 一本Brandon Savage关于PHP面向对象的书
+*   [Signaling PHP](https://leanpub.com/signalingphp) -一本Cal Evans关于在CLI脚本捕获PCNTL 信号的书
+*   [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) -一本Chris Cornutt关于PHP常见安全条款和实践的书
+*   [Modernising Legacy Applications in PHP](https://leanpub.com/mlaphp) -一本Paul M.Jones关于遗留PHP应用进行现代化的书
+
+## 其他书籍
+
+_与一般计算和web开发相关的书_
+
+*   [The Linux Command Line](http://linuxcommand.org/tlcl.php) -William Shotts关于Linux命令行的一本书
+*   [Understanding Computation](http://computationbook.com/) -Tom Stuart关于计算理论的一本书
+*   [The Tangled Web — Securing Web Applications](http://www.amazon.ca/The-Tangled-Web-Securing-Applications/dp/1593273886) - Michal Zalewski关于web应用安全的一本书
+*   [Elasticsearch: The Definitive Guide](http://www.elasticsearch.org/guide/) -Clinton Cormley和Zachary Tong编写的与Elasticsearch工作的一本指南
+*   [Eloquent JavaScript](http://eloquentjavascript.net/) -Marijin Haverbeke关于JavaScript编程的一本书
+*   [Vagrant Cookbook](https://leanpub.com/vagrantcookbook)-Erika Heidi关于创建 Vagrant环境的一本书
+*   [Pro Git](http://git-scm.com/book/en/v2) -Scott Chacon和Ben Straub关于Git的一本书
+
+## PHP视频
+
+_PHP相关的非常不错的视频_
+
+*   [Taking PHP Seriously](http://www.infoq.com/presentations/php-history) - 来自Facebook Keith Adams 讲述PHP优势
+*   [PHP Town Hall](http://phptownhall.com/) - 一个随意的Ben Edmunds和Phil Sturgeon的PHP播客
+*   [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW)  Anthony Ferrara的视频系列
+
+## PHP阅读
+
+_PHP相关的阅读资料_
+
+*   [Create Your Own PHP Framework](http://fabien.potencier.org/article/50/create-your-own-framework-on-top-of-the-symfony2-components-part-1) - 一部Fabien Potencier的关于如何创建你自己的PHP框架的系列文章
+*   [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - 一篇关于纠正BCrypt实现的文章
+*   [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) -一篇组织CSRF攻击的文章
+*   [Don't Worry About BREACH](http://blog.ircmaxell.com/2013/08/dont-worry-about-breach.html) - 一篇关于BREACH攻击和CSRF令牌的文章
+*   [On PHP 5.3, Lamda Functions and Closures](http://fabien.potencier.org/article/17/on-php-5-3-lambda-functions-and-closures) -一篇关于lambda函数和闭包的文章
+*   [Use Env](http://seancoates.com/blogs/use-env) - 一篇关于使用unix环境帮助的文章
+*   [Composer Primer](http://daylerees.com/composer-primer) - Composer初级
+*   [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) -一篇关于Composer版本的文章
+*   [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) -一篇关于Composer稳定性标志的文章
+*   [Innocent Villagefolk or a Pillagin’ Pirate?](http://blog.astrumfutura.com/2012/04/php-innocent-villagefolk-or-a-pillagin-pirate/) -一篇关于PHP从其他语言获取想法的文章
+*   [Predicting Random Numbers in PHP](http://blog.astrumfutura.com/2013/03/predicting-random-numbers-in-php-its-easier-than-you-think/) -一篇关于生成随机数的文章
+*   [A 20 Point List for Preventing XSS in PHP](http://blog.astrumfutura.com/2013/04/20-point-list-for-preventing-cross-site-scripting-in-php/) -一篇关于组织XSS的文章
+*   [PHP Sucks! But I Like It!](http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) -一篇关于PHP利弊的文章
+*   [PHP Is Much Better Than You Think](http://fabien.potencier.org/article/64/php-is-much-better-than-you-think) -一篇关于PHP语言和生态圈的文章
+
+## PHP Internals Reading PHP内核阅读
+
+_阅读PHP内核或性能相关的资料_
+
+*   [PHP RFCs](https://wiki.php.net/rfc) - PHP RFCs主页(请求注解)
+*   [PHP Internals Book](http://www.phpinternalsbook.com/) - 一本由三名核心开发编写的关于PHP内核的在线书
+*   [Print vs Echo, Which One is Faster?](http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster) -一篇关于打印和echo性能的文章
+*   [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/article/48/the-php-ternary-operator-fast-or-not) -一篇关于三元操作性能的文章
+*   [Disproving the Single Quotes Myth](http://nikic.github.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) -一篇关于单,双引号字符串性能的文章
+*   [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - 一篇关于内核ZVALs的文章
+*   [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) -一篇关于字符串原理的文章
+*   [Understanding OpCodes](http://blog.golemon.com/2008/01/understanding-opcodes.html) -一篇关于伪代码的文章
+*   [How Foreach Works](http://stackoverflow.com/questions/10057671/how-foreach-actually-works/14854568#14854568) -StackOverflow 关于foreach回答的详情
+*   [When Does Foreach Copy?](http://nikic.github.com/2011/11/11/PHP-Internals-When-does-foreach-copy.html) -一篇关于foreach原理的文章
+*   [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.com/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - 一篇关于数组原理的文章
+*   [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) -一篇关于对象和数组原理的文章
+*   [PHP Evaluation Order](https://gist.github.com/nikic/6699370) -一篇关于PHP评估顺序的文章
+*   开发人员的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源代码的系列
+*   垃圾收集: [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垃圾收集原理的系列