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

删除Relation类withLimit方法

改进分布式事务支持

github.com/top-think/think-orm - af6445dc15a095a284ffa84d1603158bd8a368f2 authored about 2 years ago
版本号更新

github.com/top-think/framework - cf1f956c6317d3461cebc9c2ecf132c28b49471e authored about 2 years ago
Query类增加withLimit方法用于限制关联数据的数量

github.com/top-think/think-orm - f31efc796a0d7b3d50b379074520fa5d12c0c45d authored about 2 years ago
修正关联自动写入

github.com/top-think/think-orm - 3551948e16bcef97833835e921daa1322fb4c64f authored about 2 years ago
模型类setAttr方法自动判断设置关联属性

github.com/top-think/think-orm - 58faff9475c9426c7f76968cd2c5c8727bc34b68 authored about 2 years ago
修正一对一关联动态绑定关联属性 自动判断关联数据是否存在

github.com/top-think/think-orm - 091586062bb3c1c7460dab70f23df474904699f6 authored about 2 years ago
Merge pull request #16 from ichynul/patch-1

修复InvalidArgumentException命名空间不对问题

github.com/top-think/think-cache - 7b6ace7eb9b569fe95000b254000bbafa3c7dfee authored about 2 years ago
优化http服务

github.com/top-think/think-swoole - 97ebc024ca86bd38244a5c06e4b0d60f99d52901 authored about 2 years ago
修复InvalidArgumentException命名空间不对问题

fix(#15)

github.com/top-think/think-cache - 8a26da6334579714bedcdcf94e9f154c39bea960 authored about 2 years ago
Update Validate.php

github.com/top-think/think-annotation - 2058be85648a32e83f7ae92232e31cffa0a7638c authored about 2 years ago
Update README.md

github.com/top-think/framework - b21ff151c7125ff471d2ba17b2bf6249e668ac32 authored about 2 years ago
File类增加setExtension方法设置保存文件的实际后缀名

如果上传文件没有后缀 默认也会没有后缀保存

github.com/top-think/framework - 464920ab8ecaa9baf54426adfd516d4b2e1d97ae authored about 2 years ago
一对一关联预查寻支持其他关联表字段作为外键

github.com/top-think/think-orm - 75b8512736daaa056d511f42c15bed87c9f3605a authored about 2 years ago
修复时间字段为 0 时,获取到的值为 null 的问题

github.com/top-think/think-orm - 958b96c9c6cb3d6dfa24c670f5f86a47c34d44ba authored about 2 years ago
分页类增加 setCollection() 方法

github.com/top-think/think-orm - 91000f88a880d0f4db464a895ac63fb8ee9167a0 authored about 2 years ago
添加getInstance获取所有连接实列

常驻内存型的框架长连接,需要精细控制每个连接

github.com/top-think/think-orm - 91693ac4ee20f3d24d1ec8656aa411d041e37d64 authored about 2 years ago
Compatible PHP8.2

fix #326

github.com/top-think/think-swoole - 022b753dfb2b336fa298be5db4248278d1a898b1 authored about 2 years ago
fix: container绑定参数时可变参数处理

github.com/top-think/framework - 6789a4e4fe1164678f766d8b65db73ce9de50f7a authored about 2 years ago
Merge pull request #6 from itzcy/itzcy-patch-1

修复 php7.4 php8 更新后报错 参数不能为null问题

github.com/top-think/think-filesystem - 92b726fdf564e408d5f86ecc96325e9b7d47a38c authored over 2 years ago
修复 php7.4 php8 更新后报错 参数不能为null问题

[0]Argument 2 passed to League\Flysystem\Filesystem::__construct() must be of the type array, nu...

github.com/top-think/think-filesystem - d25fd8ee188e5dd165f6e3d216ce96f681b7cce2 authored over 2 years ago
完善多文件上传

github.com/top-think/think-swoole - 00f2e75361fda8011bc31db032fc24223553f6e5 authored over 2 years ago
移除基础类中Filesystem申明属性

github.com/top-think/framework - e65aa0fe8084300d1b262825fd5db514d8568216 authored over 2 years ago
更新框架版本依赖

github.com/top-think/think-worker - 9ba54333f337ee2c3f06054bb896bba9696d926c authored over 2 years ago
更新版本依赖

github.com/top-think/think-captcha - 52fba122c953995bec3013c635025172491ae299 authored over 2 years ago
更新框架版本依赖

github.com/top-think/think-migration - c5880669b277762d5ff935e551bc0d5c71de6811 authored over 2 years ago
更新框架版本依赖

github.com/top-think/think-trace - 55027fd79abb744f32a3be8d9e1ccf873a3ca9b7 authored over 2 years ago
完善app对象重置:对分页类进行重置

github.com/top-think/think-swoole - 2e2c690a3e4b5c7bf3ea3f602a60598df9f896c2 authored over 2 years ago
移除filesystem门面

github.com/top-think/framework - 2cb56f3e6f3c479fe90ea5f28d38d3b5ef6c4210 authored over 2 years ago
6.1 分离think-filesystem

github.com/top-think/framework - 6adce1efe8b4a1a2df28ab0157661226a6268587 authored over 2 years ago
fix: 多态关联模型多态类型未定义时抛出异常

github.com/top-think/think-orm - e1974a4c3b1b4c5b808fcc0863fc254e711dee13 authored over 2 years ago
改进setAttr方法

github.com/top-think/think-orm - d86a204fc086817f61b9af386a990c891cd2ad55 authored over 2 years ago
Merge pull request #69 from augushong/FolatToIntCompatibleForPHP8.1

对一些浮点进行进行明确的整型转换,以兼容PHP8.1

github.com/top-think/think-captcha - 09c99dac336a50195781804448674e11ebd9775c authored over 2 years ago
Merge branch '3.0' into FolatToIntCompatibleForPHP8.1

github.com/top-think/think-captcha - 29e3396fe076392cc5e4be4e193afce696c0ee77 authored over 2 years ago
删除废弃方法 优化多语言检测

github.com/top-think/framework - c4acb8b4001b98a0078eda25840d33e295a7f099 authored over 2 years ago
增加获取当前工作进程池对象方法

github.com/top-think/think-swoole - b3905f06acd78cebc69675939515d9d7e688a35d authored over 2 years ago
Update InteractsWithHttp.php

修正预加载后,中间件丢失问题

github.com/top-think/think-swoole - 3f1f9efdc1a4ef5d9aa97fb4e7f8044ba967b28e authored over 2 years ago
修复了PHP8以上生成缩略图时int隐式转换精度丢失导致的报错问题

github.com/top-think/think-image - 0a0f1f619fb30b23805f52c6ebc7f7ddf5202363 authored over 2 years ago
解决类型转换出现的问题 (#15)

github.com/top-think/think-throttle - daa5bace5e4844a346af403a0c44d9ce4bf7af06 authored over 2 years ago
morphTo关联模型支持hasWhere查询

github.com/top-think/think-orm - 9fe46c93362a8b857f188a3a1b8755f7c1905fac authored over 2 years ago
修正rpc客户端配置丢失的问题

github.com/top-think/think-swoole - 8cea2ebdd74622991c861ee324899b4fb767c112 authored over 2 years ago
改进软删除,支持动态调用

github.com/top-think/think-orm - 0cd1f2f43375d8ddd3e000c501df00a9552ed2cc authored over 2 years ago
rpc请求支持设置重试次数

github.com/top-think/think-swoole - 6c5d84477b4b262a0c4e80ae14adc08f9c452b73 authored over 2 years ago
增加IP精准定位接口

github.com/top-think/think-api - 0ee4adbb6fa42e02919774dee2824dd963aa7c28 authored over 2 years ago
修复 with&bind 调用多次导至前面的 hidden 被替换的问题

github.com/top-think/think-orm - e1bf3627b85d4c2e3343f88869a77e561432d5a3 authored over 2 years ago
修复 with&bind 调用多次导入前面的 hidden 被替换的问题

github.com/top-think/think-orm - 00d8299b2323dd003f74b7ab0d325e92ad6dec9e authored over 2 years ago
修正命令行模式下的默认request

github.com/top-think/framework - 88ad731eae6d8fd7ff58531a9136c2456c5f62dc authored over 2 years ago
设置app的默认request

github.com/top-think/think-swoole - 6d43c8efcbe8b6a47b1536afa20dcdacb7ab6956 authored over 2 years ago
版本号更新

github.com/top-think/framework - 126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6 authored over 2 years ago
Apply fixes from StyleCI

github.com/top-think/think-swoole - 3fc3f86e6df87004cc1354a308cae67e3904f496 authored over 2 years ago
完善websocket消息的并发执行

github.com/top-think/think-swoole - 6e28c6acb83d7941fad3bc482cf14753f1c7789c authored over 2 years ago
增加 多态关系的模型名映射别名的数组$morphMap

增加 多态关系的模型名映射别名的数组$morphMap

github.com/top-think/think-orm - 97b061b47616301ff29fbd4c35ed9184e1162e4e authored over 2 years ago
增加 HEAD 路由支持,可以用来做健康检测 head /health

github.com/top-think/framework - 68cd1b0513889f92134d802a0349d029b9d638c4 authored over 2 years ago
优化 IDE 支持,忽略 zend studio 的无关文件

github.com/top-think/framework - 6619eac010a3c06adbac95489631dc0ce24d9c8d authored over 2 years ago
修复传空值被忽略的情况

github.com/top-think/framework - d4ab09aedb63af67f3fca89c1afe2f63713918b1 authored over 2 years ago
docs: improve return type of header method

github.com/top-think/framework - 8df6fdabb21d3cf69de5f708d51960970b16da6e authored over 2 years ago
修正查询问题

github.com/top-think/think-orm - a15a5f3d40042bc6d3bf2f3fc6bb0cf6026d28c3 authored over 2 years ago
Update Oracle.php

github.com/top-think/think-orm - 140619a959c3bee32972ee1aacaf456125b0866b authored over 2 years ago
feat 多态关联支持使用闭包

github.com/top-think/think-orm - cf17218123e530418ff84493f8e7cf3bdcdf39e6 authored over 2 years ago
增加客户端是否信任服务器自建证书连接选项

github.com/top-think/think-orm - 9b81b359f9d4606910f5fc9a11e9f1621fb045cb authored over 2 years ago
Apply fixes from StyleCI

github.com/top-think/think-swoole - 2f4ede52b4debfd48cb05cf6f09d284f53e85b8b authored over 2 years ago
修正热更新find驱动

github.com/top-think/think-swoole - 43bfe8fca3ae0c8680b410d6fb765f9a43d5c212 authored over 2 years ago
增加 热更新find驱动 linux下可使用该驱动 提升热更新性能

github.com/top-think/think-swoole - 1427043d7caf1968b602372e8e6d2dfa41634c5b authored over 2 years ago
热更新多驱动支持

github.com/top-think/think-swoole - 428811bb09fe4fe5daf74171a436a55a9218cbb9 authored over 2 years ago
增加获取多态关联外键/字段名/类型方法

github.com/top-think/think-orm - c82d4a3d42fca18cd1c6da9e1fa48cb11d22de0f authored over 2 years ago
Windows环境下文件访问地址不正确

将路径中的 `\` 替换为 `/`

github.com/top-think/framework - fdd8a6c4a79a378e7a1e6ef7270aa91761fdaaac authored over 2 years ago
兼容 PHP 8.1

改动的代码只有一处调用
Console::getTerminalDimensions()
```
if (preg_match('/^(\d+)x(\d+)$/', $this->get...

github.com/top-think/framework - 1f69b318e3048dfa459952449499fa024a217a09 authored over 2 years ago
改进paginateX方法

github.com/top-think/think-orm - 5c37eecf0e05563a0745aedeb476c05f7f51a6e1 authored over 2 years ago
Merge pull request #6 from yzh52521/2.0

兼容8.1

github.com/top-think/think-container - 2189b39e42af2c14203ed4372b92e38989e9dabb authored over 2 years ago
修正分页查询指定缓存标识的出错情况

github.com/top-think/think-orm - a1a952e5822b2d6ebda73c10832dcef3be618888 authored over 2 years ago
Fix Arr::get default value is null

github.com/top-think/think-swoole - 2493aa7f4dd1240ca7addc2a3fc055f256aab8ce authored almost 3 years ago
Update composer.json

github.com/top-think/think-orm - 3f1458f7e7d733444fff7877e418ed51c5090e7a authored almost 3 years ago
更新 psr/log psr/simple-cache 兼容 2.0

github.com/top-think/think-orm - e74640cb9272b1f9397206afbc88992d9a9ab6ce authored almost 3 years ago
数据集对象hidden visible append方法增加merge参数 调整merge参数默认值为false

github.com/top-think/think-orm - d267daf92f8e9a7326800c2761ff5e2df242f541 authored almost 3 years ago