thinkphp扩展插件有哪些

雨丽君_8220

雨丽君_8220

2022-06-13

4711人浏览

原创

thinkphp扩展有:1、think-migration,是一种数据库迁移工具;2、think-orm,是一种orm类库扩展;3、think-oracle,是一种oracle驱动扩展;4、think-mongo,一种mongodb扩展;5、think-soar,一种sql语句优化扩展;6、porter,一种数据库管理工具;7、tp-jwt-auth,一个jwt身份验证扩展包。

本教程操作环境:Windows7系统、thinkphp6版、Dell G3电脑。

thinkphp扩展插件

列表数据格式依次为:描述 插件(或扩展)Composer包名 —— 仓库地址

数据库


数据库迁移工具 topthink/think-migration —— https://github.com/top-think/think-migration
ORM类库 topthink/think-orm —— https://github.com/top-think/think-orm
Oracle驱动 topthink/think-oracle—— https://github.com/top-think/think-oracle
MongoDb扩展 topthink/think-mongo—— https://github.com/top-think/think-mongo
SQL语句优化扩展 guanguans/think-soar—— https://github.com/guanguans/think-soar
适用于6.0的分页驱动库 big-dream/think-paginator-driver—— https://github.com/big-dream/think-paginator-driver
数据库迁移itxq/think-phinx —— https://github.com/itxq/think-phinx
数据库迁移nhzex/think-phinx —— https://github.com/nhzex/think-phinx
迁移文件生成 jaguarjack/migration-generator —— https://github.com/yanwenwu/migration-generator
数据库管理工具 iszsw/porter——https://github.com/iszsw/porter
thinkphp6 自动化CURD iszsw/curd —— https://github.com/iszsw/curd

验证和权限控制


PHP-Casbin casbin/casbin—— https://github.com/php-casbin/php-casbin
6.0 Authorization casbin/think-authz—— https://github.com/php-casbin/think-authz
5.1访问控制库(Casbin)扩展 casbin/think-adapter —— https://github.com/php-casbin/think-casbin
RBAC权限认证 zouxiang0639/thinkcms-auth—— https://github.com/zouxiang0639/thinkcms-auth
适用于5.1和6.0的Auth权限扩展liliuwei/thinkphp-auth —— https://github.com/liliuwei/thinkphp-auth
jwt身份验证扩展包(支持tp5.1和6.0)thans/tp-jwt-auth—— jwt-auth: JSON Web Token Authentication for Thinkphp.
访问频率限制 topthink/think-throttle—— https://github.com/top-think/think-throttle
ThinkPHP6 Auth库 wenhainan/thinkphp6-auth—— https://github.com/wenhainan/thinkphp6-auth
ThinkPHP6 权限验证 yunwuxin/think-auth——GitHub - yunwuxin/think-auth
验证码 topthink/think-captcha—— https://github.com/top-think/think-captcha
Validate验证 topthink/think-validate—— https://github.com/top-think/think-validate
ThinkPHP6状态机topthink/think-workflow——https://github.com/top-think/think-workflow
基于tp3修改的thinkphp6-auth权限认证类hahadu/think-auth——https://github.com/hahadu/think-auth
强大的验证类库 respect/validation——https://github.com/Respect/Validation

模板引擎


angular模板引擎扩展 topthink/think-angular—— https://github.com/top-think/think-angular
thinkphp模板引擎扩展 topthink/think-template—— GitHub - top-think/think-template: the php template engine
Twig模板引擎扩展 yunwuxin/think-twig—— https://github.com/yunwuxin/think-twig
Blade模板引擎扩展terranc/think-blade —— https://github.com/terranc/think-blade
6.0 Blade模板引擎扩展nhzex/think-blade —— https://github.com/nhzex/think-blade
模板(魔法)扩展xiaodi/think-templte-magic ——https://github.com/xiaodit/think-template-magic

调试工具


异常接管扩展(Whoops)xiaodi/think-whoops ——https://github.com/xiaodit/think-whoops
页面Trace topthink/think-trace—— https://github.com/top-think/think-trace
DebugBar topthink/think-debugbar—— https://github.com/top-think/think-debugbar
SocketLog扩展topthink/think-socketlog——https://github.com/top-think/think-socketlog
SeasLog日志扩展 topthink/think-seaslog—— https://github.com/top-think/think-seaslog
Log扩展 topthink/think-log—— GitHub - top-think/think-log
应用单元测试 topthink/think-testing—— https://github.com/top-think/think-testing

IDE提示、注解

ThinkPHP5.1企业站点快速开发-源码课件
ThinkPHP5.1企业站点快速开发-源码课件

ThinkPHP5.1企业站点快速开发

下载

ThinkPHP6注解扩展 topthink/think-annotation—— https://github.com/top-think/think-annotation
ThinkPHP6官方注解增强版 lazyskills/think-annotation—— https://github.com/LazySkills/think-annotation
自动生成模型注释 yunwuxin/think-model-helper—— https://github.com/yunwuxin/think-model-helper
6.0 IDE助手 topthink/think-ide-helper—— https://github.com/top-think/think-ide-helper
注解路由 + 自动接口文档生成 + 自动测试数据生成 iszsw/mock—— https://github.com/iszsw/mock

社会化登录


支付宝php-SDKwi1dcard/alipay-sdk —— https://github.com/wi1dcard/alipay-sdk-php
社会化登录扩展 liliuwei/thinkphp-social——https://github.com/liliuwei/thinkphp-social
社会化登录组件 yunwuxin/think-social—— https://github.com/yunwuxin/think-social
微信php-SDK overtrue/wechat—— https://github.com/overtrue/wechat
第三方登录wycto/login——https://github.com/wycto/login

短信、邮件和消息


阿里云短信发送扩展 bingher/ali-sms—— https://github.com/hbh112233abc/ali-sms
优美的php邮件类tp-mailer yzh52521/think-mail——[GitHub - yzh52521/think-mail: 一个优美的php邮件类tp-mailer,支持邮件模板、纯文本、附件邮件发送以及更多邮件功能, 邮件发送简单到只需一行代码,原生支持ThinkPHP所有框架,也非常方便其他框架扩展[已支持至6.0]]
短信验证码、验证lunzi/tp-sms ——https://github.com/LunziSTU/tp-sms
邮件发送扩展 yunwuxin/think-mail—— GitHub - yunwuxin/think-mail
消息通知扩展 yunwuxin/think-notification—— https://github.com/yunwuxin/think-notification
短信服务接口库wycto/sms——https://github.com/wycto/sms
亿速云短信扩展 yisu-cloud/sms —— https://github.com/yisu-cloud/sms
短信发送扩展tongso/notice-message——https://github.com/tongso/notice-message

队列、任务


消息队列 topthink/think-queue—— https://github.com/top-think/think-queue
计划任务 yunxuxin/think-cron—— https://github.com/yunwuxin/think-cron
PHP常驻内存定时器 easy-task/easy-task—— EasyTask: PHP常驻内存多进程任务管理器,支持定时任务(PHP resident memory multi-process task manager, supports timing tasks)
thinkphp 任务调度 yzh52521/schedule—— https://github.com/yzh52521/schedule
异步执行 baiy/think-async—— https://github.com/baiy/think-async

短网址、分词、采集


分词/抽词扩展 xiaodi/think-pullword——https://github.com/xiaodit/think-pullword
获取HTML字符串中的图片地址 lipowei/img——https://github.com/ITwuzhiwei/getImgSrc
短地址扩展 bingher/short-url——https://github.com/hbh112233abc/short-url
中文转拼音扩展 xiaodi/think-pinyin——https://github.com/xiaodit/think-pinyin
网站链接提交扩展xiaodi/think-site-pusher ——https://github.com/xiaodit/think-site-pusher
网站地图 Sitemap扩展liliuwei/php-sitemap ——https://github.com/liliuwei/php-sitemap

工具类库


助手库 topthink/think-helper—— https://github.com/top-think/think-helper
二维码生成类库 endroid/qr-code——https://github.com/endroid/qr-code
xml类库servo/fluidxml ——https://github.com/servo-php/fluidxml
省市区(县)街道四级联动扩展yupoxiong/region ——https://github.com/yupoxiong/region
钉钉机器人扩展 bingher/ding-bot ——https://github.com/hbh112233abc/ding-bot
适用于thinkphp6.0的跳转扩展liliuwei/thinkphp-jump ——https://github.com/liliuwei/thinkphp-jump
第三方filesystem扩展包(支持阿里云、七牛云)thans/thinkphp-filesystem-cloud ——thinkphp-filesystem-cloud: thinkphp6.0的第三方filesystem扩展包,支持上传阿里云、七牛云。
think-addons zzstudio/think-addons——https://github.com/zz-studio/think-addons
Swoole扩展 topthink/think-swoole—— https://github.com/top-think/think-swoole
Workerman扩展 topthink/think-worker—— GitHub - top-think/think-worker: Workerman extend for ThinkPHP
图像处理类 topthink/think-image—— https://github.com/top-think/think-image
图片动态裁剪缩放库 topthink/think-glide—— https://github.com/top-think/think-glide
缓存管理 topthink/think-cache—— https://github.com/top-think/think-cache
TagLib编辑器 topthink/think-editor—— https://github.com/top-think/think-editor
容器和门面 topthink/think-container—— https://github.com/top-think/think-container
PDF生成 mpdf/mpdf——https://github.com/mpdf/mpdf
csv处理工具 wenhainan/thinkcsv——https://github.com/wenhainan/thinkcsv

其它


用PHP负载均衡调度算法 tinywan/load-balancing—— https://github.com/Tinywan/load-balancing
PSR-16 to PSR-6 Bridge topthink/think-bridge—— GitHub - top-think/cache-bridge: PSR-16 to PSR-6 Bridge
工作流插件 —— tpflow: ⭐⭐PHPworkflow工作流引擎,可以减少百分之80以上的代码工作量,可视化、专业化的PHP工作流。
代码生成器 ——https://github.com/zhuanqianfish/ThinkphpHelper
thinkphp门面类自动生成工具liuqiandev/thinkphp-facade-generator——https://github.com/liuqiandev/thinkphp-facade-generator
ThinkPHP6百度富文本编辑器ueditor扩展 bingher/ueditor—— https://github.com/hbh112233abc/ueditor
Alibaba Cloud Client for PHP alibabacloud/sdk —— https://github.com/aliyun/openapi-sdk-php
基于thinkphp6的管理中控台库,带菜单,权限,配置等 suframe/think-admin——https://github.com/suframe/think-admin

【相关教程推荐:thinkphp框架

php免费学习视频:立即使用
踏上前端学习之旅,开启通往精通之路!从前端基础到项目实战,循序渐进,一步一个脚印,迈向巅峰!

相关文章

PHP速学教程(入门到精通)
PHP速学教程(入门到精通)

PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!

下载

相关标签:

thinkphp

本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

相关专题

更多
composer是什么插件
composer是什么插件

Composer是一个PHP的依赖管理工具,它可以帮助开发者在PHP项目中管理和安装依赖的库文件。Composer通过一个中央化的存储库来管理所有的依赖库文件,这个存储库包含了各种可用的依赖库的信息和版本信息。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

2023.12.25

304

5

Composer 安装与快速入门指南
Composer 安装与快速入门指南

面向 PHP 开发新手,详细介绍 Composer 的下载安装方式(本地安装与全局安装)、国内镜像源(阿里云/腾讯云)加速配置、composer.json 与 composer.lock 文件的作用解析、require/install/update 等核心命令的使用方法,帮助开发者快速掌握 PHP 依赖管理的基本工作流。

2026.04.10

443

36

Composer 依赖管理与版本控制实战
Composer 依赖管理与版本控制实战

深入讲解 Composer 的依赖管理机制,涵盖语义化版本号规范、版本约束符(^、~、*、>=)的区别与最佳实践、composer.lock 在团队协作中的锁定策略、依赖冲突的排查与解决方法、require-dev 与生产依赖的分离管理、平台依赖检查(platform-check)等进阶内容,帮助开发者在项目中精准控制依赖版本、避免"依赖地狱"。

2026.04.10

267

29

Composer 自定义包开发与发布教程合集
Composer 自定义包开发与发布教程合集

以实际项目为导向,讲解如何从零创建一个符合规范的 Composer 包,涵盖 composer.json 元信息配置、PSR-4 自动加载规则设置、命名空间规划、单元测试集成、README 与 LICENSE 编写规范,以及将包提交到 Packagist 公共仓库或搭建 Satis/Private Packagist 私有仓库的完整发布流程,帮助开发者将可复用代码封装为标准化的 Composer 包。

2026.04.10

269

15

Composer 自动加载机制与性能优化
Composer 自动加载机制与性能优化

系统剖析 Composer 的自动加载体系,讲解 PSR-0 与 PSR-4 自动加载标准的区别与演进、classmap 与 files 加载方式的适用场景、autoload_real.php 源码级加载流程解析,同时介绍 composer dump-autoload -o 优化加载映射、APCu 缓存加速、authoritative-classmap 配置等生产环境性能优化手段,帮助开发者深入理解自动加载原理并提升项目启动速度。

2026.04.13

240

21

Composer 在主流 PHP 框架中的应用实践
Composer 在主流 PHP 框架中的应用实践

结合 Laravel、ThinkPHP、Symfony 等主流 PHP 框架的实际场景,讲解 Composer 在框架项目中的典型应用,包括通过 create-project 初始化框架项目、安装与管理第三方扩展包、scripts 钩子(post-install/post-update)自动执行部署任务、自定义 Installer 插件开发、多项目共享 vendor 依赖的 Monorepo 工作流管理,帮助开发者在真实框架项目中充分发

2026.04.13

303

14

Composer 镜像源配置与网络问题排查
Composer 镜像源配置与网络问题排查

针对国内开发者常遇到的 Composer 网络问题,详细讲解阿里云、腾讯云、华为云等国内镜像源的全局与项目级切换方法、多镜像源优先级配置策略、composer config 命令行快速设置技巧,同时涵盖 SSL 证书错误、连接超时、下载中断等常见网络报错的排查与修复方案,以及利用 artifact / path 仓库实现完全离线环境下的依赖安装。

2026.04.14

151

24

Composer Scripts 脚本与自动化工作流
Composer Scripts 脚本与自动化工作流

系统讲解 Composer Scripts 机制的完整用法,涵盖 pre-install、post-update、post-autoload-dump 等内置事件钩子的触发时机与应用场景、自定义脚本命令的定义与参数传递、调用外部 Shell 命令与 PHP 静态方法、多脚本串联执行与条件判断,以及结合代码检查(PHPStan/PHP-CS-Fixer)、数据库迁移、缓存清理等任务构建一键部署自动化工作流。

2026.04.14

210

18

Composer 私有仓库搭建与企业级管理
Composer 私有仓库搭建与企业级管理

面向团队与企业开发场景,讲解如何使用 Satis 搭建轻量级静态私有仓库、通过 Toran Proxy / Private Packagist 构建功能完善的企业级私有包管理平台,涵盖 Git/SVN 仓库类型接入、Token 鉴权与访问权限控制、Webhook 自动触发包更新、内网部署方案以及与 GitLab CI/CD 流水线的集成配置,帮助企业安全高效地管理内部 PHP 组件资产。

2026.04.14

260

26

热门下载

更多
网站特效
/
网站源码
/
网站素材
/
前端模板

精品课程

更多
相关推荐
/
热门推荐
/
最新课程