常見問題

thinkphp擴(kuò)展插件分享

常見問題

2321

字體:

這里收錄了ThinkPHP的相關(guān)插件和擴(kuò)展,收錄請(qǐng)提交ISSUE或者給我們發(fā)郵件

列表數(shù)據(jù)格式依次為:描述 插件(或擴(kuò)展)Composer包名 —— 倉(cāng)庫(kù)地址

請(qǐng)使用composer require Composer包名安裝插件或擴(kuò)展

數(shù)據(jù)庫(kù)


數(shù)據(jù)庫(kù)遷移工具 topthink/think-migration —— https://github.com/top-think/think-migration
ORM類庫(kù) topthink/think-orm —— https://github.com/top-think/think-orm
Oracle驅(qū)動(dòng) topthink/think-oracle—— https://github.com/top-think/think-oracle
MongoDb擴(kuò)展 topthink/think-mongo—— https://github.com/top-think/think-mongo
SQL語(yǔ)句優(yōu)化擴(kuò)展 guanguans/think-soar—— https://github.com/guanguans/think-soar

適用于6.0的分頁(yè)驅(qū)動(dòng)庫(kù) big-dream/think-paginator-driver—— https://github.com/big-dream/think-paginator-driver

數(shù)據(jù)庫(kù)遷移itxq/think-phinx —— https://github.com/itxq/think-phinx

數(shù)據(jù)庫(kù)遷移nhzex/think-phinx —— https://github.com/nhzex/think-phinx
遷移文件生成 jaguarjack/migration-generator —— https://github.com/yanwenwu/migration-generator

數(shù)據(jù)庫(kù)管理工具 iszsw/porter——https://github.com/iszsw/porter
thinkphp6 自動(dòng)化CURD iszsw/curd —— https://github.com/iszsw/curd
全文搜索 whereof/think-scout —— https://github.com/whereof/think-scout

驗(yàn)證和權(quán)限控制


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訪問控制庫(kù)(Casbin)擴(kuò)展 casbin/think-adapter —— https://github.com/php-casbin/think-casbin

RBAC權(quán)限認(rèn)證 zouxiang0639/thinkcms-auth—— https://github.com/zouxiang0639/thinkcms-auth

適用于5.1和6.0的Auth權(quán)限擴(kuò)展liliuwei/thinkphp-auth —— https://github.com/liliuwei/thinkphp-auth

jwt身份驗(yàn)證擴(kuò)展包(支持tp5.1和6.0)thans/tp-jwt-auth—— https://github.com/QThans/jwt-auth
訪問頻率限制 topthink/think-throttle—— https://github.com/top-think/think-throttle
ThinkPHP6 Auth庫(kù) wenhainan/thinkphp6-auth—— https://github.com/wenhainan/thinkphp6-auth
ThinkPHP6 權(quán)限驗(yàn)證 yunwuxin/think-auth——https://github.com/yunwuxin/think-auth
驗(yàn)證碼 topthink/think-captcha—— https://github.com/top-think/think-captcha
Validate驗(yàn)證 topthink/think-validate—— https://github.com/top-think/think-validate
ThinkPHP6狀態(tài)機(jī)topthink/think-workflow——https://github.com/top-think/think-workflow
基于tp3修改的thinkphp6-auth權(quán)限認(rèn)證類hahadu/think-auth——https://github.com/hahadu/think-auth
強(qiáng)大的驗(yàn)證類庫(kù) respect/validation—— https://github.com/Respect/Validation
Token生成 wenhainan/think-token—— https://github.com/wenhainan/think-token

模板引擎


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

調(diào)試工具


異常接管擴(kuò)展(Whoops)xiaodi/think-whoops ——https://github.com/xiaodit/think-whoops
頁(yè)面Trace topthink/think-trace—— https://github.com/top-think/think-trace
DebugBar topthink/think-debugbar—— https://github.com/top-think/think-debugbar
SocketLog擴(kuò)展topthink/think-socketlog——https://github.com/top-think/think-socketlog
SeasLog日志擴(kuò)展 topthink/think-seaslog—— https://github.com/top-think/think-seaslog
Log擴(kuò)展 topthink/think-log—— https://github.com/top-think/think-log
應(yīng)用單元測(cè)試 topthink/think-testing—— https://github.com/top-think/think-testing
記錄 HTTP 請(qǐng)求 whereof/think-http-logger——https://github.com/whereof/think-http-logger

IDE提示、注解


ThinkPHP6注解擴(kuò)展 topthink/think-annotation—— https://github.com/top-think/think-annotation
ThinkPHP6官方注解增強(qiáng)版 lazyskills/think-annotation—— https://github.com/LazySkills/think-annotation
自動(dòng)生成模型注釋 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
注解路由 + 自動(dòng)接口文檔生成 + 自動(dòng)測(cè)試數(shù)據(jù)生成 iszsw/mock—— https://github.com/iszsw/mock

社會(huì)化登錄


支付寶php-SDKwi1dcard/alipay-sdk —— https://github.com/wi1dcard/alipay-sdk-php

社會(huì)化登錄擴(kuò)展 liliuwei/thinkphp-social——https://github.com/liliuwei/thinkphp-social
社會(huì)化登錄組件 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

短信、郵件和消息


阿里云短信發(fā)送擴(kuò)展 bingher/ali-sms—— https://github.com/hbh112233abc/ali-sms

優(yōu)美的php郵件類tp-mailer yzh52521/think-mail——[https://github.com/yzh52521/think-mail]
短信驗(yàn)證碼、驗(yàn)證lunzi/tp-sms ——https://github.com/LunziSTU/tp-sms
郵件發(fā)送擴(kuò)展 yunwuxin/think-mail—— https://github.com/yunwuxin/think-mail
消息通知擴(kuò)展 yunwuxin/think-notification—— https://github.com/yunwuxin/think-notification
短信服務(wù)接口庫(kù)wycto/sms——https://github.com/wycto/sms
億速云短信擴(kuò)展 yisu-cloud/sms —— https://github.com/yisu-cloud/sms
短信發(fā)送擴(kuò)展tongso/notice-message——https://github.com/tongso/notice-message

隊(duì)列、任務(wù)


消息隊(duì)列 topthink/think-queue—— https://github.com/top-think/think-queue
計(jì)劃任務(wù) yunxuxin/think-cron—— https://github.com/yunwuxin/think-cron
PHP常駐內(nèi)存定時(shí)器 easy-task/easy-task—— https://gitee.com/392223903/EasyTask
thinkphp 任務(wù)調(diào)度 yzh52521/schedule—— https://github.com/yzh52521/schedule
異步執(zhí)行 baiy/think-async—— https://github.com/baiy/think-async

短網(wǎng)址、分詞、采集


分詞/抽詞擴(kuò)展 xiaodi/think-pullword——https://github.com/xiaodit/think-pullword
獲取HTML字符串中的圖片地址 lipowei/img——https://github.com/ITwuzhiwei/getImgSrc
短地址擴(kuò)展 bingher/short-url——https://github.com/hbh112233abc/short-url
中文轉(zhuǎn)拼音擴(kuò)展 xiaodi/think-pinyin——https://github.com/xiaodit/think-pinyin
網(wǎng)站鏈接提交擴(kuò)展xiaodi/think-site-pusher ——https://github.com/xiaodit/think-site-pusher
網(wǎng)站地圖 Sitemap擴(kuò)展liliuwei/php-sitemap ——https://github.com/liliuwei/php-sitemap

工具類庫(kù)


助手庫(kù) topthink/think-helper—— https://github.com/top-think/think-helper
二維碼生成類庫(kù) endroid/qr-code——https://github.com/endroid/qr-code
xml類庫(kù)servo/fluidxml ——https://github.com/servo-php/fluidxml
省市區(qū)(縣)街道四級(jí)聯(lián)動(dòng)擴(kuò)展yupoxiong/region ——https://github.com/yupoxiong/region
釘釘機(jī)器人擴(kuò)展 bingher/ding-bot ——https://github.com/hbh112233abc/ding-bot
適用于thinkphp6.0的跳轉(zhuǎn)擴(kuò)展liliuwei/thinkphp-jump ——https://github.com/liliuwei/thinkphp-jump
第三方filesystem擴(kuò)展包(支持阿里云、七牛云)thans/thinkphp-filesystem-cloud ——https://gitee.com/thans/thinkphp-filesystem-cloud
think-addons zzstudio/think-addons——https://github.com/zz-studio/think-addons
Swoole擴(kuò)展 topthink/think-swoole—— https://github.com/top-think/think-swoole
Workerman擴(kuò)展 topthink/think-worker—— https://github.com/top-think/think-worker
圖像處理類 topthink/think-image—— https://github.com/top-think/think-image
圖片動(dòng)態(tài)裁剪縮放庫(kù) 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負(fù)載均衡調(diào)度算法 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
工作流插件 —— https://gitee.com/ntdgg/tpflow
代碼生成器 ——https://github.com/zhuanqianfish/ThinkphpHelper
thinkphp門面類自動(dòng)生成工具liuqiandev/thinkphp-facade-generator——https://github.com/liuqiandev/thinkphp-facade-generator
ThinkPHP6百度富文本編輯器ueditor擴(kuò)展 bingher/ueditor—— https://github.com/hbh112233abc/ueditor
Alibaba Cloud Client for PHP alibabacloud/sdk —— https://github.com/aliyun/openapi-sdk-php
基于thinkphp6的管理中控臺(tái)庫(kù),帶菜單,權(quán)限,配置等 suframe/think-admin——https://github.com/suframe/think-admin


[聲明]原創(chuàng)不易,請(qǐng)轉(zhuǎn)發(fā)者備注下文章來源(hbsjsd.cn)【速建時(shí)代】。