当前位置:首页 > PHP > 截止目前,ThinkPHP5.x以及Thinkphp6.x版本的官方扩展、第三方扩展整合

宝塔服务器面板,一键全能部署及管理,送你3188元礼包,点我领取

截止目前,ThinkPHP5.x以及Thinkphp6.x版本的官方扩展、第三方扩展整合

转载自:GitHub-ThinkPHP 2019-11-20 PHP 2478
分享给朋友:

欢迎提交自己的基于ThinkPHP5.0/5.1/6.0版本开发的产品、扩展或者网站!由于版本历史和生态问题,暂不收录5.0之前的版本资源,请提交Issue或者PR。

官方扩展

应用单元测试

https://github.com/top-think/think-testing

验证码

https://github.com/top-think/think-captcha

消息队列

https://github.com/top-think/think-queue

计划任务

https://github.com/yunwuxin/think-cron

页面Trace

https://github.com/top-think/think-trace

DebugBar

https://github.com/top-think/think-debugbar

MongoDb扩展

https://github.com/top-think/think-mongo

angular模板引擎扩展

https://github.com/top-think/think-angular

thinkphp模板引擎扩展

https://github.com/top-think/think-template

Twig模板引擎扩展

https://github.com/yunwuxin/think-twig

Blade模板引擎扩展

https://github.com/terranc/think-blade

助手库

https://github.com/top-think/think-helper

数据库迁移工具

https://github.com/top-think/think-migration

ORM类库

https://github.com/top-think/think-orm

Oracle驱动

https://github.com/top-think/think-oracle

Swoole扩展

https://github.com/top-think/think-swoole

Workerman扩展

https://github.com/top-think/think-worker

SeasLog日志扩展

https://github.com/top-think/think-seaslog

图像处理类

https://github.com/top-think/think-image

图片动态裁剪缩放库

https://github.com/top-think/think-glide

缓存管理

https://github.com/top-think/think-cache

Validate验证

https://github.com/top-think/think-validate

Log扩展

https://github.com/top-think/think-log

TagLib编辑器

https://github.com/top-think/think-editor

Container & Facade

https://github.com/top-think/think-container

邮件发送扩展

https://github.com/yunwuxin/think-mail

消息通知扩展

https://github.com/yunwuxin/think-notification

自动生成模型注释

https://github.com/yunwuxin/think-model-helper

社会化登录组件

https://github.com/yunwuxin/think-social

ThinkPHP6注解扩展

https://github.com/top-think/think-annotation

访问频率限制

https://github.com/top-think/think-throttle

PSR-16 to PSR-6 Bridge

https://github.com/top-think/cache-bridge

第三方扩展(陆续整理)

权限控制

PHP-Casbin

https://github.com/php-casbin/php-casbin

Think-authz

https://github.com/php-casbin/think-authz

访问控制库(Casbin)扩展

https://github.com/php-casbin/think-casbin

权限认证

https://github.com/zouxiang0639/thinkcms-auth

适用于thinkphp5.1和6.0的Auth权限扩展

https://github.com/liliuwei/thinkphp-auth

数据库

migration-generato

https://github.com/yanwenwu/migration-generator

SQL语句优化扩展

https://github.com/guanguans/think-soar

适用于6.0的分页驱动库

https://github.com/big-dream/think-paginator-driver

数据库迁移工具think-phinx

https://github.com/itxq/think-phinx

算法

用PHP负载均衡调度算法

https://github.com/Tinywan/load-balancing

支付

支付宝php-SDK

https://github.com/wi1dcard/alipay-sdk-php

短信

阿里云短信发送扩展

https://github.com/hbh112233abc/ali-sms

微信

微信php-SDK

https://github.com/overtrue/wechat

注解

ThinkPHP6官方注解增强版

https://github.com/LazySkills/think-annotation

其它

二维码生成类库

https://github.com/endroid/qr-code

xml类库

https://github.com/servo-php/fluidxml

省市区(县)街道四级联动扩展

https://github.com/yupoxiong/region

代码生成器

https://github.com/zhuanqianfish/ThinkphpHelper

钉钉机器人扩展

https://github.com/hbh112233abc/ding-bot

短地址扩展

https://github.com/hbh112233abc/short-url

中文转拼音扩展

https://github.com/xiaodit/think-pinyin

网站链接提交扩展

https://github.com/xiaodit/think-site-pusher

适用于thinkphp6.0的跳转扩展

https://github.com/liliuwei/thinkphp-jump

网站地图 Sitemap扩展

https://github.com/liliuwei/php-sitemap

分词/抽词扩展

https://github.com/xiaodit/think-pullword

异常接管扩展(Whoops)

https://github.com/xiaodit/think-whoops

获取HTML字符串中的图片地址

https://github.com/ITwuzhiwei/getImgSrc

优美的php邮件类tp-mailer

https://github.com/yzh52521/think-mail

短信验证码、验证

https://github.com/LunziSTU/tp-sms


分享给朋友:

相关文章

EasyAdmin8 - PHP8.0常用框架快速后台管理系统

EasyAdmin8 开源快速开发后台,ThinKPHP 、 Laravel、webman 均覆盖

webman-blog 基于 webman 开源博客程序

webman-blog,一个基于 webman 的简单自适应个人博客程序,带后台。

webman自定义进程

1、新建文件 process/Rpc.php 编写rpc进程<?php namespace process; use Workerman\Connection\TcpConnection; class Rpc {    &n

在PHP7+下监控Memcached服务、性能、扇区等信息

PHPMemcachedAdmin:一款网页可视化的Memcached工具

Swoole的PHP协程开发框架 imi 集成ThinkPHP模板引擎 think-template

在 imi 框架根目录中执行composer require topthink/think-template安装好模板引擎后,找到路径\vendor\topthink\think-template\src\Template.php找到 fetch() 渲染模板文件的方法,将最后一

PHP7下MongoDB自增或自减一个字段的值

findAndModify属于原子操作模型数据,所谓原子操作就是要么这个文档保存到Mongodb,要么没有保存到Mongodb,不会出现查询到的文档没有保存完整的情况。

PHP的面向对象解析

早期编程由于受电脑硬件限制,程序都是追求效率,而忽略可理解性,扩充性,随着硬件技术的发展,编程越来越重视多人开发,程序员越来越重视程序的可靠性,可扩展性,可维护性,所以刺激了程序语言的发展

ThinkPHP6.0使用EasyTask常驻内存多进程任务管理

PHP常驻内存的多进程任务管理器Composer包。以进程管理为出发点,同时也支持为每个进程设置定时执行功能,您可以用它来完成需要重复运行的任务(如订单超时自动取消,短信邮件异步推送,队列/消费者/频道订阅者等等),甚至处理计划任务。

PHP8新特性盘点

PHP 8.0.0 已经正式发布了,这个对于PHPer无疑是一个令人振奋的消息。它包含了很多新功能与优化项, 包括命名参数、联合类型、注解、构造器属性提升、match表达式、nullsafe运算符、JIT,并改进了类型系统、错误处理、语法一致性。

PHP8新特性系列:构造器属性提升使用及注意事项

本篇主要说下PHP8构造器属性提升的用法,这个特性对于一些需要在构造器中设置或初始化一些类属性的时候非常有用(包括public、protected和private),比如在PHP7中你可以这样定义一个类的属性,然后在构造方法中传值。class Point {  &nb