数据库

数据库迁移工具 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——https://github.com/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—— https://github.com/top-think/think-template
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—— https://github.com/top-think/think-log
应用单元测试 topthink/think-testing—— https://github.com/top-think/think-testing

IDE提示、注解

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——[https://github.com/yzh52521/think-mail]
短信验证码、验证lunzi/tp-sms ——https://github.com/LunziSTU/tp-sms
邮件发送扩展 yunwuxin/think-mail—— https://github.com/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—— https://github.com/top-think/think-worker
图像处理类 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—— https://github.com/top-think/cache-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官方推荐第三方插件库相关推荐

  1. Flutter 项目编写 第三方插件库文件引入,本地图片 json数据引入解析

    FlutterDemo是如何一步一步搭建起来的 最初就是直接新建flutter项目,就会自动建立一个入门项目.(开始项目前,需先学习Dart语言) flutter项目代码都在lib目录下编写: 新建包 ...

  2. ionic3.0--angular4.0 引入第三方插件库的方法

    ionic3.0 引入第三方插件 (swiper),方法很多,现详细说明下官方推荐(typings)做法. 1.全局安装Typings 1. npm install -g typings  2.搜索你 ...

  3. Django Admin界面美化第三方插件库测评(多图)

    Django自带的admin管理后台简直就是bug级的存在,几行代码就可以撸出一个功能齐全的管理后台来,就像诸葛亮的媳妇黄月英,拥有和诸葛亮一样的才华, 只是不漂亮.对于内部人员使用的管理系统,业务功 ...

  4. angular 4使用jquery 第三方插件库

    用jBox插件为例子1,npm install jBox --save2,找到.angular-cli.json 增加"../node_modules/jbox/Source/jBox.mi ...

  5. jQuery第三方插件

    jQuery第三方插件 1.layer 2.瀑布流插件 3.图片懒加载 4.cookie操作插件 5.表单验证 jquery提供很多非常好用的插件,使用这些插件能够让我们开发网页的速度大大提升. 推荐 ...

  6. Dagger Hilt - Android官方推荐的依赖注入框架

    Dagger Hilt Android端有不少DI框架可供选择 – 例如用于控件注入的ButterKnife.用于Kotlin的Koin等,但唯有Dagger才称得上是谷歌官方认可的DI方案. Dag ...

  7. FLutter 官方推荐的二个动画插件lottie和Rive(flare)动画

    FLutter 官方推荐的二个动画插件lottie和rive(flare)动画 lottie 动画:Lottie是一个Android和iOS的移动库,它解析Adobe After Effects动画, ...

  8. 【Android 应用开发】Google 官方 EasyPermissions 权限申请库 ( 最简单用法 | 一行代码搞定权限申请 | 推荐用法 )

    文章目录 一.添加依赖 二.在 AndroidManifest.xml 中配置权限 三.权限申请最简单用法 四.推荐使用的用法 五.GitHub 地址 上一篇博客 [Android 应用开发]Goog ...

  9. 推荐一个ubuntu下的shell插件terminator集成第三方插件

    前言 今日不仅仅是介绍ubuntu环境下的无敌shell插件terminator.而是更加推荐该插件的第三方改进版本,真的无敌强啊,谁用谁知道.截图如下: 在本地,根据历史命令行使用评论实现智能提示 ...

  10. 坯子库无法一键安装插件没用_坯子库插件集下载-坯子插件库下载v2020.1 官方最新版-西西软件下载...

    坯子插件库是坯子库整合的一款sketchup插件集合程序,这款程序提供了sketchup插件的卸载.下载.加载的全套功能,就像是一个插件管家.此外坯子插件库还内置了超全的sketchup插件集,就算离 ...

最新文章

  1. c语言题库杭电,C语言杭电18级B卷试题答案.doc
  2. JavaScript动态设置table的高度
  3. python docx表格宽度_RPA手把手——python-docx 设置 word 文档中表格格式
  4. css中的xpath,使用XPath选择CSS类
  5. 【BZOJ4008】【HNOI2015】亚瑟王 [期望DP]
  6. 素数类型C语言题目总结
  7. RESTful Connector
  8. 浙江大学深蓝质感简约答辩PPT模板
  9. 每日英语听力 Mac
  10. android常用单词,Android的英语单词记忆软件系统
  11. 基于FTP协议实现FTP客户端和服务端程序
  12. 麒麟系统查看微信聊天记录位置、微信收到的文件位置
  13. 康妮猫重温C语言课后作业题(张书云2008版)ch1
  14. jpg转换为word可编辑的怎么转换呢
  15. 都2023年了,你如果还不知道这18个C语言入门经典程序就亏了
  16. 淘宝聚划算怎么玩?其实也就是这些营销手段及功能
  17. 远离喧嚣,拥抱自然,洗尽铅华
  18. Angular + xlsx + xlsx-js-style实现多个sheel页Excel下载
  19. 万卷书- 创新型学校 [Creative Schools]
  20. .net core linux环境下导出到excel报The type initializer for ‘Gdip‘ threw an exception.异常

热门文章

  1. winrar是不是计算机应用软件,请注意winrar不是一个免费软件。在40天的试用期结束后,你必须购买一个许可,或者将他从你的计算机中删除...
  2. 像外行一样思考,像专家一样实践——科研成功之道(修订版)
  3. 前端资源汇总-酷站分享[转载]
  4. 谈谈自我介绍与第一印象
  5. debian10将系统软件包和docker的软件源改成国内源
  6. 贴片物料/电容/电阻的英制与公制封装
  7. 单片机学习-利用intrins.h中的_crol_和_cror_进行流水灯位移
  8. 如何评价知乎?中文版Quora的商业化道路为何如此曲折?
  9. Google 和 bing 都无法替代的10大深网搜索引擎
  10. 由摊余成本法谈到债券估值