Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ThinkPHP

PHP Framework
Collective - Host: opensource - https://opencollective.com/thinkphp - Website: https://www.thinkphp.cn - Code: https://github.com/top-think

改进getValue对动态获取器的处理

github.com/top-think/think-orm - 375a3b11578a1740db60c4db05b8244c1de701cf authored over 3 years ago
feat: 支持配置 Server 相关参数

github.com/top-think/think-swoole - 5e11d79849aa6278bbab59efefbbf89182bfd1fe authored over 3 years ago
Update Route.php

miss 闭包类型的代码提示对编辑器不友好

github.com/top-think/framework - 5d503d680ab64c733b56188398f68901493241e3 authored over 3 years ago
FIX 内置服务器启动默认host显示问题

github.com/top-think/framework - 89e9201452ad768c50af2f2722151c5a8c6f17b1 authored over 3 years ago
Request::typeCase访问权限修改

github.com/top-think/framework - a9c7b3f06d0e77045b90f7c1c3f04c1fa3588a87 authored over 3 years ago
关联支持withoutField方法

github.com/top-think/think-orm - 341f3c5d9d6ecb9ebbcbf63874e2e55c89583c72 authored over 3 years ago
Update composer.json

github.com/top-think/think-annotation - e40346b41c7bb7d14cb9d65184113801cb79cc38 authored over 3 years ago
软删除destroy优化:仅当强制删除时包含软删除数据;传入空值(包括空字符串和空数组)的时候不会做任何的数据删除操作,但传入0则是有效的

github.com/top-think/think-orm - 7acb555961437d9af5d8c2c8d47805df22572f61 authored over 3 years ago
优化队列消费性能

github.com/top-think/think-swoole - af6b153da3e5204ee65b8fc2679b7058908b4c36 authored over 3 years ago
Apply fixes from StyleCI

github.com/top-think/think-queue - a9f81126bdd52d036461e0c6556592dd478c8728 authored over 3 years ago
redis驱动支持断线重连

github.com/top-think/think-queue - f4d9b2e8c81a065ed4ee35c005d0e23218ea6c3e authored over 3 years ago
Apply fixes from StyleCI

github.com/top-think/think-swoole - 23399f069e6aec760baaed495372af0f408bb643 authored over 3 years ago
改进协程屏障

github.com/top-think/think-swoole - e4c2343af86e1b40ba5977cb81e20feb618ef61c authored over 3 years ago
reset model invoker

github.com/top-think/think-swoole - f9cef46866adc7972855ca0fe395325be9ec39ae authored over 3 years ago
Merge pull request #20 from acrossmountain/3.0

添加集合新增时 链式操作

github.com/top-think/think-helper - f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905 authored over 3 years ago
fix: 修正 swoole 版本依赖错误

github.com/top-think/think-swoole - 2c20bbc173818d7b541a3b3c77e022350d9e3527 authored over 3 years ago
支持在路由定义中设置中间件配置

github.com/top-think/think-throttle - b665b09a66b194d587de40b2908d8580fb091348 authored over 3 years ago
配置文件添加设置算法驱动driver_name项

github.com/top-think/think-throttle - a0d1ad226942dd67c1342c69cc50697227e4b47b authored over 3 years ago
修复漏桶算法中计算wait_seconds计算错误问题

github.com/top-think/think-throttle - ebccb4cdcb714b90105c497fb15424813d3ec2d8 authored over 3 years ago
新增响应体中设置速率限制的头部信息的开关

github.com/top-think/think-throttle - 89b9206fd191cb93b69ceaab7dae1f1de7d907c5 authored over 3 years ago
默认配置中设置visit_fail_response 值,去除 visit_fail_code 与

visit_fail_text 配置项,代码中依然保留这两项的兼容

github.com/top-think/think-throttle - a23fd94ab6b8b171999ab8e5ad85463b7f2de4fe authored over 3 years ago
强类型声明 (#10)

github.com/top-think/think-throttle - 9467f74cbed13f24f6306f828de0ec3d77a09959 authored over 3 years ago
fix: 调整环境变量标识选项为必填

github.com/top-think/think-swoole - 4ea3f1776cc18399a135520a00135b71a44f2f6a authored over 3 years ago
feat: 启动指令支持指定环境变量标识

github.com/top-think/think-swoole - fad72f11863aacd4a1c888173fdb26e9ca80e731 authored over 3 years ago
响应头状态码20x时注入速率限制信息

github.com/top-think/think-throttle - 613d341e0288e2075b45e1feedf15ca35a6c649b authored over 3 years ago
允许通过闭包自定义限流响应 (#8)

* 声明缓存驱动变量类型

* 声明限流驱动变量类型

* 允许通过闭包自定义限流响应

* 完善类型注释

github.com/top-think/think-throttle - 979e7c36706857c686da222cf1f0c6c811f78edc authored over 3 years ago
更新swoole版本

github.com/top-think/think-swoole - c23239e26da99dcf389582b581055746d16500dd authored over 3 years ago
完善子协程获取app对象

github.com/top-think/think-swoole - c22b53c50b4ea7b309a4f7b2c50698f9872d124a authored over 3 years ago
增加协程屏障方法使连接池能完成连接自动回收

github.com/top-think/think-swoole - a4026fab37d1e7031353a151e554b7f09ef0e9c6 authored over 3 years ago
暴露一些Manager的方法,方便用户自定义进程

github.com/top-think/think-swoole - 4062de0621c4953412a50e3f3f388fef582a761f authored over 3 years ago
fix: 修正 sender 数据类型

github.com/top-think/think-swoole - 94d1bcde2b688d53e6d97544ede106dc5c034f7c authored over 3 years ago
Apply fixes from StyleCI

github.com/top-think/think-swoole - f7b6c240473c9290cc920a06189f1252b8e162af authored over 3 years ago
保证websocket的onMessage收到的是一个完整帧

github.com/top-think/think-swoole - f59c8898ed2699fb11961bb0d0c5a734cf072650 authored over 3 years ago
fixed #250 websocket header信息检查时不区分大小写

暴露addWorker方法,方便用户自定义进程

github.com/top-think/think-swoole - 915ce6efe9cb36949d06a285554a11ab56ca7c44 authored over 3 years ago
修正redis驱动push返回值

github.com/top-think/think-queue - 77b3eb63bee9c34f16b7997b2a83f8296de812c2 authored over 3 years ago
增加getWorkerId方法

github.com/top-think/think-swoole - 61c4b9fb6e996f0ab74d83594169498b08cbda61 authored over 3 years ago
queue支持定义worker_num

github.com/top-think/think-swoole - cc0e97a520f7c6c801a82e74abfba1aaff6cea88 authored over 3 years ago
支持自定义worker_num

github.com/top-think/think-swoole - dda3b4f20ae4c0c9d511631fa8bc1b0a0727c68e authored over 3 years ago
全协程rpc服务

github.com/top-think/think-swoole - 5b95769eebeb72d03025fc498334394071c1d588 authored over 3 years ago
全协程websocket服务

github.com/top-think/think-swoole - 33f19f248aa0a373b20591c70fcbb243f0ab96da authored over 3 years ago
全协程http服务

github.com/top-think/think-swoole - 48fa836f21034b51da1d04cf6285360edc744655 authored over 3 years ago
关联注解可重复使用

github.com/top-think/think-annotation - 8295c0fa5338703da0c29695c563005108b97f4b authored over 3 years ago
进程不存在时自动清理pid文件

github.com/top-think/think-swoole - fda0569d1787bddffd728bf41978b56686274049 authored almost 4 years ago
子域名匹配 rtrim 参数类型错误

如果绑定根域名后 有其他域名访问会爆错 stristr 返回false rtrim 不支持bool参数

github.com/top-think/framework - c26dfea1397955a30ee0867eaca593482d6f61a0 authored almost 4 years ago
增加文本相似检测、文本智能纠错、中文智能分词和图像智能识别接口

github.com/top-think/think-api - bf7e88076915629073fce44bbe89249ace6cb159 authored almost 4 years ago
Merge branch '2.0' of https://github.com/top-think/think-orm into 2.0

github.com/top-think/think-orm - 0b01a19654c3b0376043960a30e74c9ddb55d574 authored almost 4 years ago
改进模型事件注册

github.com/top-think/think-orm - affdf391065804ad8fdf53b8e7e82d4dbcc54fa1 authored almost 4 years ago
事件监听支持通配符

github.com/top-think/framework - ce205708a4c2c31015a439e0c9f9fe7b1dad4afc authored almost 4 years ago
websocket 支持在taskwork里推送消息

github.com/top-think/think-swoole - e2e37251d056fa06e660f28ea6ae96a3957caa90 authored almost 4 years ago
rpc临时文件支持持久化

github.com/top-think/think-swoole - b9ff8d4d7fb0cf1e34549844fcdc8d8748669bd1 authored almost 4 years ago
Apply fixes from StyleCI (#236)

Co-authored-by: yunwuxin <[email protected]>

github.com/top-think/think-swoole - 79a27bb951e5dad25e7ac46be3c1118ef3b38911 authored almost 4 years ago
websocket emit方法支持多参数

github.com/top-think/think-swoole - 58ccd39e26a17e5cfd47bb4ce16d7a41e89983f8 authored almost 4 years ago
增加短信发送查询状态接口

github.com/top-think/think-api - da723cf20ccb5720bcc5d6d9509eb3b0ac6e6bf1 authored almost 4 years ago
socket.io事件支持多参数

github.com/top-think/think-swoole - 3416cfec92a09ae1f0f9e59160641a3aaa84adb7 authored almost 4 years ago
rpc 支持返回File对象 (#231)

* rpc 支持返回File对象

* 修正rpc:interface指令

* 完善

github.com/top-think/think-swoole - 3a618124c6ad58233b7e23700ddb8a4e8fdbbf88 authored almost 4 years ago
MorphOne关联支持绑定关联模型属性

github.com/top-think/think-orm - 1119d979b850849f3725856460cf108eec1c3eb8 authored almost 4 years ago
改进多次查询的时候field方法失效问题

github.com/top-think/think-orm - 7b1d38425306c61de27a8c42eb90303650a162fa authored almost 4 years ago
改进多环境变量定义

github.com/top-think/framework - 55264dddac2772a502528aae256a35648600009f authored almost 4 years ago
改进关联查询

github.com/top-think/think-orm - ddf15dc6e1c1f3f79e392f3578adefa22f7e4bdd authored almost 4 years ago
改进环境变量定义支持多env文件读取

github.com/top-think/framework - a6720bbe644e954542856f0fbf394312fd26f926 authored almost 4 years ago
Merge pull request #24 from liuqiandev/patch-1

兼容 php 8.0

github.com/top-think/think-helper - 04a0f6feb8ce814bb048f0f25ad12f14510d90eb authored almost 4 years ago
兼容 php 8.0

php 8.0使用数据集排序时会出现以下报错:
uasort(): Returning bool from comparison function is deprecated, return...

github.com/top-think/think-helper - 648744254bce5e86546d1cef858e4ee4407050e5 authored almost 4 years ago
调整修改器和类型转换的处理机制

github.com/top-think/think-orm - 0a5412967eb78339f1160e1f9140aa8778169d74 authored almost 4 years ago
修正防疫接口

github.com/top-think/think-api - 7d2e4bca1ace29a1bbede67f7272a11c26c95170 authored almost 4 years ago
fixed: 兼容 symfony/cache 组件规则,不能在 key 或 tag 中使用的保留字符 :'{}()/\@:'

github.com/top-think/think-orm - f6e2d76c19c2344c33cf2ec8b2faafeca9ae1893 authored almost 4 years ago