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電腦。
列表資料格式依次為:描述 外掛(或擴充套件)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提示、註解
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擴充套件外掛有哪些的詳細內容,更多請關注TW511.COM其它相關文章!