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提示、注解
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,支持邮件模板、纯文本、附件邮件发送以及
相关推荐 |