Ecosyste.ms: OpenCollective

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

hyperf

πŸš€ A coroutine framework that focuses on hyperspeed and flexibility, specifically used for build microservices or middlewares.
Collective - Host: opensource - https://opencollective.com/hyperf - Website: https://hyperf.io - Code: https://github.com/hyperf-cloud/hyperf

Added middleware docs about post operation. (#6221)

github.com/hyperf/hyperf - 6f143138525463a9b096f15d26ac3a31cb3b3531 authored over 1 year ago
Added `Str::replaceMatches()` (#6220)

github.com/hyperf/hyperf - 910716d0c479c3dde512ef7c35a06aa1669cc0d6 authored over 1 year ago
Docs fix model visitor (#6219)

github.com/hyperf/hyperf - ceb95e1224287fbbd217c5d1117120f46ba971c6 authored over 1 year ago
Fixed bug that `Str::replaceLast` with empty search cannot work as expected. (#6217)

github.com/hyperf/hyperf - 5cb46cb80173dc31fb3f0c7bec908ca597fdee64 authored over 1 year ago
Support for phpredis 6.x (#6209)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 24b4ed652fe41f148c10515d87149004c603f602 authored over 1 year ago
Merge branch 'master' into 3.1-merge

# Conflicts:
# docs/zh-cn/changelog.md
# docs/zh-hk/changelog.md
# docs/zh-tw/changelog.md
# src...

github.com/hyperf/hyperf - 07181687cc151c9f11d98ee0f04f703e927a2fd2 authored over 1 year ago
Optimize changelog path (#6212)

github.com/hyperf/hyperf - 32ab3bb76877b372f4124061905ec473b16f8700 authored over 1 year ago
Split changelog docs. (#6211)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 88cf34b2e8f728145c9231dc756a1bc5128b1265 authored over 1 year ago
Release v3.0.39 (#6210)

github.com/hyperf/hyperf - 934eec34a9bb0745302726bf075483bcdbda8586 authored over 1 year ago
Added `exception_callback` option for `hyperf/kafka` (#6207)

Co-authored-by: Deeka Wong <[email protected]>

github.com/hyperf/hyperf - 9c717fc7564ab38521eb53125c55a7226d4439e7 authored over 1 year ago
Support `ext-redis:^6.0` (#6208)

github.com/hyperf/hyperf - 2f20413b78ffd995e97fcaf092a5e9d469e0a056 authored over 1 year ago
Added `Hyperf\Tracer\Aspect\GrpcAspect` (#6203)

Co-authored-by: Deeka Wong <[email protected]>

github.com/hyperf/hyperf - 94194bb22fd74d98c23430fe60f26ab3e8470afc authored over 1 year ago
Added wechat qrcode for inviting developers into chat rooms. (#6206)

github.com/hyperf/hyperf - 35a74e4ea208bc8ba2fe7639e891df40d47ce121 authored over 1 year ago
Added switch for `ElasticserachAspect` and `CoroutineAspect`. (#6200)

github.com/hyperf/hyperf - 16b1c82a17106002afdf19462c36a0e59db1d1cc authored over 1 year ago
Throw exceptions when the redis option key is invalid.

github.com/hyperf/hyperf - 10413ec0de6830faddcf50acaf535ed90e6f86bc authored over 1 year ago
Merge branch 'master' into 3.1-merge

github.com/hyperf/hyperf - 25ce8d26d8520884fef4287ec5fc23ae3ff84743 authored over 1 year ago
Removed useless input for `split.yml` (#6199)

github.com/hyperf/hyperf - 9531b1d41c55feec4d028d0f8cad4fb66b260e61 authored over 1 year ago
Added RpcAspect and use it instead of JsonRpcAspect (#6198)

github.com/hyperf/hyperf - 71312060c70103a949efd1f3d84525f68614b4de authored over 1 year ago
Added `setCookie`. (#6197)

github.com/hyperf/hyperf - a4433334c47bb1679fc29be3c442b286a6d8f6d4 authored over 1 year ago
Grpc service publish config (#6195)

github.com/hyperf/hyperf - 357afa6803d45a98c80c89d16c0e6005c47386aa authored over 1 year ago
Added options for redis config (#6194)

github.com/hyperf/hyperf - e96477cd7783b7c7e459759a67385ba3585de751 authored over 1 year ago
Support http and websocket protocols at the same port for swow server. (#6193)

* Fixed bug that swow server cannot support http and ws protocol at the same port.

* Update C...

github.com/hyperf/hyperf - 7ff9b12a6fb3d224d8fc17caa0da739411a00376 authored over 1 year ago
Fix translation demo code error. (#6190)

github.com/hyperf/hyperf - 4d5db57c35852a4081431b43e4c99c624d5034e5 authored over 1 year ago
Added Redis options name to support string type (#6188)

github.com/hyperf/hyperf - a5cd1fd8a1021ae6289552a1082fd049acf13fc3 authored over 1 year ago
Merge branch 'master' into 3.1

# Conflicts:
# .github/workflows/test.yml

github.com/hyperf/hyperf - 97666b4032630329b0dbb9a2f43cdca7605f805a authored over 1 year ago
Release v3.0.38 (#6187)

github.com/hyperf/hyperf - f1c40efcf1cbf0c1f7ab394faa08a4e698e80379 authored over 1 year ago
Added test case for Swoole `5.1.0`. (#6186)

github.com/hyperf/hyperf - b20273d342f53e2b699dd7e2476dbbe329b4b2f0 authored over 1 year ago
Fixed bug that `cleanUpExpiredOnce` failed when sids is empty when using `socketio-server`. (#6185)

github.com/hyperf/hyperf - 7179f4a1833ced7d7baa5bbe979b2d060332fc8e authored over 1 year ago
Set logger when using safe socket in coroutine style tcp server.

github.com/hyperf/hyperf - 84350c4eba6c46cfda96737348bc5c560c566911 authored over 1 year ago
Optimized the doc about `statusFromResponse`.

github.com/hyperf/hyperf - 1ac6f91f8b482d5c7d114550569456c8134e3079 authored over 1 year ago
Fixed PriorityMiddleware for testing. (#6183)

github.com/hyperf/hyperf - 719e8d2b00bd2bebaf32ca48caf666b9285b9f71 authored over 1 year ago
Update Base62.php (#6177)

github.com/hyperf/hyperf - 5281bee874a370d0dd2529b38b73f527e5d32fe2 authored over 1 year ago
Optimize `ProcessManager` to make the `running` status more clear (#6172)

github.com/hyperf/hyperf - 1bbed67d5d91164f4eeadacf5bb4b09105479298 authored over 1 year ago
Merge branch 'master' into 3.1

# Conflicts:
# .github/workflows/test.yml
# src/service-governance/src/Listener/RegisterServiceL...

github.com/hyperf/hyperf - d62673f6313f7c45ebae110a3d16bf46afe59162 authored over 1 year ago
Release v3.0.37 (#6170)

github.com/hyperf/hyperf - 898f80196e8d3cc587805eb32d1135135d32599a authored over 1 year ago
Don't rewrite response in context when validate the rules failed. (#6169)

github.com/hyperf/hyperf - 608eb11db1f71cfcab45466a486497f9c4b64f32 authored over 1 year ago
fix: proxy uncovered response methods in ResponsePlusProxy (#6165)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - f4687d2e50b39706cd46e1bbe8202c5ca5fb07ae authored over 1 year ago
Optimize `KafkaClientFactory` of `hyperf/tracer` (#6167)

github.com/hyperf/hyperf - 4fbd82e29a5d42010c7d5153437804184590b116 authored over 1 year ago
Fixed bug that the mutex lock of crontab cannot not work well when th… (#6163)

github.com/hyperf/hyperf - 1bbe4601ddfa565c6d99df0c28c3aa3c8250a8f9 authored over 1 year ago
Fixed bug that the mutex lock of `crontab` cannot not work well when the crontab executed more than one hour (the default expired time). (#6162)

github.com/hyperf/hyperf - ad8126d803d950c50eb03294fdcffb2e7ca18a70 authored over 1 year ago
Fixed bug that service governance still registers services even when `services.enable.register` is `false`. (#6160)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - ab9b9dccdcd1099e5705afaac8ffa0e88f006463 authored over 1 year ago
feat: Generate class command (#6158)

github.com/hyperf/hyperf - 618424564b0581351ac3e384275c3bb030aaa5e3 authored over 1 year ago
Upgrade actions/checkout to v4 (#6159)

github.com/hyperf/hyperf - 28c74a1b96afd613b454f058af2487f2a556c2bf authored over 1 year ago
Record the exception message only by opening the exception switch and closing the ignore switch when using `trace`. (#6157)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 2fc2f40908e803b9801527e31881317f776cc631 authored over 1 year ago
Enhance stringable (#6156)

Co-authored-by: Deeka Wong <[email protected]>

github.com/hyperf/hyperf - ade75a00a29c8817631a9fb2f9cb2689caebb4a0 authored over 1 year ago
Use PHP native `json_validate` to validate is json if function is available (#6154)

github.com/hyperf/hyperf - 3536de6d5361ff6425ab536b2411e00a90459ee0 authored over 1 year ago
Release v3.0.36 (#6152)

github.com/hyperf/hyperf - 403fb5a2f923c6d2f8a013c6f21b44bc4f86db4f authored over 1 year ago
Optimized `FailToConsume` event for `hyperf/kafka` (#6151)

Co-authored-by: Deeka Wong <[email protected]>

github.com/hyperf/hyperf - 18f2d15cb3459c146bd6fe6323d0757b96558f1c authored over 1 year ago
Added test cases for redis extension 5.3.7 and 6.0.0 (#6148)

github.com/hyperf/hyperf - 46cf124d46005033d5b33ecc9760d37a7672f692 authored over 1 year ago
Merge branch 'master' into 3.1

# Conflicts:
# src/redis/composer.json
# src/validation/tests/Cases/ValidateAttributesTest.php

github.com/hyperf/hyperf - 1d6dd5b9891fe33a217efa600740fc54b08226f1 authored over 1 year ago
Fixed bug that validateJson was incompatibility with php 8.0 (#6146)

* Fixed bug that `validateJson` cannot work when using php 8.0.
* Fixed unit cases for redis ca...

github.com/hyperf/hyperf - aa5d2bb6293f82d9e4203245f718b035bf10f676 authored over 1 year ago
Added `ignore_exceptions` for tracer (#6143)

Co-authored-by: Deeka Wong <[email protected]>

github.com/hyperf/hyperf - cfe11e3af3e621fc32868c1aefa5a5afd647a6ee authored over 1 year ago
Added docs about strict mode for `integer` and `boolean`. (#6142)

github.com/hyperf/hyperf - 6847b88804ec22939dc9762c5038dbb35eb1a297 authored over 1 year ago
Merge branch 'master' into 3.1-merge

github.com/hyperf/hyperf - b39062ba9faa661509ecaf758ba8f6f331b0eeac authored over 1 year ago
Added docs about `PriorityDefinition`. (#6139)

github.com/hyperf/hyperf - 19697f334dfd92e32cf9e281c1511a403ffa8169 authored over 1 year ago
Added middleware priority docs (#6135)

github.com/hyperf/hyperf - 295e3bc2f5044470be390135f4524dc1b5be80e2 authored over 1 year ago
Adds `RequestTraceListener` for `hyperf/tracer` (#6062)

github.com/hyperf/hyperf - 683e45e5563d5e0e0a675026dfcf3395f9c97dbc authored over 1 year ago
Throw invalid argument exception when the crontab task is `null`. (#6131)

github.com/hyperf/hyperf - 08eb8be7f7ea7f152db2bd085363958e47bfc5fb authored over 1 year ago
Added `hyperf/config` changed into 3.1 Upgrade guide (#6130)

github.com/hyperf/hyperf - 212370183bd1de5afb05e0cd6b7cd2c156af6ae3 authored over 1 year ago
Support to use `config('a.c')` to get the configurations from `autoload/a/c.php`. (#6128)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - e7a82ce7068a9a0cd213284edc233c61669ce7a1 authored over 1 year ago
Adds `Hyperf\AsyncQueue\Job::fail()` method (#6124)

github.com/hyperf/hyperf - f71677164216427c91976821bc18965ffbf3ccb0 authored over 1 year ago
Added docs about amqp rate of consumption (#6122)

github.com/hyperf/hyperf - 1dd9b51881b1335ec82ab80af069376fe4e5794b authored over 1 year ago
Add support gRPC protocol for consul (#6121)

github.com/hyperf/hyperf - 21e0c033796bca7059fa2dbd8754987b162d640e authored over 1 year ago
Fixed bug that grpc client cannot able to be reused. (#6117)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 746ff790aa43e496a5bee018e027ccfffe2fbc2c authored over 1 year ago
Merge branch 'master' into 3.1-merge

github.com/hyperf/hyperf - 29711db2ae1ddf168edc1c0bbd55c14e140ba7c6 authored over 1 year ago
Release v3.0.35 (#6119)

github.com/hyperf/hyperf - 3dfba1867e8520f66415b8a591784050d77a1be4 authored over 1 year ago
Docs validate (#6103)

github.com/hyperf/hyperf - ef4ef4bff81dc6d7058a265e079c4f6b2f77d1c8 authored over 1 year ago
Added new rules to the validation (#6106)

github.com/hyperf/hyperf - d1323e97076a40f8150f92790882c6fd3bb823f1 authored over 1 year ago
Fixed docs for `config-center`. (#6114)

github.com/hyperf/hyperf - a48b67f53bb92cc98bd6108d742f2f0291f6a235 authored over 1 year ago
Adds `sendAsync` and `sendBatchAsync` methods for `Hyperf\Kafka\Producer` (#6112)

github.com/hyperf/hyperf - c7ee471d9ad76a14fb3d502564d9e34036fc001e authored over 1 year ago
Fixed bug that configuration of other processes were not updated when using `nacos grpc client` (#6110)

github.com/hyperf/hyperf - 3425f00bd6536362c3b9a95af0a955e6a78976e6 authored over 1 year ago
Allowed output log when an exception occurs (#6111)

github.com/hyperf/hyperf - f7297f0432d8902ea56211610343d9fe3cad2e01 authored over 1 year ago
Docs:fix typos (#6105)

* Docs:fix typos

* Docs:fix typos

github.com/hyperf/hyperf - 52a2e97ac708a0b503656c706e8fe4b616a1bf08 authored over 1 year ago
Optimized `describe:routes` command, sort middleware by MiddlewareMan… (#6108)

* Optimized `describe:routes` command, sort middleware by MiddlewareManager

* CHANGELOG

github.com/hyperf/hyperf - 96e2c8b213d0dad55c783a2365c274443ad51da1 authored over 1 year ago
Optimize the HttpClientFactory of tracer (#6100)

github.com/hyperf/hyperf - a7f4e898a58b7b639f8ca9555d317796a5db326a authored over 1 year ago
Fixed bug that `collect()` cannot be found.

github.com/hyperf/hyperf - 7da2da17c32ac7b57914a5c90969cd9bfd463617 authored over 1 year ago
Merge branch 'master' into 3.1-merge

github.com/hyperf/hyperf - d57affbb69798c98db1b4976755e03f9f893184f authored over 1 year ago
Update docs about how to use async io in process. (#6104)

github.com/hyperf/hyperf - f2933a77f68e5799b689c76cd5a956ce80e12e14 authored over 1 year ago
Added some validation rules such as `ExcludeIf` and `ProhibitedIf`. (#6094)

github.com/hyperf/hyperf - 54a98c678cf887f6a4fd004d144e11e2e164554c authored over 1 year ago
Optimize kafka reporter of tracer (#6098)

github.com/hyperf/hyperf - b3db5cd6922287608a0baa14ee5c0a7dc0d93741 authored over 1 year ago
Fixed bug that `ConstantFrequency` cannot work when using `redis`. (#6099)

* Fixed bug that `ConstantFrequency` cannot work when using `redis`.

* Update CHANGELOG-3.0.md

github.com/hyperf/hyperf - 5f913f559307c9383fd5803a428fabc10f24c4f9 authored over 1 year ago
Added requirement `hyperf/stdlib`. (#6092)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - e56fe6073dab24ac753844d04e9ec2df43afe86b authored over 1 year ago
Adds `getThrowable` method to request events and crontab event (#6096)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 393488414b3b1aef16b1cefaa4323c52ccacab7a authored over 1 year ago
Fix the bug that cannot stop the command from terminating gracefully (#6090)

github.com/hyperf/hyperf - 32645231f9a370b4188a043cea9edf480421e79a authored over 1 year ago
Fix error that using non-zipkin driver of tracer (#6097)

Co-authored-by: Deeka Wong <[email protected]>

github.com/hyperf/hyperf - 5d661b5f3a95198625b1fb8ac391df1e8d0d6ffd authored over 1 year ago
Added requirement `hyperf/stdlib` into `hyperf/http-server`. (#6091)

github.com/hyperf/hyperf - 5cfbc7e26a96eb4f68ee09101b6fe883404efe46 authored over 1 year ago
Added requirement `hyperf/stdlib` into `hyperf/server`. (#6089)

github.com/hyperf/hyperf - 566c983ce38bc76bc482414ea535af6a50ff57ca authored over 1 year ago
Optimize `Hyperf\Support\Composer` (#6088)

* Optimize `Hyperf\Support\Composer`

* Optimize codes

github.com/hyperf/hyperf - cce5b0086f757dec5972d4a3aa64cbc53cd23173 authored over 1 year ago
Merge branch 'master' into 3.1-merge

# Conflicts:
# src/http-server/tests/Router/DispatcherFactoryTest.php

github.com/hyperf/hyperf - bb90f0d7ab8fd3100275dd1c3c0523988d3c3207 authored over 1 year ago
Added an error count to the database connection to ensure that the connection can be reset when occur too many exceptions. (#6085)

github.com/hyperf/hyperf - d4f14fd945a868f6fc9f42853a69641c21dabb00 authored over 1 year ago
Release v3.0.34 (#6087)

github.com/hyperf/hyperf - 83ac6923137ae823a216747c5e4557bddf9f1f04 authored over 1 year ago
Optimize middleware priority (#6084)

github.com/hyperf/hyperf - 958d735b2e0c32b76ebf18adba46fea9b7d19dee authored over 1 year ago
Add Middleware priority (#6083)

Co-authored-by: xuanyanwow <[email protected]>
Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 46a7c486be1633802905a3e3b08c7cf618df98a0 authored over 1 year ago
Adds `hyperf/stdlib` component (#6082)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 5d2d69a80bb6984829478318d7f4d573908e6d61 authored over 1 year ago
Adds `Composer::hasPackage()` method (#6078)

github.com/hyperf/hyperf - a83de3ccdbad52dc8a6481269481475bca62c9fe authored over 1 year ago
Don't show deprecated notice when using `#[Constants]`. (#6077)

Co-authored-by: ζŽι“­ζ˜• <[email protected]>

github.com/hyperf/hyperf - 16966c59255400fbecbd8216b743a87487a647d5 authored over 1 year ago
Docs: add S3 adapter for Flysystem v3.0 (#5981)

github.com/hyperf/hyperf - cfe76166601a81f0b32b887c752e5c0dcf8b4f43 authored over 1 year ago
Optimize kafka reporter (#6075)

github.com/hyperf/hyperf - 3b50eef78f3b42549eac596515994c3b19a493ad authored over 1 year ago
Added `Kafka` reporter for zipkin (#6069)

github.com/hyperf/hyperf - 71f987d586f4f961c523796fac9a6428fcd4ad54 authored over 1 year ago
Added php_serialize protocol for rpc-multilex (#6070)

github.com/hyperf/hyperf - fa4403c1c088d78abbff07a8b66b5b29a9a20766 authored over 1 year ago