## PHP技術資源匯總和學習資料推薦
收集整理一些常用的PHP類庫, 資源以及技巧. 以便在工作和學習中查找和學習
## 學習資源
>PHP相關的有參考價值的社區,博客,網站,文章,書籍,視頻等資源
- **PHP網站(PHP Websites)**
- [PHP The Right Way](http://www.phptherightway.com/) - 一個PHP實踐的快速參考指導
- [PHP Best Practices](https://phpbestpractices.org/) - 一個PHP最佳實踐
- [Clean Code PHP](https://github.com/jupeter/clean-code-php) - 一個PHP 編碼標準
- [PHP Weekly News](http://www.phpweekly.com/archive.html) - 一個PHP 周刊
- [Securing PHP](http://securingphp.com/) - 有關PHP安全相關
- [PHP FIG](http://www.php-fig.org/) - PHP框架交互小組
- [PSR 中文翻譯](https://psr.phphub.org)
- [PHP School](http://www.phpschool.io/) - 一個開源的PHP學習資源
- [PHPTrends](http://phptrends.com/) - 一些快速發展的PHP類庫檢索
- [PHP 開發者實踐](https://ryancao.gitbooks.io/php-developer-prepares/content/)
- **PHP-FPM(fastcgi+FPM)**
- [fastcgi和php-fpm](https://www.cnblogs.com/fuwentao/p/9672320.html) -php中fastcgi和php-fpm是什么東西
- **推薦文章(Recommended Article)**
- [The 2018 Guide to Building Secure PHP Software](https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software)
? ? ? ?- 中文翻譯: [2018 PHP 應用程序安全設計指北](https://laravel-china.org/articles/7235/2018-php-application-security-design)
- [advanced-php](https://github.com/elarity/advanced-php) - PHP多進程、socket等相關文章
- **其他網站(Other Websites)**
- [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - 一個開源軟件安全社區
- [WebSec IO](https://websec.io/) - 一個web 安全社區
- [Semantic Versioning](http://semver.org/lang/zh-CN/) - 語義化版本
- [Atlassian Git Tutorials](https://www.atlassian.com/git/) - 一系列的Git教程
- [Servers for Hackers ](https://serversforhackers.com/) - 有關服務器運維相關
- [be-a-professional-programmer](https://github.com/stanzhai/be-a-professional-programmer) - 成為專業程序員路上用到的各種優秀資料、神器及框架
- **PHP書籍(PHP Books)**
- [Modern PHP](http://shop.oreilly.com/product/0636920033868.do) - 作者是[PHP 之道](http://www.phptherightway.com/)的發起人和[Slim框架](http://www.slimframework.com/)的作者
- [Modern PHP(中文版)](http://about.ac/books/modern-php/)
- [PHP Pandas](http://daylerees.com/php-pandas/)
- [ppts_for_php2017](https://github.com/devlinkcn/ppts_for_php2017) - 2017 第三屆PHP全球開發者大會PPT/Keynote
- [PHP-Data-Structure-and-Algorithms](https://github.com/mirahman/PHP-Data-Structure-and-Algorithms)
- **其他書籍(Other Books)**
- [The Linux Command Line](http://linuxcommand.org/) - Linux 命令行教程
- [architecture.of.internet-product](https://github.com/davideuler/architecture.of.internet-product) - 互聯網公司技術架構
- [architect-awesome](https://github.com/xingshaocheng/architect-awesome) - 后端架構師技術圖譜
---
## 依賴管理( Dependency Management )
>用于依賴管理的包和框架
- [Composer](https://getcomposer.org/) / [Packagist](https://packagist.org/) - 一個包和依賴管理器.
- [Composer Installers](https://github.com/composer/installers) - 一個多框架Composer庫安裝器
- [pickle](https://github.com/FriendsOfPHP/pickle) - PHP擴展安裝器
- [Melody](http://melody.sensiolabs.org/) - A tool to build one file Composer scripts.
## 框架( Frameworks )
>Web開發框架
- [Symfony2](http://symfony.com/) - 由獨立組件構成的框架(SP2)
- [Zend Framework 2](http://framework.zend.com/) - 同樣是由獨立組件構成的框架(ZF2)
- [Laravel 5](http://laravel.com/) - 簡潔優雅的PHP Web開發框架(L5)
- [Aura PHP](http://auraphp.com/) - 獨立組件的框架
- [Yii2](https://github.com/yiisoft/yii2/) - 用于開發大型Web應用的高性能PHP框架
- [Nette](http://nette.org/) - 同樣是由獨立組件構成的框架
- [PPI Framework 2](http://www.ppi.io/) - 一個交互性的框架
- [CakePHP](http://cakephp.org/) - 一個高效的應用開發框架(CP)
- [Phalcon](http://phalconphp.com/en/) - 一個作為C擴展的框架
- [Yaf](http://php.net/manual/zh/book.yaf.php) - 鳥哥的C擴展的框架
- [swoole-yaf](https://github.com/LinkedDestiny/swoole-yaf) - 基于 Swoole 及 Yaf 的開發框架
- [yaf](https://github.com/qieangel2013/yaf) - 另一個基于 Swoole 及 Yaf 的開發框架
- [SwooleDistributed](https://github.com/tmtbe/SwooleDistributed) - swoole 分布式全棧框架
- [Zan PHP Framework](https://github.com/youzan/zan) - 有贊開源的 PHP 框架
- [php-msf](https://github.com/pinguo/php-msf) - Camera360開源的微服務框架
- [Biny](https://github.com/Tencent/Biny) - Biny是一款高性能的超輕量級PHP框架
- [Swoft Framework](https://github.com/swoft-cloud/swoft/) - 基于Swoole原生協程,新時代PHP高性能協程框架
## 組件( Components )
- [Aura Components](http://auraphp.com/) - 一個PHP5.4的組件包
- [Hoa Project](http://hoa-project.net/En/) - 一個PHP組件集合
## 配置( Configuration )
>加載配置文件的類庫和擴展
- [Yaconf](https://github.com/laruence/yaconf) - 一個高性能的配置管理擴展
- [config](https://github.com/hassankhan/config) - 一個輕量級的配置加載器, 支持 PHP, INI, XML, JSON, YAML files
- [Zend-config](https://github.com/zendframework/zend-config)
- [phpdotenv](https://github.com/vlucas/phpdotenv) - 讀取.env中全局的最高優先級變量
- [symfony/yaml](https://github.com/symfony/yaml) - 加載和剝離YAML配置文件
## 微框架( Micro Frameworks )
>微型框架和路由
- [Silex](http://silex.sensiolabs.org/) - 基于Symphony2組件的微型框架
- [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - 用于Silex的項目框架
- [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - 用于Silex的Web調試工具條
- [Slim](http://www.slimframework.com/) - 另一個簡單的微型框架
- [awesome-slim](https://github.com/xssc/awesome-slim)
- [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的自定義中間件集合
- [slim-skeleton](https://github.com/JingwenTian/slim-skeleton) - Slim基礎上實現了MVC及一些組件
- [slim-boilerplate](https://github.com/damianopetrungaro/slim-boilerplate)
- [Bullet PHP](http://bulletphp.com/) - 用于構建REST APIs的微型框架
- [Lumen](http://lumen.laravel.com/) - 基于Laravel的微型框架
- [Proton](https://github.com/alexbilbie/Proton) - 一個微型PHP框架
- [blink](https://github.com/bixuehujin/blink) - 一個為構建 “long running” 服務而生的 Web 微型高性能框架
## 路由( Routers )
- [Fast Route](https://github.com/nikic/FastRoute) - 一個高效路由庫
- [Route](https://github.com/thephpleague/route) - 基于Fast Route的路由庫
- [Pux](https://github.com/c9s/Pux) - 另一個高效的路由庫
- [Klein](https://github.com/chriso/klein.php) - 一個靈活的路由庫
- [Macaw](https://github.com/NoahBuscher/Macaw) - 一個簡單的 PHP 路由器,超級精簡、快速而且很性感。
## 模板引擎( Templating )
>模板和詞法分析的庫與工具
- [Twig](http://twig.sensiolabs.org/) - 一種綜合的模板語言
- [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - 用于Twig的模板片段緩存庫
- [Mustache](https://github.com/bobthecow/mustache.php) - PHP實現的Mustache模板語言
- [Phly Mustache](https://github.com/weierophinney/phly_mustache) - 另一個PHP實現的Mustache模板語言
- [MtHaml](https://github.com/arnaud-lb/MtHaml) - PHP實現的HAML模板語言
- [PHPTAL](http://phptal.org/) - PHP實現的TAL模板語言
- [Plates](http://platesphp.com/) - 一個原始的PHP模板庫
- [Lex](https://github.com/pyrocms/lex) - 一個輕量級模板解析器
- [Aura.View](https://github.com/auraphp/Aura.View) - Provides TemplateView and TwoStepView
## 靜態站生成器( Static Site Generators )
>生成Web頁面內容的預處理工具
- [Sculpin](http://sculpin.io/) - 將Markdown和Twig轉換為靜態HTML的工具
- [Phrozn](http://phrozn.info/) - 另一款ithub將Textile、Markdown和Twig轉為HTML的工具
- [Spress](http://spress.yosymfony.com/)
- [Couscous](http://couscous.io/) - 將Markdown 文檔轉換成 HTML 發布到Github Page 的工具
## 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請求的庫
- [php-curl-class](https://github.com/php-curl-class/php-curl-class) - PHP的Curl類
- [Beanbun](https://github.com/kiddyuchina/Beanbun) - 多進程網絡爬蟲框架
- [php-mod/curl](https://github.com/php-mod/curl) - PHP Curl Class
- [CORS](https://github.com/medz/cors) - PHP CORS (Cross-origin resource sharing) middleware.
## SOAP
- [soap-client](https://github.com/phpro/soap-client) - A general purpose SOAP client for PHP
- [soap-client](https://github.com/goetas-webservices/soap-client) - PHP implementation of SOAP 1.1 and 1.2 client specifications
- [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - Simple utility and class library for generating php classes from a wsdl file.
## 中間件( Middlewares )
>用于構建應用的類庫的中間件
## URL
>解析URL的庫
- [Purl](https://github.com/jwage/purl) - 一個URL操作庫
- [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - 一個本地的后綴解析器
- [Uri](https://github.com/thephpleague/uri) - 一個簡單的URL操作庫
## 郵件( Email )
>用于發送和解析Email的庫
- [SwiftMailer](http://swiftmailer.org/) - 一個郵件程序的解決方案
- [PHPMailer](https://github.com/PHPMailer/PHPMailer) - 另一個郵件程序的解決方案
- [Nette Mail](https://github.com/nette/mail) - 一個簡單優雅的郵件發送模塊
- [Fetch](https://github.com/tedivm/Fetch) - 一個IMAP庫
- [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - 一個郵件回復解析器庫
- [Stampie](https://github.com/henrikbjorn/Stampie) - 關于郵件服務的庫,比如SendGrid、PostMark、MailGun和Mandrill
- [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - 郵件模板中一個內聯的CSS庫
- [Email Validator](https://github.com/nojacko/email-validator) - 一個小巧的郵箱驗證庫
## 文件操作( Files )
>關于文件處理和MIME類型檢查
- [symfony/finder](https://github.com/symfony/finder) - 通過一個直觀而流暢的接口來尋找文件和目錄
- [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視頻包裝的庫
- [CSV](https://github.com/thephpleague/csv) - 一個CSV數據操作庫
## 流( Stream )
>處理流的庫
- [Streamer](https://github.com/fzaninotto/Streamer) - 一個簡單的面向對象流包裝庫
## 依賴注入( Dependency Injection )
>實現依賴注入設計模式的庫
- [Pimple](http://pimple.sensiolabs.org/) - 一個小的依賴注入容器
- [container-interop](https://github.com/container-interop) - Containers interoperability
- [Auryn](https://github.com/rdlowrey/Auryn) - 另一個小的依賴注入容器
- [Container](https://github.com/thephpleague/container) - 另一個靈活的依賴注入容器
- [PHP DI](http://php-di.org/) - 一個使用標注實現的依賴注入
- [Acclimate](https://github.com/symfony/DependencyInjection) - 依賴注入容器和服務定位器的通用接口
- [Symfony DI](https://github.com/symfony/DependencyInjection) - 一個的依賴注入組件(SF2)
- [Twittee](https://github.com/fabpot/twittee)
- [simple di container](https://github.com/laracasts/simple-di-container)
- [Ding](https://github.com/marcelog/Ding)
- [di](https://github.com/yiisoft/di) - Yii DI container and injector
## 圖像( 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) - 從圖像中提取顏色的庫
- [Glide](https://github.com/thephpleague/glide) - 一個按需的圖片處理庫
- [Image Optimizer](https://github.com/psliwa/image-optimizer) - 一個優化圖片的庫
- [PHPThumb](https://github.com/masterexploder/PHPThumb) - 縮略圖處理庫
- [phpqrcode](https://github.com/t0k4rt/phpqrcode) - 二維碼生成庫
- [QrCode](https://github.com/endroid/QrCode) - 另一個二維碼生成庫
- [pel](https://github.com/lsolesen/pel) - PHP Exif 庫
- [php-exif](https://github.com/PHPExif/php-exif) - PHP Exif信息讀取庫
- [Captcha](https://github.com/Gregwar/Captcha) - 圖形驗證碼
## 測試( 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開發的現代負載測試庫
- [Peridot](https://github.com/peridot-php/peridot) - 一個事件驅動的測試框架
- [SimpleTest](https://github.com/simpletest/simpletest) - Unit Testing for PHP
## 持續集成( Continuous Integration )
>持續集成的庫和應用
- [Travis CI](https://travis-ci.org/) - 一個持續集成的平臺
- [SemaphoreCI](https://semaphoreapp.com/) - 一個給開源程序和私有項目的持續集成平臺
- [PHPCI](http://www.phptesting.org/) - 一個PHP的開源持續集成平臺
- [Sismo](http://sismo.sensiolabs.org/) - 一個持續的測試服務器庫
- [Jenkins](http://jenkins-ci.org/) - PHP支持的持續集成平臺
- [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) - 文檔生成器
- [phpDox](http://phpdox.de/) - 一個PHP項目的文檔生成器(不僅僅是API文檔)
- [swagger-php](https://github.com/zircote/swagger-php) - A php swagger annotation and parsing library
## 安全( Security )
>用于生成安全的隨機數、加密數據、掃描漏洞, 令牌的庫
- [HTML Purifier](https://github.com/ezyang/htmlpurifier) - 一個標準的HTML過濾器
- [random_compat](https://github.com/paragonie/random_compat) - PHP5.x生成安全的隨機數的庫(PHP7可用內置`random_bytes()`和`random_int()`函數)
- [RandomLib](https://github.com/ircmaxell/RandomLib) - 生成隨機數和隨機字符串的庫
- [True Random](https://github.com/pixeloution/true-random) - 使用www.random.org生成隨機數的庫
- [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - 一個PHP安全庫
- [PHPSecLib](https://github.com/phpseclib/phpseclib) - 一個純的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應用的集成滲透測試工具
- [php-ratelimiter](https://github.com/akirk/php-ratelimiter)
- [xxtea-php](https://github.com/xxtea/xxtea-php) - XXTEA encryption algorithm library for PHP.
## 密碼( 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顯示密碼強度估計庫
- [GenPhrase](https://github.com/timoh6/GenPhrase) - 一個生成安全隨機口令的庫
- [base62](https://github.com/tuupola/base62) - base62編碼庫(短網址應用)
- [base58php](https://github.com/stephen-hill/base58php) - base58編碼庫(Bitcoin中使用的一種獨特的編碼方式,主要用于產生Bitcoin的錢包地址)
- [base85](https://github.com/tuupola/base85) - base85編碼庫(在base64的基礎上進一步壓縮數據量,應用于Adobe的PostScript語言和PDF文檔格式)
## 代碼分析( 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/) - 一個掃描代碼bug、次佳代碼和未使用參數的庫
- [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - 一個PHP/CSS/JS代碼規范與質量檢查工具
- [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - 一個PHP代碼規范與質量檢查工具
- [phpmd](https://github.com/phpmd/phpmd) - 一個PHP代碼規范與質量檢查工具
- [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - 一個檢測復制和粘貼代碼的庫
- [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - 一個分析PHP代碼中錯誤的庫
- [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代碼的命令行工具
- [php-semver-checker](https://github.com/tomzx/php-semver-checker) - 一個版本對比的命令行工具
- [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項目大小的工具
- [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - 一個幫助遵守特定代碼規則的工具
- [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - 一個創建可定制型依賴關系圖表的工具
- [Code Climate](http://codeclimate.com/) - 自動化的code review
- [PHP Error](https://github.com/JosephLenton/PHP-Error) - 用于轉換標準的 PHP 錯誤信息,主要用于開發過程中的調試
- [psalm](https://github.com/vimeo/psalm) - 一個幫助你識別代碼里可能存在 bugs 的靜態分析工具
- [phan](https://github.com/phan/phan) - 代碼靜態分析工具
- [phpstan](https://github.com/phpstan/phpstan) - 代碼靜態分析工具
- [PHPLint](https://github.com/overtrue/phplint) - 用于PHP文件語法檢測(支持多進程,基于 `php -l`)
## 結構( Architectural )
>有關于設計模式,編程規范以及代碼組織方式的庫
- [PHP Option](https://github.com/schmittjoh/php-option) - 一個PHP選項類型的庫
- [Ruler](https://github.com/bobthecow/Ruler) - 一個簡單的無狀態的產生環境規則的引擎
- [Finite](http://yohan.giarel.li/Finite) - 一個簡單的PHP有限狀態機
- [Compose](https://github.com/igorw/compose) - 一個功能組合庫
- [Monad PHP](https://github.com/ircmaxell/monad-php) - 一個簡單Monad庫
- [Patchwork](http://antecedent.github.io/patchwork/) - 一個重新定義用戶的函數庫
- [Galapagos](https://github.com/endel/galapagos) - 語言轉換進化
- [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - 一個使用PHP實現的設計模式實例庫
- [Functional PHP](https://github.com/lstrojny/functional-php) - 一個函數式編程庫
- [Lib Accessor](https://github.com/phine/lib-accessor) - 一個簡化訪問的庫
- [Iter](https://github.com/nikic/iter) - 一個使用生成器提供迭代原語的庫
## 調試和性能( Debugging and Profiling )
>調試代碼的庫和工具
- [xDebug](https://github.com/xdebug/xdebug) - 一個PHP的調試和分析工具
- [whoops](https://github.com/filp/whoops)
- [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) - 一個簡單的錯誤檢測、日志和時間測量庫
- [Z-Ray](http://www.zend.com/en/products/server/z-ray) - 一個調試和性能分析的工具
- [xHprof](https://github.com/phacility/xhprof) - Facebook開源的PHP性能評測工具
? ?- [xhprof](https://github.com/longxinH/xhprof) - 基于官方版本fork的社區版本(支持PHP7)
- [xhprof.io](https://github.com/EvaEngine/xhprof.io) - 實現保存xhprof數據以及展示數據的UI
- [xhgui](https://github.com/perftools/xhgui) - 另一個保存xhprof數據以及展示數據的UI
- [Blackfire.io](http://blackfire.io) - 一個低開銷的代碼探查器
- [Kint](https://github.com/raveren/kint) - 一個調試和性能分析的工具
- [phptrace](https://github.com/Qihoo360/phptrace) - 360開源的PHP執行跟蹤工具
- [php-apm](https://github.com/patrickallaert/php-apm) - Application performance management for PHP application
- [BooBoo](https://github.com/thephpleague/booboo) - 集中異常捕獲
- [Collision](https://github.com/nunomaduro/collision) - 命令行PHP應用程序的錯誤處理程序框架
- [symfony/debug](https://github.com/symfony/debug) - PHP debug調試庫
- [Molten](https://github.com/chuan-yun/Molten) - 應用透明鏈路追蹤工具(PHP擴展)
## 構建工具( 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 )
>用于管理、壓縮和最小化網站資源的工具
- [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) - 一個GeoJSON的實現
## 日期與時間( Date and Time )
>處理日期和時間的庫
- [Carbon](https://github.com/briannesbitt/Carbon) - 一個簡單的日期時間API擴展
- [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - 另一個日期時間API擴展
- [CalendR](http://yohan.giarel.li/CalendR) - 一個日歷管理的庫
- [date](https://github.com/jenssegers/date) - 一個多語言的日期庫
- [moment.php](https://github.com/fightbulc/moment.php)
## 事件( Event )
>事件驅動或非阻塞事件循環實現的庫
- [React](https://github.com/reactphp/react) - 一個事件驅動的非阻塞I/O庫
- [Rx.PHP](https://github.com/asm89/Rx.PHP) - 一個反應擴展庫
- [phpsocket.io](https://github.com/walkor/phpsocket.io)
- [Ratchet](https://github.com/cboden/Ratchet) - 一個Web套接字庫
- [Hoa WebSocket](https://github.com/hoaproject/Websocket) - 另一個Web套接字庫
- [Elephant.io](https://github.com/Wisembly/Elephant.io) - 另一個Web套接字庫
- [Hoa EventSource](https://github.com/hoaproject/Eventsource) - 一個事件源庫
- [Evenement](https://github.com/igorw/evenement) - 一個事件調度庫
- [Event](https://github.com/thephpleague/event) - Event package for your app and/or domain.
- [Cake Event](https://github.com/cakephp/event) - 一個事件調度類庫
- [Broadway](https://github.com/qandidate-labs/broadway) - 一個事件源和CQRS庫
## 日志( Logging )
>用于生成和處理日志文件的庫
- [Monolog](https://github.com/Seldaek/monolog) - 一個綜合的日志類庫
- [KLogger](https://github.com/katzgrau/KLogger) - 一個易于使用的PSR-3日志類
- [Analog](https://github.com/jbroadway/analog) - 一個機遇閉包的微型日志包
- [SeasLog](https://github.com/neeke/seaslog) - 一個高效的日志擴展
## 電子商務( E-commerce )
>用于支付和構建在線電子商務商店的庫和應用
- [OmniPay](https://github.com/thephpleague/omnipay) - 一個多網關支付處理的框架
- [omnipay-paypal](https://github.com/thephpleague/omnipay-paypal) - PayPal 支付
- [omnipay-wechatpay](https://github.com/lokielse/omnipay-wechatpay) - 微信支付
- [omnipay-unionpay](https://github.com/lokielse/omnipay-unionpay) - 銀聯支付
- [omnipay-alipay](https://github.com/lokielse/omnipay-alipay) - 支付寶支付
- [omnipay-pingpp](https://github.com/phoenixg/omnipay-pingpp) - ping++聚合支付
- [omnipay-99bill](https://github.com/zacksleo/omnipay-99bill) - 快錢支付
- [Payum](https://github.com/payum/payum) - 一個用于支付的抽象庫
- [Sylius](http://www.sylius.org/) - 一個開源的電子商務解決方案
- [Thelia](http://thelia.net/v2/) - 另一個開源的電子商務解決方案
- [Money](https://github.com/mathiasverraes/money) - PHP實現的Fowler金錢模式
- [Sebastian Money](https://github.com/sebastianbergmann/money) - 一個處理貨幣價值的庫
- [Swap](https://github.com/florianv/swap) - 一個匯率庫
- [yansongda/pay](https://github.com/yansongda/pay) - 優雅的 Alipay 和 WeChat 的支付 SDK 擴展包
## PDF
>處理PDF文件的庫和軟件
- [Snappy](https://github.com/KnpLabs/snappy) - 一個PDF和圖像的生成庫
- [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - 一個將HTML轉換為PDF的工具
- [PHPPdf](https://github.com/psliwa/PHPPdf) - 一個將XML轉化為PDF和圖片的庫
- [phpwkhtmltopdf](https://github.com/mikehaertl/phpwkhtmltopdf)
- [php-pdftk](https://github.com/mikehaertl/php-pdftk) - A PDF conversion and form utility based on pdftk
## Office
>Office套裝的各種文檔的處理庫
- [PHPWord](https://github.com/PHPOffice/PHPWord) - 處理Word文檔的庫
- [PHPExcel](https://github.com/PHPOffice/PHPExcel) - 處理Excel文檔的庫
- [PHPPowerPoint](https://github.com/PHPOffice/PHPPowerPoint) - 處理PPT幻燈片的庫
- [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - 操作Excel文檔的庫
- [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - 建議使用最新的PHPOffice維護的Excel 文檔處理庫
- [php-ext-excel-export](https://github.com/viest/php-ext-excel-export) - 操作Excel的 PHP 擴展
## 數據庫( 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 5 ORM(L5)
- [LazyRecord](https://github.com/c9s/LazyRecord) - 一個快速的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) - 用于數據映射生成代理對象的工具集合
- [Cake ORM](https://github.com/cakephp/orm) - 對象關系映射器, 實現了使用數據映射模式(CP)
- [Medoo](http://medoo.in/) - 一個輕量級的加速開發的ORM
- [Aura SQL](https://github.com/auraphp/Aura.Sql) - SQL database access through PDO.
- [EasyDB](https://github.com/paragonie/easydb) - 數據庫抽象層
## 遷移( 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后端的庫
- MongoDB
- [mongo-php-library](https://github.com/mongodb/mongo-php-library) - MongoDB 官方PHP庫
- [MongoQB](https://github.com/alexbilbie/MongoQB) - 一個MongoDB的查詢構建庫
- [Monga](https://github.com/thephpleague/monga) - 一個MongoDB的抽象庫
- [mongodm](https://github.com/purekid/mongodm) - MongoDB ORM
- [php-mongo](https://github.com/sokil/php-mongo) - PHP ODM for MongoDB
- [laravel-mongodb](https://github.com/jenssegers/laravel-mongodb)
- Redis
- [Predis](https://github.com/nrk/predis) - 一個功能完全的Redis庫
- [codis](https://github.com/CodisLabs/codis) - Codis 是一個分布式 Redis 解決方案
- [twemproxy](https://github.com/twitter/twemproxy) - 是twtter開源的一個redis和memcache代理服務器
- [pika](https://github.com/Qihoo360/pika) - Pika是一個可持久化的大容量redis存儲服務
## 隊列( Queue )
>處理事件和任務隊列的庫
- [enqueue-dev](https://github.com/php-enqueue/enqueue-dev) - Message queue packages for PHP, Symfony, Laravel, Magento
- [enqueue/rdkafka](https://github.com/php-enqueue/rdkafka)
- [enqueue/enqueue](https://github.com/php-enqueue/enqueue)
- [enqueue/pheanstalk](https://github.com/php-enqueue/pheanstalk)
- [enqueue/redis](https://github.com/php-enqueue/redis)
**隊列服務框架**
- [Kafka](https://github.com/apache/kafka) - 高吞吐量的分布式發布訂閱消息系統
- [RabbitMQ](https://github.com/rabbitmq/rabbitmq-server) - 使用 erlang 編寫的 AMQP (高級消息隊列協議) 的服務實現
- [RocketMQ](https://github.com/apache/rocketmq/)
- [ActiveMQ](https://github.com/apache/activemq/)
- [Qpid](https://github.com/apache/qpid)
- [Disque](https://github.com/antirez/disque) - 分布式內存隊列
- [beanstalkd](https://github.com/kr/beanstalkd) - 一個高性能、輕量級的消息隊列中間件
**隊列相關類庫**
- [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) - 一個多后端的抽象庫
- [php-resque](https://github.com/chrisboulton/php-resque) - 基于redis的消息隊列
- [php-amqplib](https://github.com/php-amqplib/php-amqplib) - 一個RabbitMQ客戶端庫
- [kafka-php](https://github.com/weiboad/kafka-php) - 一個kafka客戶端庫(Composer)
- [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka) - 一個kafka客戶端庫(PECL)
## 搜索( Search )
>在數據中建立索引和執行查詢相關的庫和軟件
- [ElasticSearch PHP](https://github.com/elasticsearch/elasticsearch-php) - 用于 [ElasticSearch](http://www.elasticsearch.org/) 的官方客戶端庫.
- [Elastica](https://github.com/ruflin/Elastica) - 另一個ElasticSearch的客戶端庫
- [Solarium](http://www.solarium-project.org/) - [Solr](http://lucene.apache.org/solr/) 的客戶端庫 .
- [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - [Sphinx](http://sphinxsearch.com/) 搜索引擎的查詢庫
## 命令行( Command Line )
>構建命令行工具的庫
- [symfony/console](https://github.com/symfony/console) - Symfony命令行工作組件
- [symfony/process](https://github.com/symfony/process) - Symfony命令執行組件(用于執行系統命令)
- [Boris](https://github.com/d11wtq/boris) - 一個微型的PHP REPL
- [PsySH](https://github.com/bobthecow/psysh) - 另一個PHP REPL
- [Pecan](https://github.com/mcrumm/pecan) - 一個事件驅動,非阻塞的shell
- [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) - 構建命令行工具的小型框架
- [CLImate](https://github.com/thephpleague/climate) - 構建命令行工具的框架(可以輸出顏色和特殊格式)
- [Webmozart Console](github.com/webmozart/console)
- [Silly](https://github.com/mnapoli/silly) - Silly CLI micro-framework based on Symfony Console
- [php-shellcommand](https://github.com/mikehaertl/php-shellcommand) - A simple object oriented interface to execute shell commands in PHP
- [PHP-Console-Highlighter](https://github.com/JakubOnderka/PHP-Console-Highlighter) - 命令行下高亮顯示 PHP 代碼
## 定時任務( Crontab )
>定時任務管理 crontab在 PHP 中的相關封裝
- [Dispatcher](https://github.com/Indatus/dispatcher) - 基于Laravel的定時任務管理
- [swoole-crontab](https://github.com/osgochina/swoole-crontab) - 基于swoole的定時器程序,支持秒級處理
- [jobby](https://github.com/jobbyphp/jobby) - 一個 PHP 的定時任務管理器
- [cronlingo](https://github.com/ajbdev/cronlingo) - Express crontabs as human friendly phrases
## 身份驗證( Authentication and Authorization )
>實現身份驗證模式的庫
- [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - 一個身份驗證和授權的框架
- [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - 一個用于社交網絡身份驗證的庫
- [Opauth](https://github.com/opauth/opauth) - 提供了 OAuth 認證的支持,提供統一標準的訪問方法
- [OAuth2 Server](http://oauth2.thephpleague.com/) - 一個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) - 一個開源的社交登錄庫
- [Lock](https://github.com/BeatSwitch/lock) - 一個 Access Control Lists (ACL) 系統庫.
- [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - 一個 OAuth 1.0 客戶端庫.
- [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - 一個 OAuth 2.0 客戶端庫.
- [Sentry](http://github.com/cartalyst/sentry) - 認證和授權系統
- [EvaOAuth](https://github.com/AlloVince/EvaOAuth) - 統一接口的 OAuth 登錄 PHP 類庫
- [JSON Web Token](http://jwt.io/)- JSON網絡令牌庫
- [php-jwt](https://github.com/firebase/php-jwt)
- [jwt](https://github.com/lcobucci/jwt)
- [jose](https://github.com/namshi/jose) - JSON簽名和加密的庫
- [slim-jwt-auth](https://github.com/tuupola/slim-jwt-auth)
- [jwt-auth](https://github.com/tymondesigns/jwt-auth)
- [Sapient](https://github.com/paragonie/sapient) - the Secure API ENgineering Toolkit API消息傳遞安全校驗
- [legalthings/sso](https://github.com/legalthings/sso) - Simple Single Sign-On for PHP
## 標記( 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](http://spec.commonmark.org/) 的Markdown解析器.
- [Parsedown](https://github.com/erusev/parsedown) - 一個Markdown解析器
- [Ciconia](https://github.com/kzykhys/Ciconia) - 一個支持Github風格的Markdown解析器
- [Cebe Markdown](https://github.com/cebe/markdown) - 一個快速、可擴展的Markdown解析器
- [HTML5 PHP](https://github.com/Masterminds/html5-php) - 一個HTML5解析和序列化的庫
- [Emoji](https://github.com/heyupdate/Emoji) - 一個簡單的處理emoji的類庫
- [php-emoji](https://github.com/iamcal/php-emoji) - 一個emoji表情轉換庫
## 字符串( Strings )
>解析和操縱字符串的庫
- [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
- [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.js的PHP端口
- [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) - 一個解析UA(User Agent)字符串的庫
- [Device Detector](https://github.com/piwik/device-detector) - 另一個解析UA(User Agent)字符串的庫
- [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - 一個輕量級的檢測移動設備的庫(包括桌面設備)
- [Browser](https://github.com/cbschuld/Browser.php) - 檢測關于用戶的瀏覽器環境
- [colors.php](https://github.com/kevinlebrun/colors.php) - An easy way to add colors in your CLI scripts.
## 數字( 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) - PHP實現的Google電話號碼處理系統庫
- [hashids.php](https://github.com/ivanakimov/hashids.php) - 用來把整數生成唯一字符串(比如:通過加密解密id來隱藏真實id)
- [Particle](https://github.com/sschiau/Particle) - PHP ID Generator | Implementation of Twitter Snowflake ID Generator
## 過濾和驗證( Filtering ang Validation )
>用于過濾和驗證數據的庫
- [Filterus](https://github.com/ircmaxell/filterus) - 一個簡單的PHP過濾庫
- [Respect Validation](https://github.com/Respect/Validation) - 一個簡單的驗證庫
- [Valitron](https://github.com/vlucas/valitron) - 另一個數據驗證庫
- [Cake Validation](https://github.com/cakephp/validation) - 另一個數據驗證庫
- [Illuminate validation package](https://github.com/illuminate/validation) - Laravel的驗證庫
- [php-readability](https://github.com/feelinglucky/php-readability) - 內容分析算法
- [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編碼的庫
- [aura/filter](https://github.com/auraphp/Aura.Filter) - Aura 數據驗證組件
- [symfony/validator](https://github.com/symfony/validator) - Symfony 數據驗證組件
## REST和API
>用于開發restful APIs的庫和Web框架
- [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - 一個使用Zend Framework2構建的API構建器
- [Hateoas](https://github.com/willdurand/Hateoas) - 一個HATEOAS 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的輕量級框架
- [fractal](https://github.com/thephpleague/fractal) - [最佳實踐]數據返回的統一化處理
- [api-problem](https://github.com/Crell/ApiProblem) - A simple implementation of the api-problem specification
- [graphql-php](https://github.com/webonyx/graphql-php) - 應用層查詢語言庫
- [GraphQL](https://github.com/Youshido/GraphQL) - 另一個應用層查詢語言庫
## 緩存( Caching )
>緩存數據的庫
- [symfony/cache](https://github.com/symfony/cache) - Symfony遵循 [PSR-6](https://www.php-fig.org/psr/psr-6/)實現的緩存組件
- [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - PHP的開源操作碼緩存
- [Doctrine Cache](https://github.com/doctrine/cache) - 一個緩存庫.
- [Zend Cache](https://github.com/zendframework/zend-cache) - 另一個緩存庫
- [Cake Cache](https://github.com/cakephp/cache) - 一個用于緩存的庫
- [Stash](https://github.com/tedivm/Stash) - 另一個緩存庫
- [CacheTool](https://github.com/gordalina/cachetool) - 一個清除APC/opcode緩存的命令行工具
- [PhpFastCache](https://github.com/khoaofgod/phpfastcache) - PHP 緩存庫
- [desarrolla2/Cache](https://github.com/desarrolla2/Cache) - 一個提供多種Adapter的緩存庫
## 數據結構和存儲( Data Structure and Storage )
>實現數據結構和存儲技術的庫
- [Illuminate\Support\Collection](https://docs.golaravel.com/docs/5.1/collections/) - Laravel提供的流暢、便利的封裝來操控數組數據的集合庫
- [Collections](https://github.com/tightenco/collect) - 一個從Laravel拆離出的集合庫
- [Ardent](https://github.com/morrisonlevi/Ardent) - 一個數據結構庫
- [Cake Collection](https://github.com/cakephp/collection) - 一個簡單的集合庫
- [Collections](https://github.com/italolelis/collections) - 一個集合抽象庫
- [Fractal](https://github.com/php-loep/fractal) - 一個將復雜數據結構轉換為JSON輸出的庫
- [PHP Collections](https://github.com/schmittjoh/php-collection) - 一個簡單的集合庫
- [Serializer](https://github.com/schmittjoh/serializer) - 用于序列化和反序列化數據的庫
- [Zend Serializer](https://github.com/zendframework/zend-serializer) - 另一個用于序列化和反序列化數據的庫
- [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - 一個用于對象存儲的庫
- [Totem](http://github.com/Wisembly/Totem) - 一個管理和創建數據修改集的庫
- [PINQ](https://github.com/TimeToogo/Pinq) - PHP實時Linq庫
- [JsonMapper](https://github.com/netresearch/jsonmapper) - 一個將內嵌JSON結構映射到PHP類上的庫
- [php-jsonq](https://github.com/nahid/jsonq) - A PHP query builder for JSON
## 通知( Notifications )
>關于通知的庫
- [Nod](https://github.com/filp/nod) - 一個通知庫
- [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) - 一個部署庫
- [Deployer](https://github.com/deployphp/deployer) - 一個部署工具
- [walle-web](https://github.com/meolu/walle-web) - 一個開源的web代碼發布管理系統
## 國際化和本地化(Internationalisation and Localisation)
>用于國際化(I18n)和本地化(L10n)的庫
* [Aura Intl](https://github.com/auraphp/Aura.Intl)
* [Cake I18n](https://github.com/cakephp/i18n) - 翻譯和本地化消息
* [symfony/translation](https://github.com/symfony/translation)
* [illuminate/translation](https://github.com/illuminate/translation)
* [Gettext](https://github.com/oscarotero/Gettext) - PHP library to collect and manipulate gettext (.po, .mo, .php, .json, etc)
* [zend/i18n](http://zendframework.github.io/zend-i18n/translation/)
## 第三方API( Third Party APIs )
>訪問第三方API的庫
- [mailgun-php](https://github.com/mailgun/mailgun-php) - Mailgun's Official SDK for PHP
- [wechat](https://github.com/overtrue/wechat) - 讓微信開發更簡單
- [Qiniu/sdk](https://github.com/qiniu/php-sdk) - Qiniu Resource Storage SDK for PHP
- [Qiniu/qshell](https://github.com/qiniu/qshell) - qshell是利用七牛文檔上公開的API實現的一個方便開發者測試和使用七牛API服務的命令行工具。
- [Wafer](https://github.com/tencentyun/wafer) - 快速構建具備彈性能力的微信小程序
- [GeoIP2-php](https://github.com/maxmind/GeoIP2-php) - MaxMind GeoIP2 地理位置服務
- [pingpp-php](https://github.com/PingPlusPlus/pingpp-php) - ping++聚合支付SDK
## 擴展( Extensions )
>幫助構建PHP擴展的庫
- [Zephir](https://github.com/phalcon/zephir) - 用于開發PHP擴展的一種在PHP和C++間的編譯語言
- [PHP CPP](http://www.php-cpp.com/) - 一個用于開發PHP擴展的C++庫
- [PHP-X](https://github.com/swoole/PHP-X) - C++ wrapper for Zend API
## PHP 安裝(PHP Installation)
>幫助安裝和管理PHP
- [HomeBrew](http://brew.sh/) - 一個OSX的包管理工具
- [HomeBrew PHP](https://github.com/Homebrew/homebrew-php) - HomeBrew中PHP的安裝包
- [PHP OSX](http://php-osx.liip.ch/) - 一個OSX中的PHP安裝器
- [PHP Brew](https://github.com/phpbrew/phpbrew) - 一個PHP版本管理工具和安裝器
- [PHP Env](https://github.com/CHH/phpenv) - 另一個PHP版本工具
- [PHP Switch](https://github.com/jubianchi/phpswitch) - 另一個PHP版本工具
- [PHP Build](https://github.com/php-build/php-build) - 另一個PHP版本工具
- [VirtPHP](http://virtphp.org/) - 一個創建和管理分離的PHP環境的工具
## 開發環境(Development Environment)
>創建沙箱開發環境的軟件和工具
- [Docker](https://www.docker.com/) - 一個開源的應用容器引擎
- [Vagrant](https://www.vagrantup.com/) - 一個輕便的創建開發環境的工具
- [Ansible](https://www.ansible.com/) - 一個簡單的業務流程框架
- [Puppet](https://puppetlabs.com/) - 服務器自動化框架和應用
- [PuPHPet](https://puphpet.com/) - 一個用于構建PHP開發虛擬機工具
- [Protobox](http://getprotobox.com/) - 另一個用于構建PHP開發虛擬機工具
- [Phansible](http://phansible.com/) - 另一個用于構建PHP開發虛擬機工具
- [centstead](https://github.com/jason-chang/centstead) - Laravel local development environment base on vagrant and homestead
- [Devilbox](https://github.com/cytopia/devilbox) - A modern dockerized LAMP and MEAN stack alternative to XAMPP
- [Homestead](https://github.com/laravel/homestead) - 基于 Vagrant 的 PHP 開發環境
- [Laradock](https://github.com/laradock/laradock) - 基于 Docker 的 PHP 開發環境
## 虛擬機(Virtual Machines)
>替代的PHP虛擬機
- [HHVM](https://github.com/facebook/hhvm) - Facebook 開源的PHP虛擬機
- [HippyVM](http://hippyvm.com/) - 另一個PHP虛擬機
## 開發工具(Integrated Development Environment)
>支持PHP的IDE
- [Netbeans](https://netbeans.org/)
- [Eclipse for PHP Developers ](https://www.eclipse.org/downloads/)
- [PhpStorm ](http://www.jetbrains.com/phpstorm/)
## Web 應用程序(Web Applications)
>基于Web的應用程序和工具
- [3V4L](https://3v4l.org/) - Online PHP shell
- [DBV](http://dbv.vizuina.com/) - 數據庫版本控制應用程序
- [PHP Queue](https://github.com/CoderKungfu/php-queue) - 管理隊列的后端程序
- [MailCatcher](https://github.com/sj26/mailcatcher) - 一個接受和查看郵件的程序
- [Cachet](https://github.com/cachethq/cachet) - 一個開源的網站狀態展示系統(如: status.github.com )
- [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - Redis 管理工具
- [phpPgAdmin ](https://github.com/phppgadmin/phppgadmin) - PostgreSQL管理工具
- [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - MySQL管理工具
- [rockmongo](https://github.com/iwind/rockmongo) - MongoDB管理工具
- [Grav](https://github.com/getgrav/grav) - Powerful Flat-File CMS
- [Piwik](https://github.com/piwik/piwik) - 網頁統計
- [YOURLS](https://github.com/YOURLS/YOURLS) - 短網址生成系統
- [Nextcloud server](https://github.com/nextcloud/server) - 開源私有云系統(a safe home for all your data)
## 基礎設施(Infrastructure)
>提供PHP應用程序和服務的基礎設施
- [appserver.io](http://appserver.io/) - 基于PHP的多線程應用程序服務器
- [php-pm](https://github.com/php-pm/php-pm) - 進程管理器,增壓器和PHP應用程序的負載平衡器
- [laravel-swoole](https://github.com/swooletw/laravel-swoole) - 基于 swoole 的高性能HTTP Server
- [laravel-s](https://github.com/hhxsv5/laravel-s) - 另一個基于 swoole 的高性能HTTP Server
## 數據庫中間件( DB Proxy )
> 用于讀寫分離、分庫分表等
- [kingshard](https://github.com/flike/kingshard) - 金山開源的數據庫中間件
- [heisenberg](https://github.com/brucexx/heisenberg) - 百度開源的數據庫中間件
- [Oceanus](https://github.com/58code/Oceanus) - 58同城開源的數據庫中間件
- [Atlas](https://github.com/Qihoo360/Atlas) - 360開源數據庫中間件
- [DBProxy](https://github.com/Meituan-Dianping/DBProxy) - 美團點評基于Atlas的數據庫中間件
- [Mycat](http://www.mycat.org.cn/index.html)
- [TiDB](https://github.com/pingcap/tidb) - 分布式數據庫
- [mysql-proxy](https://github.com/swoole/mysql-proxy) - Swoole開源的數據庫中間件
## RPC框架
> 遠程過程調用框架
- [thrift](https://github.com/apache/thrift) - Apache Thrift
- [grpc](https://github.com/grpc/grpc) - Google的開源框架
- [protobuf](https://github.com/allegro/php-protobuf)
- [Dubbo](https://github.com/alibaba/dubbo) - 阿里巴巴開源的RPC框架
- [Motan](https://github.com/weibocom/motan) - 微博輕量級RPC框架
- [Dubbox](https://github.com/dangdangdotcom/dubbox) - 當當網維護的dubbox
- [sofa-pbrpc](https://github.com/baidu/sofa-pbrpc) - 百度開源的sofa-pbrpc
- [yar](https://github.com/laruence/yar)
- Hprose - 高性能跨語言RPC
- [hprose-php](https://github.com/hprose/hprose-php)
- [hprose-swoole](https://github.com/hprose/hprose-swoole)
- 其他
- [Dora-RPC](https://github.com/xcl3721/Dora-RPC)
- [workerman-JsonRpc](https://github.com/walkor/workerman-jsonrpc/)
## 異步網絡通信框架( Asynchronous Event Driven Framework )
- [Swoole](http://www.swoole.com/)
- [Workerman](https://github.com/walkor/Workerman)
- [Gearman](http://gearman.info/) - 任務分發系統
- [phpdaemon](https://github.com/kakserpom/phpdaemon)
- [ReactPHP](https://github.com/reactphp/react)
- [Amp](https://github.com/amphp/amp) - A non-blocking concurrency framework for PHP applications.
- [async](https://github.com/spatie/async) - Easily run code asynchronously
- [kraken-php](https://github.com/kraken-php/framework/) - Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.
## 規則引擎( Rules Engine )
- [Hoa\Ruler](https://github.com/hoaproject/Ruler) - Hoa項目的規則引擎
- [Ruler](https://github.com/bobthecow/Ruler) - 簡單的無狀態的規則引擎
- [Rules](https://github.com/tonera/Rules) - PHP簡易規則引擎
## 其他( Miscellaneous )
>不屬于以上分類的有用的類庫和工具
- [pinyin](https://github.com/overtrue/pinyin) - 漢字轉拼音的庫
- [Pinyin](https://github.com/jifei/Pinyin) - 漢字轉拼音的庫
- [class.upload.php](https://github.com/verot/class.upload.php) - 文件上傳處理類
- [php-paginator](https://github.com/jasongrimes/php-paginator) - 分頁處理類
- [Underscore.php](https://github.com/brianhaveri/Underscore.php) - Underscore.js的PHP實現
- [Flexihash](https://github.com/pda/flexihash) - 一致性hash庫
- [Eden](https://github.com/Openovate/eden) - 一個PHP快速開發類庫,它包含很多組件用來自動加載、事件驅動、文檔系統、緩存、模板、國際化、數據庫、web服務、支付網關、裝載和云服務技術。
- [html-parser](https://github.com/bupt1987/html-parser) - html解析工具
- [PHPCrawl](http://phpcrawl.cuab.de/) - PHP的爬蟲框架
- [Tig](https://github.com/jonas/tig) - 命令行下的 Git 瀏覽器
- [copywriting-correct](https://github.com/ricoa/copywriting-correct) - 中英文文案排版糾正器
- [PHP-ML](https://github.com/php-ai/php-ml) - PHP 機器學習庫
- [BotMan](https://github.com/botman/botman) - 聊天機器人庫