收集整理一些收集常用的PHP类库资源项目以及技巧,以便在工作中迅速的查找所需要的东西,这个列表中的内容有来自 awesome-php 的翻译,也有来自开发者周刊、网友推荐以及个人的积累等。
学习资源
PHP相关的有参考价值的社区,博客,网站,文章,书籍,视频等资源
- PHP网站(PHP Websites)
- PHP The Right Way(link:http://www.phptherightway.com/) - 一个PHP实践的快速参考指导
- PHP Best Practices(link:https://phpbestpractices.org/) - 一个PHP最佳实践
- PHP Weekly News(link:http://www.phpweekly.com/archive.html) - 一个PHP 周刊
- Securing PHP(link:http://securingphp.com/) - 有关PHP安全相关
- PHP FIG(link:http://www.php-fig.org/) - PHP框架交互小组
- PSR 中文翻译(link:https://psr.phphub.org/)
- PHP School(link:http://www.phpschool.io/) - 一个开源的PHP学习资源
- PHPTrends(link:http://phptrends.com/) - 一些快速发展的PHP类库检索
- PHP 开发者实践(link:https://ryancao.gitbooks.io/php-developer-prepares/content/)
- 其他网站(Other Websites)
- The Open Web Application Security Project (OWASP)(link:https://www.owasp.org/index.php/Main_Page) - 一个开源软件安全社区
- WebSec IO(link:https://websec.io/) - 一个web 安全社区
- Semantic Versioning(link:http://semver.org/lang/zh-CN/) - 语义化版本
- Atlassian Git Tutorials(link:https://www.atlassian.com/git/) - 一系列的Git教程
- Servers for Hackers (link:https://serversforhackers.com/)- 有关服务器运维相关
- PHP书籍(PHP Books)
- Modern PHP(link:http://shop.oreilly.com/product/0636920033868.do) - 作者是PHP 之道(link:http://www.phptherightway.com/)的发起人和Slim框架(link:http://www.slimframework.com/)的作者
- Modern PHP(中文版)(link:http://about.ac/books/modern-php/)
- PHP Pandas(link:http://daylerees.com/php-pandas/)
- 其他书籍(Other Books)
- The Linux Command Line(link:http://linuxcommand.org/) - Linux 命令行教程
依赖管理( Dependency Management )
用于依赖管理的包和框架
- Composer(link:https://getcomposer.org/) / Packagist(link:https://packagist.org/) - 一个包和依赖管理器.
- Composer Installers(link:https://github.com/composer/installers) - 一个多框架Composer库安装器
- pickle(link:https://github.com/FriendsOfPHP/pickle) - PHP扩展安装器
- Melody(link:http://melody.sensiolabs.org/) - A tool to build one file Composer scripts.
框架( Frameworks )
Web开发框架
- Symfony2(link:http://symfony.com/) - 由独立组件构成的框架(SP2)
- Zend Framework 2(link:http://framework.zend.com/) - 同样是由独立组件构成的框架(ZF2)
- Laravel 5(link:http://laravel.com/) - 简洁优雅的PHP Web开发框架(L5)
- Aura PHP(link:http://auraphp.com/) - 独立组件的框架
- Yii2(link:https://github.com/yiisoft/yii2/) - 用于开发大型Web应用的高性能PHP框架
- Nette(link:http://nette.org/) - 同样是由独立组件构成的框架
- PPI Framework 2(link:http://www.ppi.io/) - 一个交互性的框架
- CakePHP(link:http://cakephp.org/) - 一个高效的应用开发框架(CP)
- Phalcon(link:http://phalconphp.com/en/) - 一个作为C扩展的框架
- Yaf(link:http://php.net/manual/zh/book.yaf.php) - 鸟哥的C扩展的框架
- swoole-yaf(link:https://github.com/LinkedDestiny/swoole-yaf) - 基于 Swoole 及 Yaf 的开发框架
- yaf(link:https://github.com/qieangel2013/yaf) - 另一个基于 Swoole 及 Yaf 的开发框架
- Zan PHP Framework(link:https://github.com/youzan/zan) - 有赞开源的 PHP 框架
组件( Components )
- Aura Components(link:http://auraphp.com/) - 一个PHP5.4的组件包
- Hoa Project(link:http://hoa-project.net/En/) - 一个PHP组件集合
配置( Configuration )
加载配置文件的类库和扩展
- Yaconf(link:https://github.com/laruence/yaconf) - 一个高性能的配置管理扩展
- config(link:https://github.com/hassankhan/config) - 一个轻量级的配置加载器, 支持 PHP, INI, XML, JSON, YAML files
- Zend-config(link:https://github.com/zendframework/zend-config)
- phpdotenv(link:https://github.com/vlucas/phpdotenv) - 读取.env中全局的最高优先级变量
微框架( Micro Frameworks )
微型框架和路由
- Silex(link:http://silex.sensiolabs.org/) - 基于Symphony2组件的微型框架
- Silex Skeleton(link:https://github.com/fabpot/Silex-Skeleton) - 用于Silex的项目框架
- Silex Web Profiler(link:https://github.com/silexphp/Silex-WebProfiler) - 用于Silex的Web调试工具条
- Slim(link:http://www.slimframework.com/) - 另一个简单的微型框架
- Slim Skeleton(link:https://github.com/codeguy/Slim-Skeleton) - 用于Slim的框架
- Slim View(link:https://github.com/codeguy/Slim-Views) - Slim的自定义视图集
- Slim Middleware(link:https://github.com/codeguy/Slim-Middleware) - Slim的自定义中间件集合
- SlimMVC-Skeleton(link:https://github.com/JingwenTian/SlimMVC-Skeleton) - Slim基础上实现了MVC及一些组件
- Bullet PHP(link:http://bulletphp.com/) - 用于构建REST APIs的微型框架
- Lumen(link:http://lumen.laravel.com/) - 基于Laravel的微型框架
- Proton(link:https://github.com/alexbilbie/Proton) - 一个微型PHP框架
- blink(link:https://github.com/bixuehujin/blink) - 一个为构建 “long running” 服务而生的 Web 微型高性能框架
路由( Routers )
- Fast Route(link:https://github.com/nikic/FastRoute) - 一个高效路由库
- Route(link:https://github.com/thephpleague/route) - 基于Fast Route的路由库
- Pux(link:https://github.com/c9s/Pux) - 另一个高效的路由库
- Klein(link:https://github.com/chriso/klein.php) - 一个灵活的路由库
- Macaw(link:https://github.com/NoahBuscher/Macaw) - 一个简单的 PHP 路由器,超级精简、快速而且很性感。
模板引擎( Templating )
模板和词法分析的库与工具
- Twig(link:http://twig.sensiolabs.org/) - 一种综合的模板语言
- Twig Cache Extension(link:https://github.com/asm89/twig-cache-extension) - 用于Twig的模板片段缓存库
- Mustache(link:https://github.com/bobthecow/mustache.php) - PHP实现的Mustache模板语言
- Phly Mustache(link:https://github.com/weierophinney/phly_mustache) - 另一个PHP实现的Mustache模板语言
- MtHaml(link:https://github.com/arnaud-lb/MtHaml) - PHP实现的HAML模板语言
- PHPTAL(link:http://phptal.org/) - PHP实现的TAL模板语言
- Plates(link:http://platesphp.com/) - 一个原始的PHP模板库
- Lex(link:https://github.com/pyrocms/lex) - 一个轻量级模板解析器
静态站生成器( Static Site Generators )
生成Web页面内容的预处理工具
- Sculpin(link:http://sculpin.io/) - 将Markdown和Twig转换为静态HTML的工具
- Phrozn(link:http://phrozn.info/) - 另一款ithub将Textile、Markdown和Twig转为HTML的工具
- Spress(link:http://spress.yosymfony.com/)
- Couscous(link:http://couscous.io/) - 将Markdown 文档转换成 HTML 发布到Github Page 的工具
HTTP
用于HTTP和抓取网站的库
- Guzzle(link:https://github.com/guzzle/guzzle) - 一个完整的HTTP客户端
- Buzz(link:https://github.com/kriswallsmith/Buzz) - 另一个HTTP客户端
- Requests(link:https://github.com/rmccue/Requests) - 一个简单的HTTP库
- HTTPFul(link:https://github.com/nategood/httpful) - 一个链式HTTP客户端
- Goutte(link:https://github.com/fabpot/Goutte) - 一个简单的Web抓取器
- PHP VCR(link:http://php-vcr.github.io/) - 一个录制和回放HTTP请求的库
- php-curl-class(link:https://github.com/php-curl-class/php-curl-class) - PHP的Curl类
中间件( Middlewares )
用于构建应用的类库的中间件
URL
解析URL的库
- Purl(link:https://github.com/jwage/purl) - 一个URL操作库
- PHP Domain Parser(link:https://github.com/jeremykendall/php-domain-parser) - 一个本地的后缀解析器
- Uri(link:https://github.com/thephpleague/uri) - 一个简单的URL操作库
邮件( Email )
用于发送和解析Email的库
- SwiftMailer(link:http://swiftmailer.org/) - 一个邮件程序的解决方案
- PHPMailer(link:https://github.com/PHPMailer/PHPMailer) - 另一个邮件程序的解决方案
- Nette Mail(link:https://github.com/nette/mail) - 一个简单优雅的邮件发送模块
- Fetch(link:https://github.com/tedivm/Fetch) - 一个IMAP库
- Email Reply Parser(link:https://github.com/willdurand/EmailReplyParser) - 一个邮件回复解析器库
- Stampie(link:https://github.com/henrikbjorn/Stampie) - 关于邮件服务的库,比如SendGrid、PostMark、MailGun和Mandrill
- CssToInlineStyles(link:https://github.com/tijsverkoyen/CssToInlineStyles) - 邮件模板中一个内联的CSS库
- Email Validator(link:https://github.com/nojacko/email-validator) - 一个小巧的邮箱验证库
文件操作( Files )
关于文件处理和MIME类型检查
- Gaufrette(link:https://github.com/KnpLabs/Gaufrette) - 一个文件流的抽象层
- Flysystem(link:https://github.com/FrenkyNet/Flysystem) - 另一个文件流的抽象层
- Canal(link:https://github.com/dflydev/dflydev-canal) - 一个检查互联网媒体类型的库
- Apache MIME Types(link:https://github.com/dflydev/dflydev-apache-mime-types) - 一个解析Apache MIME类型的库
- Ferret(link:https://github.com/versionable/Ferret) - 一个MIME检测库
- Hoa Mime(link:https://github.com/hoaproject/Mime) - 另一个MIME检测库
- Lurker(link:https://github.com/henrikbjorn/Lurker) - 一个资源跟踪库
- PHP File Locator(link:https://github.com/herrera-io/php-file-locator) - 一个在大型项目中定位文件的库
- PHP FFmpeg(link:https://github.com/alchemy-fr/PHP-FFmpeg/) - 一个用于FFmpeg视频包装的库
- CSV(link:https://github.com/thephpleague/csv) - 一个CSV数据操作库
流( Stream )
处理流的库
- Streamer(link:https://github.com/fzaninotto/Streamer) - 一个简单的面向对象流包装库
依赖注入( Dependency Injection )
实现依赖注入设计模式的库
- Pimple(link:http://pimple.sensiolabs.org/) - 一个小的依赖注入容器
- container-interop(link:https://github.com/container-interop) - Containers interoperability
- Auryn(link:https://github.com/rdlowrey/Auryn) - 另一个小的依赖注入容器
- Container(link:https://github.com/thephpleague/container) - 另一个灵活的依赖注入容器
- PHP DI(link:http://php-di.org/) - 一个使用标注实现的依赖注入
- Acclimate(link:https://github.com/symfony/DependencyInjection) - 依赖注入容器和服务定位器的通用接口
- Symfony DI(link:https://github.com/symfony/DependencyInjection) - 一个的依赖注入组件(SF2)
- Twittee(link:https://github.com/fabpot/twittee)
- simple di container(link:https://github.com/laracasts/simple-di-container)
- Ding(link:https://github.com/marcelog/Ding)
图像( Imagery )
处理图像的库
- Imagine(link:http://imagine.readthedocs.org/en/latest/index.html) - 一个图像处理库
- PHP Image Workshop(link:https://github.com/Sybio/ImageWorkshop) - 另一个图像处理库
- Intervention Image(link:https://github.com/Intervention/image) - 同样还是一个图像处理库
- GIF Frame Extractor(link:https://github.com/Sybio/GifFrameExtractor) - 一个提取GIF动画帧信息的库
- GIF Creator(link:https://github.com/Sybio/GifCreator) - 从多幅图片中创建GIF动画的库
- Image With Text(link:https://github.com/nmcteam/image-with-text) - 在图像中嵌入文本的库
- Color Extractor(link:https://github.com/php-loep/color-extractor) - 从图像中提取颜色的库
- Glide(link:https://github.com/thephpleague/glide) - 一个按需的图片处理库
- Image Optimizer(link:https://github.com/psliwa/image-optimizer) - 一个优化图片的库
- PHPThumb(link:https://github.com/masterexploder/PHPThumb) - 缩略图处理库
- phpqrcode(link:https://github.com/t0k4rt/phpqrcode) - 二维码生成库
- QrCode(link:https://github.com/endroid/QrCode) - 另一个二维码生成库
测试( Testing )
测试代码库和生成测试数据的库
- PHPUnit(link:https://github.com/sebastianbergmann/phpunit) - 一个单元测试框架
- DBUnit(link:https://github.com/sebastianbergmann/dbunit) - PHPUnit的代码测试库
- ParaTest(link:https://github.com/brianium/paratest) - PHPUnit的并行测试库
- PHPSpec(link:https://github.com/phpspec/phpspec) - 根据规范的单元测试库
- Codeception(link:https://github.com/Codeception/Codeception) - 一个全栈测试框架
- AspectMock(link:https://github.com/Codeception/AspectMock) - PHPUnit/Codeception的模拟框架
- Atoum(link:https://github.com/atoum/atoum) - 一个简单的测试库
- Mockery(link:https://github.com/padraic/mockery) - 一个用于测试的模拟对象库
- Phake(link:https://github.com/mlively/Phake) - 另一个用于测试的模拟对象库
- Prophecy(link:https://github.com/phpspec/prophecy) - 一个强大的模拟框架
- Faker(link:https://github.com/fzaninotto/Faker) - 一个伪数据生成库
- Samsui(link:https://github.com/mauris/samsui) - 另一个伪数据生成库
- Alice(link:https://github.com/nelmio/alice) - 用于生成复杂数据的库
- Behat(link:http://behat.org/) - 一个行为驱动开发(BDD)的测试框架
- Pho(link:https://github.com/danielstjules/pho) - 另一个行为驱动开发的测试框架
- Mink(link:http://mink.behat.org/) - Web验收测试
- HTTP Mock(link:https://github.com/InterNations/http-mock) - 一个在单元测试中模拟HTTP请求的库
- VFS Stream(link:https://github.com/mikey179/vfsStream) - 一个用于测试的虚拟文件系统流包装
- VFS(link:https://github.com/adlawson/vfs.php) - 另一个用于测试的虚拟文件系统
- Locust(link:http://locust.io/) - 一个Python开发的现代负载测试库
- Peridot(link:https://github.com/peridot-php/peridot) - 一个事件驱动的测试框架
持续集成( Continuous Integration )
持续集成的库和应用
- Travis CI(link:https://travis-ci.org/) - 一个持续集成的平台
- SemaphoreCI(link:https://semaphoreapp.com/) - 一个给开源程序和私有项目的持续集成平台
- PHPCI(link:http://www.phptesting.org/) - 一个PHP的开源持续集成平台
- Sismo(link:http://sismo.sensiolabs.org/) - 一个持续的测试服务器库
- Jenkins(link:http://jenkins-ci.org/) - PHP支持的持续集成平台
- JoliCi(link:https://github.com/jolicode/JoliCi) - PHP开发的由Docker支持的持续集成客户端
文档( Documentation )
生成项目文档的库
- Sami(link:https://github.com/fabpot/Sami) - 一个API文档生成器
- APIGen(link:https://github.com/apigen/apigen) - 另一个API文档生成器
- PHP Documentor 2(link:https://github.com/phpDocumentor/phpDocumentor2) - 文档生成器
- phpDox(link:http://phpdox.de/) - 一个PHP项目的文档生成器(不仅仅是API文档)
安全( Security )
用于生成安全的随机数、加密数据、扫描漏洞, 令牌的库
- HTML Purifier(link:https://github.com/ezyang/htmlpurifier) - 一个标准的HTML过滤器
- RandomLib(link:https://github.com/ircmaxell/RandomLib) - 生成随机数和随机字符串的库
- True Random(link:https://github.com/pixeloution/true-random) - 使用www.random.org生成随机数的库
- SecurityMultiTool(link:https://github.com/padraic/SecurityMultiTool) - 一个PHP安全库
- PHPSecLib(link:http://phpseclib.sourceforge.net/) - 一个纯的PHP安全通信库
- TCrypto(link:https://github.com/timoh6/TCrypto) - 一个简单的键值加密存储库
- PHP IDS(link:https://github.com/PHPIDS/PHPIDS) - 一个结构化的PHP安全层
- PHP SSH(link:https://github.com/Herzult/php-ssh) - 面向对象的SSH包装库
- IniScan(link:https://github.com/psecio/iniscan) - 一个扫描PHP INI文件安全的工具
- SensioLabs Security Check(link:https://security.sensiolabs.org/) - 一个根据安全建议检查Composer依赖的Web工具
- Zed(link:https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - 用于Web应用的集成渗透测试工具
- php-ratelimiter(link:https://github.com/akirk/php-ratelimiter)
密码( Passwords )
处理和存储密码的库和工具
- Password Compat(link:https://github.com/ircmaxell/password_compat) - 一个用于新的PHP5.5密码功能的兼容库
- phpass(link:http://www.openwall.com/phpass/) - 一个便携式密码哈希框架
- PHP Password Lib(link:https://github.com/ircmaxell/PHP-PasswordLib) - 一个用于生成和验证密码的库
- Password Policy(link:https://github.com/ircmaxell/password-policy) - 一个PHP和JavaScript的密码规则库
- Password Validator(link:https://github.com/jeremykendall/password-validator) - 验证和升级密码哈希的库
- Zxcvbn PHP(link:https://github.com/bjeavons/zxcvbn-php) - 一个基于Zxcvbn JS的PHP显示密码强度估计库
- GenPhrase(link:https://github.com/timoh6/GenPhrase) - 一个生成安全随机口令的库
代码分析( Code Analysis )
用于分析、解析和操作代码库的工具
- PHP Parser(link:https://github.com/nikic/PHP-Parser) - 一个PHP编写的PHP解析器
- PHPPHP(link:https://github.com/ircmaxell/PHPPHP) - 一个PHP实现的PHP虚拟机
- PHPSandbox(link:https://github.com/fieryprophet/php-sandbox) - PHP的沙盒环境
- Dissect(link:https://github.com/jakubledl/dissect) - 词法和语法分析的工具集合
- PHP Mess Detector(link:http://phpmd.org/) - 一个扫描代码bug、次佳代码和未使用参数的库
- PHP Code Sniffer(link:https://github.com/squizlabs/PHP_CodeSniffer) - 一个检测PHP、CSS和JS代码标准冲突的库
- PHPCPD(link:https://github.com/sebastianbergmann/phpcpd) - 一个检测复制和粘贴代码的库
- PHP Analyser(link:https://github.com/scrutinizer-ci/php-analyzer) - 一个分析PHP代码中错误的库
- PHP CS Fixer(link:https://github.com/FriendsOfPHP/PHP-CS-Fixer) - 一个代码标准库
- PHP Manipulator(link:https://github.com/schmittjoh/php-manipulator) - 用于分析和修改PHP源代码的库
- PHP Metrics(link:https://github.com/Halleck45/PhpMetrics) - 一个静态测量库
- PHP Refactoring Browser(link:https://github.com/QafooLabs/php-refactoring-browser) - 一个用于重构PHP代码的命令行工具
- php-semver-checker(link:https://github.com/tomzx/php-semver-checker) - 一个版本对比的命令行工具
- UBench(link:https://github.com/devster/ubench) - 一个简单的小型基准测试库
- Athletic(link:https://github.com/polyfractal/athletic) - 一个基于标注的基准测试库
- Mondrian(link:https://github.com/Trismegiste/Mondrian) - 使用图论的代码分析工具
- Scrutinizer(link:https://scrutinizer-ci.com/) - 检查PHP代码的Web工具
- PHPLOC(link:https://github.com/sebastianbergmann/phploc) - 一个快速评估PHP项目大小的工具
- PHPCheckstyle(link:https://github.com/jbrooksuk/phpcheckstyle) - 一个帮助遵守特定代码规则的工具
- PhpDependencyAnalysis(link:https://github.com/mamuz/PhpDependencyAnalysis) - 一个创建可定制型依赖关系图表的工具
- Code Climate(link:http://codeclimate.com/) - 自动化的code review
- PHP Error(link:https://github.com/JosephLenton/PHP-Error) - 用于转换标准的 PHP 错误信息,主要用于开发过程中的调试
结构( Architectural )
有关于设计模式,编程规范以及代码组织方式的库
- PHP Option(link:https://github.com/schmittjoh/php-option) - 一个PHP选项类型的库
- Ruler(link:https://github.com/bobthecow/Ruler) - 一个简单的无状态的产生环境规则的引擎
- Finite(link:http://yohan.giarel.li/Finite) - 一个简单的PHP有限状态机
- Compose(link:https://github.com/igorw/compose) - 一个功能组合库
- Monad PHP(link:https://github.com/ircmaxell/monad-php) - 一个简单Monad库
- Patchwork(link:http://antecedent.github.io/patchwork/) - 一个重新定义用户的函数库
- Galapagos(link:https://github.com/endel/galapagos) - 语言转换进化
- Design Patterns PHP(link:https://github.com/domnikl/DesignPatternsPHP) - 一个使用PHP实现的设计模式实例库
- Functional PHP(link:https://github.com/lstrojny/functional-php) - 一个函数式编程库
- Lib Accessor(link:https://github.com/phine/lib-accessor) - 一个简化访问的库
- Iter(link:https://github.com/nikic/iter) - 一个使用生成器提供迭代原语的库
调试和性能( Debugging and Profiling )
调试代码的库和工具
- xDebug(link:https://github.com/xdebug/xdebug) - 一个PHP的调试和分析工具
- whoops(link:https://github.com/filp/whoops)
- PHP Debug Bar(link:http://phpdebugbar.com/) - 一个调试工具条
- PHP Console(link:https://github.com/Seldaek/php-console) - Web调试控制台
- Barbushin PHP Console(link:https://github.com/barbushin/php-console) - 一个使用Google Chrome的Web调试控制工具
- PHPDBG(link:http://phpdbg.com/) - 一个交互性的PHP调试器
- Tracy(link:https://github.com/nette/tracy) - 一个简单的错误检测、日志和时间测量库
- Z-Ray(link:http://www.zend.com/en/products/server/z-ray) - 一个调试和性能分析的工具
- xHprof(link:https://github.com/phacility/xhprof) - Facebook开源的PHP性能评测工具
- xhprof.io(link:https://github.com/EvaEngine/xhprof.io) - 实现保存xhprof数据以及展示数据的UI
- xhgui(link:https://github.com/perftools/xhgui) - 另一个保存xhprof数据以及展示数据的UI
- Blackfire.io(link:http://blackfire.io/) - 一个低开销的代码探查器
- Kint(link:https://github.com/raveren/kint) - 一个调试和性能分析的工具
构建工具( Build Tools )
项目构建和自动化工具
- Go(link:https://github.com/herrera-io/php-go) - 一个简单的PHP构建工具
- Bob(link:https://github.com/CHH/bob) - 一个简单的项目自动化工具
- Phake(link:https://github.com/jaz303/phake) - 一个PHP克隆库
- Box(link:https://github.com/kherge/Box) - 用来构建PHAR文件的工具
- Phing(link:http://www.phing.info/) - 依据Apache Ant的PHP项目构建系统
任务运行器( Task Runners )
自动运行任务的库
- Task(link:http://taskphp.github.io/) - 依据Grunt和Gulp的纯PHP任务运行器
- Robo(link:https://github.com/Codegyre/Robo) - 面向对象的PHP任务运行器
- Bldr(link:http://bldr.io/) - 构建在Symfony组件上的PHP任务运行器
导航( Navigation )
构建导航结构的工具
- KnpMenu(link:https://github.com/KnpLabs/KnpMenu) - 一个菜单库
- Cartographer(link:https://github.com/tackk/cartographer) - 一个站点地图生成库
资源管理( Asset Management )
用于管理、压缩和最小化网站资源的工具
- Assetic(link:https://github.com/kriswallsmith/assetic) - 一个资源管理的管道库
- Pipe(link:https://github.com/CHH/pipe) - 另一个资源管理的管道库
- Munee(link:https://github.com/meenie/munee) - 一个资源优化库
- JShrink(link:https://github.com/tedivm/JShrink) - 一个JavaScript的压缩库
- Puli(link:https://github.com/webmozart/puli) - 一个检测资源绝对路径的库
地理定位( Geolocation )
使用经纬度编码地址的库
- GeoCoder(link:http://geocoder-php.org/) - 一个地理编码库
- GeoTools(link:https://github.com/php-loep/Geotools) - 一个地理工具相关的库
- PHPGeo(link:https://github.com/mjaschen/phpgeo) - 一个简单的地理库
- GeoJSON(link:https://github.com/jmikola/geojson) - 一个GeoJSON的实现
日期与时间( Date and Time )
处理日期和时间的库
- Carbon(link:https://github.com/briannesbitt/Carbon) - 一个简单的日期时间API扩展
- ExpressiveDate(link:https://github.com/jasonlewis/expressive-date) - 另一个日期时间API扩展
- CalendR(link:http://yohan.giarel.li/CalendR) - 一个日历管理的库
事件( Event )
事件驱动或非阻塞事件循环实现的库
- React(link:https://github.com/reactphp/react) - 一个事件驱动的非阻塞I/O库
- Rx.PHP(link:https://github.com/asm89/Rx.PHP) - 一个反应扩展库
- phpsocket.io(link:https://github.com/walkor/phpsocket.io)
- Ratchet(link:https://github.com/cboden/Ratchet) - 一个Web套接字库
- Hoa WebSocket(link:https://github.com/hoaproject/Websocket) - 另一个Web套接字库
- Elephant.io(link:https://github.com/Wisembly/Elephant.io) - 另一个Web套接字库
- Hoa EventSource(link:https://github.com/hoaproject/Eventsource) - 一个事件源库
- Evenement(link:https://github.com/igorw/evenement) - 一个事件调度库
- Event(link:https://github.com/thephpleague/event) - Event package for your app and/or domain.
- Cake Event(link:https://github.com/cakephp/event) - 一个事件调度类库
- Broadway(link:https://github.com/qandidate-labs/broadway) - 一个事件源和CQRS库
日志( Logging )
用于生成和处理日志文件的库
- Monolog(link:https://github.com/Seldaek/monolog) - 一个综合的日志类库
- KLogger(link:https://github.com/katzgrau/KLogger) - 一个易于使用的PSR-3日志类
- Analog(link:https://github.com/jbroadway/analog) - 一个机遇闭包的微型日志包
- SeasLog(link:https://github.com/neeke/seaslog) - 一个高效的日志扩展
电子商务( E-commerce )
用于支付和构建在线电子商务商店的库和应用
- OmniPay(link:https://github.com/thephpleague/omnipay) - 一个多网关支付处理的框架
- Payum(link:https://github.com/payum/payum) - 一个用于支付的抽象库
- Sylius(link:http://www.sylius.org/) - 一个开源的电子商务解决方案
- Thelia(link:http://thelia.net/v2/) - 另一个开源的电子商务解决方案
- Money(link:https://github.com/mathiasverraes/money) - PHP实现的Fowler金钱模式
- Sebastian Money(link:https://github.com/sebastianbergmann/money) - 一个处理货币价值的库
- Swap(link:https://github.com/florianv/swap) - 一个汇率库
PDF
处理PDF文件的库和软件
- Snappy(link:https://github.com/KnpLabs/snappy) - 一个PDF和图像的生成库
- WKHTMLToPDF(link:https://github.com/antialize/wkhtmltopdf) - 一个将HTML转换为PDF的工具
- PHPPdf(link:https://github.com/psliwa/PHPPdf) - 一个将XML转化为PDF和图片的库
Office
Office套装的各种文档的处理库
- PHPWord(link:https://github.com/PHPOffice/PHPWord) - 处理Word文档的库
- PHPExcel(link:https://github.com/PHPOffice/PHPExcel) - 处理Excel文档的库
- PHPPowerPoint(link:https://github.com/PHPOffice/PHPPowerPoint) - 处理PPT幻灯片的库
- ExcelAnt(link:https://github.com/Wisembly/ExcelAnt) - 操作Excel文档的库
数据库( Database )
使用对象关系映射(ORM)或数据映射技术的数据库交互库
- Doctrine(link:http://www.doctrine-project.org/) - 一个完整的DBAL和ORM
- Doctrine Extensions(link:https://github.com/l3pp4rd/DoctrineExtensions) - 一个Doctrine行为的扩展集合
- Propel(link:http://www.propelorm.org/) - 一个快速的ORM,迁移和查询库
- Eloquent(link:https://github.com/illuminate/database) - Laravel 5 ORM(L5)
- LazyRecord(link:https://github.com/c9s/LazyRecord) - 一个快速的ORM
- Baum(link:https://github.com/etrepat/baum) - 一个Eloquent的嵌套集合
- Spot2(link:https://github.com/vlucas/spot2) - MySQL的ORM映射器
- RedBean(link:http://redbeanphp.com/) - 一个轻量级、易配置的ORM
- Pomm(link:https://github.com/chanmix51/Pomm) - 用于PostgreSQL的一个对象模型管理器
- ProxyManager(link:https://github.com/Ocramius/ProxyManager) - 用于数据映射生成代理对象的工具集合
- Cake ORM(link:https://github.com/cakephp/orm) - 对象关系映射器, 实现了使用数据映射模式(CP)
- Medoo(link:http://medoo.in/) - 一个轻量级的加速开发的ORM
迁移( Migrations )
用于管理数据库模式和迁移的库
- PHPMig(link:https://github.com/davedevelopment/phpmig) - 一个迁移管理库
- Phinx(link:https://github.com/robmorgan/phinx) - 一个数据库迁移管理库
- Migrations(link:https://github.com/icomefromthenet/Migrations) - 另一个迁移管理库
- Doctrine Migrations(link:http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - 用于Doctrine的迁移库
非关系型数据库( NoSQL )
处理NoSQL后端的库
- MongoDB
- mongo-php-library(link:https://github.com/mongodb/mongo-php-library) - MongoDB 官方PHP库
- MongoQB(link:https://github.com/alexbilbie/MongoQB) - 一个MongoDB的查询构建库
- Monga(link:https://github.com/thephpleague/monga) - 一个MongoDB的抽象库
- mongodm(link:https://github.com/purekid/mongodm) - MongoDB ORM
- php-mongo(link:https://github.com/sokil/php-mongo) - PHP ODM for MongoDB
- Redis
- Predis(link:https://github.com/nrk/predis) - 一个功能完全的Redis库
队列( Queue )
处理事件和任务队列的库
- Pheanstalk(link:https://github.com/pda/pheanstalk) - 一个Beanstalkd客户端库
- PHP AMQP(link:https://github.com/videlalvaro/php-amqplib) - 一个纯PHP AMQP库
- Thumper(link:https://github.com/videlalvaro/Thumper) - 一个RabbitMQ模式库
- Bernard(link:https://github.com/bernardphp/bernard) - 一个多后端的抽象库
- php-resque(link:https://github.com/chrisboulton/php-resque) - 基于redis的消息队列
- Gearman(link:http://gearman.info/) - 任务分发系统
搜索( Search )
在数据中建立索引和执行查询相关的库和软件
- ElasticSearch PHP(link:https://github.com/elasticsearch/elasticsearch-php) - 用于 ElasticSearch(link:http://www.elasticsearch.org/) 的官方客户端库.
- Elastica(link:https://github.com/ruflin/Elastica) - 另一个ElasticSearch的客户端库
- Solarium(link:http://www.solarium-project.org/) - Solr(link:http://lucene.apache.org/solr/) 的客户端库 .
- SphinxQL query builder(link:http://foolcode.github.io/SphinxQL-Query-Builder/) - Sphinx(link:http://sphinxsearch.com/) 搜索引擎的查询库
命令行( Command Line )
构建命令行工具的库
- symfony/console(link:https://github.com/symfony/console) - Symfony命令行工作组件
- Boris(link:https://github.com/d11wtq/boris) - 一个微型的PHP REPL
- PsySH(link:https://github.com/bobthecow/psysh) - 另一个PHP REPL
- Pecan(link:https://github.com/mcrumm/pecan) - 一个事件驱动,非阻塞的shell
- GetOpt(link:https://github.com/ulrichsg/getopt-php) - 一个命令行选择解析器
- OptParse(link:https://github.com/CHH/optparse) - 另一个命令行选择解析器
- Commando(link:https://github.com/nategood/commando) - 一个简单的命令行选择解析器
- GetOptionKit(link:https://github.com/c9s/php-GetOptionKit) - 同样还是一个命令行选择解析器
- Cron Expression(link:https://github.com/mtdowling/cron-expression) -计算cron运行日期的库
- ShellWrap(link:https://github.com/MrRio/shellwrap) - 一个简单的命令行包装库
- Hoa Console(link:https://github.com/hoaproject/Console) - 另一个命令行库
- Shunt(link:https://github.com/php-loep/shunt) -一个在多台远程机器上并行运行的命令行库
- Cilex(link:https://github.com/Cilex/Cilex) - 构建命令行工具的小型框架
- CLImate(link:https://github.com/thephpleague/climate) - 构建命令行工具的框架(可以输出颜色和特殊格式)
- Webmozart Console(link:https://github.com/JingwenTian/awesome-php/blob/master/github.com/webmozart/console)
定时任务( Crontab )
定时任务管理 crontab在 PHP 中的相关封装
- Dispatcher(link:https://github.com/Indatus/dispatcher) - 基于Laravel的定时任务管理
- swoole-crontab(link:https://github.com/osgochina/swoole-crontab) - 基于swoole的定时器程序,支持秒级处理
- jobby(link:https://github.com/jobbyphp/jobby) - 一个 PHP 的定时任务管理器
- cronlingo(link:https://github.com/ajbdev/cronlingo) - Express crontabs as human friendly phrases
身份验证( Authentication and Authorization )
实现身份验证模式的库
- Sentinel(link:https://cartalyst.com/manual/sentinel/2.0) - 一个身份验证和授权的框架
- Sentinel Social(link:https://cartalyst.com/manual/sentinel-social/2.0) - 一个用于社交网络身份验证的库
- Opauth(link:https://github.com/opauth/opauth) - 提供了 OAuth 认证的支持,提供统一标准的访问方法
- OAuth2 Server(link:http://oauth2.thephpleague.com/) - 一个OAuth2身份验证服务器、资源服务器和客户端库
- OAuth2 Server(link:http://bshaffer.github.io/oauth2-server-php-docs/) - 一个OAuth2服务器实现
- PHP oAuthLib(link:https://github.com/Lusitanian/PHPoAuthLib) - 另一个OAuth库
- TwitterOAuth(link:https://github.com/ruudk/twitteroauth) - 一个Twitter OAuth库
- TwitterSDK(link:https://github.com/lyrixx/twitter-sdk) - 一个经过完全测试的Twitter SDK
- Hawk(link:https://github.com/dflydev/dflydev-hawk) - 一个Hawk HTTP身份验证库
- HybridAuth(link:https://github.com/hybridauth/hybridauth) - 一个开源的社交登录库
- Lock(link:https://github.com/BeatSwitch/lock) - 一个 Access Control Lists (ACL) 系统库.
- OAuth 1.0 Client(link:https://github.com/thephpleague/oauth1-client) - 一个 OAuth 1.0 客户端库.
- OAuth 2.0 Client(link:https://github.com/thephpleague/oauth2-client) - 一个 OAuth 2.0 客户端库.
- Sentry(link:http://github.com/cartalyst/sentry) - 认证和授权系统
- EvaOAuth(link:https://github.com/AlloVince/EvaOAuth) - 统一接口的 OAuth 登录 PHP 类库
- JSON Web Token(link:http://jwt.io/)- JSON网络令牌库
- php-jwt(link:https://github.com/firebase/php-jwt)
- jwt(link:https://github.com/lcobucci/jwt)
- jose(link:https://github.com/namshi/jose) - JSON签名和加密的库
- slim-jwt-auth(link:https://github.com/tuupola/slim-jwt-auth)
- jwt-auth(link:https://github.com/tymondesigns/jwt-auth)
标记( Markup )
处理标记的库
- Decoda(link:http://milesj.me/code/php/decoda) - 一个轻量级的标记解析库
- PHP Markdown(link:https://github.com/michelf/php-markdown) - Markdown解析器
- CommonMark PHP(link:https://github.com/thephpleague/commonmark) - 一个支持 CommonMark spec(link:http://spec.commonmark.org/) 的Markdown解析器.
- Parsedown(link:https://github.com/erusev/parsedown) - 一个Markdown解析器
- Ciconia(link:https://github.com/kzykhys/Ciconia) - 一个支持Github风格的Markdown解析器
- Cebe Markdown(link:https://github.com/cebe/markdown) - 一个快速、可扩展的Markdown解析器
- HTML5 PHP(link:https://github.com/Masterminds/html5-php) - 一个HTML5解析和序列化的库
- Emoji(link:https://github.com/heyupdate/Emoji) - 一个简单的处理emoji的类库
- php-emoji(link:https://github.com/iamcal/php-emoji) - 一个emoji表情转换库
字符串( Strings )
解析和操纵字符串的库
- ANSI to HTML5(link:https://github.com/sensiolabs/ansi-to-html) - 一个将ANSI转换为HTML5的库
- Patchwork UTF-8(link:https://github.com/nicolas-grekas/Patchwork-UTF8) - 处理UTF-8格式字符串的便携库
- Hoa String(link:https://github.com/hoaproject/String) - 另一个UTF-8格式的字符串库
- Stringy(link:https://github.com/danielstjules/Stringy) - 一个多字节支持的字符串操纵库
- Color Jizz(link:https://github.com/mikeemoo/ColorJizz-PHP) - 一个处理和转换颜色的库
- UUID(link:https://github.com/ramsey/uuid) - 生成UUIDs的库
- Slugify(link:https://github.com/cocur/slugify) - 一个将字符串转换为slug格式的库
- Urlify(link:https://github.com/jbroadway/urlify) - 一个Django URLify.js的PHP端口
- Text(link:https://github.com/kzykhys/Text) - 一个文本处理库
- SQL Formatter(link:https://github.com/jdorn/sql-formatter/) - 一个用于格式化SQL语句的库
- UA Parser(link:https://github.com/tobie/ua-parser/tree/master/php) - 一个解析UA(User Agent)字符串的库
- Device Detector(link:https://github.com/piwik/device-detector) - 另一个解析UA(User Agent)字符串的库
- Mobile-Detect(link:https://github.com/serbanghita/Mobile-Detect) - 一个轻量级的检测移动设备的库(包括桌面设备)
- Browser(link:https://github.com/cbschuld/Browser.php) - 检测关于用户的浏览器环境
数字( Numbers )
处理数字的库
- Numbers PHP(link:https://github.com/powder96/numbers.php) - 一个处理数字的库
- Math(link:https://github.com/moontoast/math) - 处理较大数字的库
- ByteUnits(link:https://github.com/gabrielelana/byte-units) - 一个在二进制和测量系统中解析、格式化和转换字节单位的库
- PHP Units of Measure(link:https://github.com/triplepoint/php-units-of-measure) - 一个测量单位间转换的库
- PHP Conversion(link:https://github.com/Crisu83/php-conversion) - 另一个测量单位间转换的库
- LibPhoneNumber for PHP(link:https://github.com/giggsey/libphonenumber-for-php) - PHP实现的Google电话号码处理系统库
- hashids.php(link:https://github.com/ivanakimov/hashids.php) - 用来把整数生成唯一字符串(比如:通过加密解密id来隐藏真实id)
- Particle(link:https://github.com/sschiau/Particle) - PHP ID Generator | Implementation of Twitter Snowflake ID Generator
过滤和验证( Filtering ang Validation )
用于过滤和验证数据的库
- Filterus(link:https://github.com/ircmaxell/filterus) - 一个简单的PHP过滤库
- Respect Validation(link:https://github.com/Respect/Validation) - 一个简单的验证库
- Valitron(link:https://github.com/vlucas/valitron) - 另一个数据验证库
- Cake Validation(link:https://github.com/cakephp/validation) - 另一个数据验证库
- Illuminate validation package(link:https://github.com/illuminate/validation) - Laravel的验证库
- php-readability(link:https://github.com/feelinglucky/php-readability) - 内容分析算法
- Upload(link:https://github.com/codeguy/Upload) - 一个处理文件上传和验证的库
- DMS Filter(link:https://github.com/rdohms/DMS-Filter) - 一个基于标注的过滤库
- MetaYaml(link:https://github.com/romaricdrigon/MetaYaml) - 支持YAML、JSON和XML的一个模式验证库
- ISO-codes(link:https://github.com/ronanguilloux/IsoCodes) - 验证不同ISO和ZIP编码的库
REST和API
用于开发restful APIs的库和Web框架
- Apigility(link:https://github.com/zfcampus/zf-apigility-skeleton) - 一个使用Zend Framework2构建的API构建器
- Hateoas(link:https://github.com/willdurand/Hateoas) - 一个HATEOAS REST的web服务库
- HAL(link:https://github.com/blongden/hal) - 一个超文本应用语言(HAL)构建库
- Negotiation(link:https://github.com/willdurand/Negotiation) - 一个内容协商库
- Drest(link:https://github.com/leedavis81/drest) -一个将Doctrine实体展现为REST资源结点的库
- Restler(link:https://github.com/Luracast/Restler) - 一个将PHP方法展现为RESTful web API的轻量级框架
- fractal(link:https://github.com/thephpleague/fractal) - [最佳实践]数据返回的统一化处理
缓存( Caching )
缓存数据的库
- Alternative PHP Cache (APC)(link:http://www.php.net/manual/en/book.apc.php) - PHP的开源操作码缓存
- Doctrine Cache(link:https://github.com/doctrine/cache) - 一个缓存库.
- Zend Cache(link:https://github.com/zendframework/zend-cache) - 另一个缓存库
- Cake Cache(link:https://github.com/cakephp/cache) - 一个用于缓存的库
- Stash(link:https://github.com/tedivm/Stash) - 另一个缓存库
- CacheTool(link:https://github.com/gordalina/cachetool) - 一个清除APC/opcode缓存的命令行工具
- PhpFastCache(link:https://github.com/khoaofgod/phpfastcache) - PHP 缓存库
数据结构和存储( Data Structure and Storage )
实现数据结构和存储技术的库
- Ardent(link:https://github.com/morrisonlevi/Ardent) - 一个数据结构库
- PHP Collections(link:https://github.com/schmittjoh/php-collection) - 一个简单的集合库
- Serializer(link:https://github.com/schmittjoh/serializer) - 用于序列化和反序列化数据的库
- Zend Serializer(link:https://github.com/zendframework/zend-serializer) - 另一个用于序列化和反序列化数据的库
- PHP Object Storage(link:https://github.com/herrera-io/php-object-storage) - 一个用于对象存储的库
- Fractal(link:https://github.com/php-loep/fractal) - 一个将复杂数据结构转换为JSON输出的库
- Totem(link:http://github.com/Wisembly/Totem) - 一个管理和创建数据修改集的库
- PINQ(link:https://github.com/TimeToogo/Pinq) - PHP实时Linq库
- JsonMapper(link:https://github.com/netresearch/jsonmapper) - 一个将内嵌JSON结构映射到PHP类上的库
- Cake Collection(link:https://github.com/cakephp/collection) - 一个简单的集合库
通知( Notifications )
关于通知的库
- Nod(link:https://github.com/filp/nod) - 一个通知库
- Notificato(link:https://github.com/wrep/notificato) - 一个处理推送消息的库
- Notification Pusher(link:https://github.com/Ph3nol/NotificationPusher) - 设备推送通知的独立库
- Notificator(link:https://github.com/namshi/notificator) - 一个轻量级通知库
部署( Deployment )
用于项目部署的库
- Pomander(link:https://github.com/tamagokun/pomander) - 一个PHP应用的部署工具
- Rocketeer(link:https://github.com/Anahkiasen/rocketeer) - PHP的快速和简单部署器
- Envoy(link:https://github.com/laravel/envoy) - 使用PHP运行SSH任务的工具
- Plum(link:https://github.com/aerialls/Plum) - 一个部署库
- Deployer(link:https://github.com/deployphp/deployer) - 一个部署工具
- walle-web(link:https://github.com/meolu/walle-web) - 一个开源的web代码发布管理系统
国际化和本地化(Internationalisation and Localisation)
用于国际化(I18n)和本地化(L10n)的库
- Aura Intl(link:https://github.com/auraphp/Aura.Intl)
- Cake I18n(link:https://github.com/cakephp/i18n) - 翻译和本地化消息
第三方API( Third Party APIs )
访问第三方API的库
- mailgun-php(link:https://github.com/mailgun/mailgun-php) - Mailgun's Official SDK for PHP
扩展( Extensions )
帮助构建PHP扩展的库
- Zephir(link:https://github.com/phalcon/zephir) - 用于开发PHP扩展的一种在PHP和C++间的编译语言
- PHP CPP(link:http://www.php-cpp.com/) - 一个用于开发PHP扩展的C++库
PHP 安装(PHP Installation)
帮助安装和管理PHP
- HomeBrew(link:http://brew.sh/) - 一个OSX的包管理工具
- HomeBrew PHP (link:https://github.com/Homebrew/homebrew-php)- HomeBrew中PHP的安装包
- PHP OSX (link:http://php-osx.liip.ch/)- 一个OSX中的PHP安装器
- PHP Brew (link:https://github.com/phpbrew/phpbrew)- 一个PHP版本管理工具和安装器
- PHP Env(link:https://github.com/CHH/phpenv) - 另一个PHP版本工具
- PHP Switch (link:https://github.com/jubianchi/phpswitch)- 另一个PHP版本工具
- PHP Build (link:https://github.com/php-build/php-build)- 另一个PHP版本工具
- VirtPHP (link:http://virtphp.org/)- 一个创建和管理分离的PHP环境的工具
开发环境(Development Environment)
创建沙箱开发环境的软件和工具
- Vagrant(link:https://www.vagrantup.com/) - 一个轻便的创建开发环境的工具
- Ansible (link:https://www.ansible.com/)- 一个简单的业务流程框架
- Puppet(link:https://puppetlabs.com/) - 服务器自动化框架和应用
- PuPHPet(link:https://puphpet.com/) - 一个用于构建PHP开发虚拟机工具
- Protobox(link:http://getprotobox.com/) - 另一个用于构建PHP开发虚拟机工具
- Phansible(link:http://phansible.com/) - 另一个用于构建PHP开发虚拟机工具
- centstead(link:https://github.com/jason-chang/centstead) - Laravel local development environment base on vagrant and homestead
虚拟机(Virtual Machines)
替代的PHP虚拟机
- HHVM (link:https://github.com/facebook/hhvm)- Facebook 开源的PHP虚拟机
- HippyVM(link:http://hippyvm.com/) - 另一个PHP虚拟机
开发工具(Integrated Development Environment)
支持PHP的IDE
- Netbeans(link:https://netbeans.org/)
- Eclipse for PHP Developers(link:https://www.eclipse.org/downloads/)
- PhpStorm(link:http://www.jetbrains.com/phpstorm/)
Web 应用程序(Web Applications)
基于Web的应用程序和工具
- 3V4L(link:https://3v4l.org/) - Online PHP shell
- DBV(link:http://dbv.vizuina.com/) - 数据库版本控制应用程序
- PHP Queue(link:https://github.com/CoderKungfu/php-queue) - 管理队列的后端程序
- MailCatcher(link:https://github.com/sj26/mailcatcher) - 一个接受和查看邮件的程序
- Cachet(link:https://github.com/cachethq/cachet) - 一个开源的网站状态展示系统(如: status.github.com )
- phpRedisAdmin(link:https://github.com/ErikDubbelboer/phpRedisAdmin) - Redis 管理工具
- phpPgAdmin (link:https://github.com/phppgadmin/phppgadmin)- PostgreSQL管理工具
- phpMyAdmin(link:https://github.com/phpmyadmin/phpmyadmin) - MySQL管理工具
- rockmongo(link:https://github.com/iwind/rockmongo) - MongoDB管理工具
基础设施(Infrastructure)
提供PHP应用程序和服务的基础设施
- appserver.io(link:http://appserver.io/) - 基于PHP的多线程应用程序服务器
其他( Miscellaneous )
不属于以上分类的有用的类库和工具
- pinyin(link:https://github.com/overtrue/pinyin) - 汉字转拼音的库
- Pinyin(link:https://github.com/jifei/Pinyin) - 汉字转拼音的库
- class.upload.php(link:https://github.com/verot/class.upload.php) - 文件上传处理类
- php-paginator(link:https://github.com/jasongrimes/php-paginator) - 分页处理类
- Underscore.php(link:https://github.com/brianhaveri/Underscore.php) - Underscore.js的PHP实现
- Flexihash(link:https://github.com/pda/flexihash) - 一致性hash库
- Eden(link:https://github.com/Openovate/eden) - 一个PHP快速开发类库,它包含很多组件用来自动加载、事件驱动、文档系统、缓存、模板、国际化、数据库、web服务、支付网关、装载和云服务技术。
- html-parser(link:https://github.com/bupt1987/html-parser) - html解析工具
- PHPCrawl(link:http://phpcrawl.cuab.de/) - PHP的爬虫框架
- Tig - 命令行下的 Git 浏览器(link:https://github.com/jonas/tig)