欧美亚洲中文,在线国自产视频,欧洲一区在线观看视频,亚洲综合中文字幕在线观看

      1. <dfn id="rfwes"></dfn>
          <object id="rfwes"></object>
        1. 站長(zhǎng)資訊網(wǎng)
          最全最豐富的資訊網(wǎng)站

          thinkphp擴(kuò)展插件有哪些

          thinkphp擴(kuò)展有:1、think-migration,是一種數(shù)據(jù)庫(kù)遷移工具;2、think-orm,是一種ORM類庫(kù)擴(kuò)展;3、think-oracle,是一種Oracle驅(qū)動(dòng)擴(kuò)展;4、think-mongo,一種MongoDb擴(kuò)展;5、think-soar,一種SQL語句優(yōu)化擴(kuò)展;6、porter,一種數(shù)據(jù)庫(kù)管理工具;7、tp-jwt-auth,一個(gè)jwt身份驗(yàn)證擴(kuò)展包。

          thinkphp擴(kuò)展插件有哪些

          本教程操作環(huán)境:Windows7系統(tǒng)、thinkphp6版、Dell G3電腦。

          thinkphp擴(kuò)展插件

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

          數(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ōu)化擴(kuò)展 guanguans/think-soar—— https://github.com/guanguans/think-soar
          適用于6.0的分頁驅(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

          驗(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—— jwt-auth: JSON Web Token Authentication for Thinkphp.
          訪問頻率限制 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——GitHub – 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

          模板引擎

          angular模板引擎擴(kuò)展 topthink/think-angular—— https://github.com/top-think/think-angular
          thinkphp模板引擎擴(kuò)展 topthink/think-template—— GitHub – top-think/think-template: the php template engine
          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
          頁面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—— GitHub – top-think/think-log
          應(yīng)用單元測(cè)試 topthink/think-testing—— https://github.com/top-think/think-testing

          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

          短信、郵件和消息

                    1. <dfn id="rfwes"></dfn>
                          <object id="rfwes"></object>
                        • 阿里云短信發(fā)送擴(kuò)展 bingher/ali-sms—— https://github.com/hbh112233abc/ali-sms
                          優(yōu)美的php郵件類tp-mailer yzh52521/think-mail——[GitHub – yzh52521/think-mail: 一個(gè)優(yōu)美的php郵件類tp-mailer,支持郵件模板、純文本、附件郵件發(fā)送以及

                          贊(0)
                          分享到: 更多 (0)