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

Optimized code

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 84a255139907841030cf371acba1eb71dd41f3ac authored over 1 year ago
Added docs about how to use default commands in `async-queue`. (#6068)

github.com/hyperf/hyperf - 08a70af20a9aa7f2cde79a5d9c981bf37c3613ed authored over 1 year ago
Optimized code for `hyperf/amqp`. (#6045)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 383933bd945e240d267ec1c413c13e409e72f93e authored over 1 year ago
Added test cases for `Context::override` and `Context::getOrSet`.

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

github.com/hyperf/hyperf - 1412b50567d658113aa607777d333b204c554fed authored over 1 year ago
Fixed bug that `Context::override` and `Context::getOrSet` cannot work when using `$coroutineId`. (#6065)

github.com/hyperf/hyperf - ab6d4a18727263ba3d86587e2b8f0bd55b2966b8 authored over 1 year ago
Added `$server` property to request events. (#6063)

github.com/hyperf/hyperf - 777d15e03c4f8b1b2f3ca31882d7977165d435ca authored over 1 year ago
Supplement the missing tag configuration items (#6060)

* Supplement the missing tag configuration items

* Update CHANGELOG-3.0.md

github.com/hyperf/hyperf - d953902415089708aaa9617649b9ddcc09a39d0d authored over 1 year ago
Enhance server config to support key-value mode (#6061)

github.com/hyperf/hyperf - 9f767ea17ae910991ed9dda7ff0e4b2c6d486468 authored over 1 year ago
Using the tracer instance from coroutine context (#6046)

github.com/hyperf/hyperf - 72f46107291fed3d422de2174eb1a24a734f4388 authored over 1 year ago
Fixed bug that `Hyperf\HttpServer\Request::hasFile` don't support `Swow`. (#6056)

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

# Conflicts:
# src/coroutine/src/Traits/Container.php

github.com/hyperf/hyperf - fa5488e07a35d613549f00c71b089f8de9fb7875 authored over 1 year ago
Release v3.0.33 (#6054)

github.com/hyperf/hyperf - 38aff2c1fb16d73fc751255bd5f8618a4e3e4a7a authored over 1 year ago
Fixed bug that `Arr::has` with integer keys cannot work as expected. (#6053)

github.com/hyperf/hyperf - 4c4b852fbdb498416f11597d80917768c07bf494 authored over 1 year ago
Added how to use swagger with validation. (#6050)

github.com/hyperf/hyperf - cb9409d4113d16e8e97afca7b71910c4e509faa4 authored over 1 year ago
Removed deprecated `Hyperf\Coroutine\Traits\Container`. (#6043)

github.com/hyperf/hyperf - da32a0ee6ccb1da24cde1528a348a4940014d21c authored over 1 year ago
Make `Hyperf\Coroutine\Traits\Container` as deprecated. (#6044)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 82cb64f12687a0acc7b9139823e47e38fcd498b8 authored over 1 year ago
[feat] Support buffer mechanism in standalone process of metric (#6030)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 4ca7b2fa8a2607b561e90d5a84224b12dab382b1 authored over 1 year ago
Removed some deprecated methods from `Hyperf\Di\Annotation\AbstractAnnotation`. (#6040)

github.com/hyperf/hyperf - b6538c14da7135a058f59b2af112f112a5cd19f6 authored over 1 year ago
Support semantic crontab rules.

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 056f72a36d96c1c7c6ac121f937617e2faf67796 authored over 1 year ago
Added docs about how to use multiple configurations for `async-queue`. (#6038)

github.com/hyperf/hyperf - 6275c120908aa0f8f2c4645228a9e618d8cabb6e authored over 1 year ago
Upgrade docs about `cache`, `command` and `logger`. (#6037)

github.com/hyperf/hyperf - 8bb956c0f44e578cebb2b92bedf66ed87aa39383 authored over 1 year ago
Fixed bug that `RequestContext` and `ResponseContext` cannot get instance from another coroutines. (#6033)

github.com/hyperf/hyperf - aa6fe7d1e6aa844d98e077007023bc641323211c authored over 1 year ago
删除过时文档内容 (#6032)

github.com/hyperf/hyperf - 665da738b4401c16ea0f6a615b56f1e8575da368 authored over 1 year ago
Changed the methods of `Container` and `DefinitionSource` to `protected` (#6031)

* chore: make properties in Container protected for overriding in in child classes

* chore: m...

github.com/hyperf/hyperf - b407d08e913454fa1b7efcdf2362651e53359d63 authored over 1 year ago
Optimized the tracing in coroutine (#6027)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - dc0d749b0f9b78bfd44eeee4b866da3a1f1270ff authored over 1 year ago
Allow using the tracer instance from context, append `Trace-Id` to Response Header (#6023)

github.com/hyperf/hyperf - bcdb50817ba62e755a3b4ef916d9b41b697c1391 authored over 1 year ago
When using `Base62::decode` to decode the incorrect data, it will be thrown `InvalidArgumentException` instead of `TypeError`. (#6022)

Co-authored-by: 李铭昕 <[email protected]>

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

github.com/hyperf/hyperf - db444a71953496a69e42051c96cafa5092be3b6e authored over 1 year ago
Removed useless docs. (#6024)

github.com/hyperf/hyperf - 5aedacf26917da23c1577f862b4ba4e98acf19c5 authored over 1 year ago
Make some useless methods to `deprecated` in `AbstractAnnotation`. (#6025)

Co-authored-by: yu.wang <[email protected]>

github.com/hyperf/hyperf - 739407485c8d2027dca94c1e2c4090f252b963f5 authored over 1 year ago
Added docs about how to use `getInstance()`.

Co-authored-by: Lu Fei <[email protected]>

github.com/hyperf/hyperf - e7d152914187324c4921bd04157dd2e089ede356 authored over 1 year ago
Remove PHPUnit badge for rpn (#6014)

github.com/hyperf/hyperf - 44fecd259bdc7e996133f3526c76cc9629d97815 authored over 1 year ago
Fixed the bug that `no_aspect` is overridden (#6013)

github.com/hyperf/hyperf - 371da40c593dfdd7b1aa0055fcd50f19496a347d authored over 1 year ago
Fixed the issue where validation for invocable controller route requests was not working (#6011)

Co-authored-by: Deeka Wong <[email protected]>
Co-authored-by: 李铭昕 ...

github.com/hyperf/hyperf - 3d9361a433fcbca912c67288476a1c3737b0fe94 authored over 1 year ago
Throw exception when cast class is not existed. (#6010)

Co-authored-by: 李铭昕 <[email protected]>

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

# Conflicts:
# src/cache/tests/Cases/StringHelperTest.php
# src/command/src/Command.php

github.com/hyperf/hyperf - 5046faef1cc77c053da735a893479e09d128d48f authored over 1 year ago
Release v3.0.32 (#6009)

github.com/hyperf/hyperf - fa03df6c92f6eb7b13bc5151d4946dbcdd702ccd authored over 1 year ago
Allowed return `statusCode` via `handle` method. (#6004)

Co-authored-by: huangdijia <[email protected]>
Co-authored-by: Deeka Wong <8337659+huang...

github.com/hyperf/hyperf - 4fe3bd05dc315f94200edcad2581382b266caeb3 authored over 1 year ago
Optimized the code for pgsql.

github.com/hyperf/hyperf - a6e1014f70113c2ede2da1c3406d01d9bdd7790a authored over 1 year ago
Optimize method name (#6006)

github.com/hyperf/hyperf - a634a9c42d9b4da3b739085d3edf2833dfea35e2 authored over 1 year ago
Support aspect to `GuzzleHttp\Client::request()` (#5996)

github.com/hyperf/hyperf - 3041aa2340efbca368faa4541ee0fcd8318c16d2 authored over 1 year ago
Adds events of crontab lifecycle (#5994)

github.com/hyperf/hyperf - 8293491fde3b0658b2c5a9ee84f7a6bc2ca117a2 authored over 1 year ago
Add StringHelper model test (#5986)

github.com/hyperf/hyperf - 02f57186eb8693b32021c41c4d3ac70ff55e4303 authored over 1 year ago
Support set `skip_cache_results` in the config of `hyperf/cache` (#5985)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 08f131c6d873d9b466d14786396c67a8701413ed authored over 1 year ago
Adds `skipCacheResults` to annotations of `hyperf/cache` (#5983)

Co-authored-by: 李铭昕 <[email protected]>

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

# Conflicts:
# src/stringable/tests/StrTest.php

github.com/hyperf/hyperf - 4803bf4049305e5c1f756cc19959f8e9b81075a3 authored over 1 year ago
Release v3.0.31 (#5979)

github.com/hyperf/hyperf - 9cebccfc231170ffb8130289099fd1431af7baf0 authored over 1 year ago
Update CHANGELOG-3.1.md (#5976)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - f21eb6dda7ab7fe3c9bb6b5fb2d97a6cd4f2c01d authored over 1 year ago
Simplified the handlers definition of logger (#5973)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - dc331072b761ef18a48db3126890b3ec7b8867af authored over 1 year ago
Collection::except() with null returns all (#5972)

github.com/hyperf/hyperf - 9a59c57f373062ac41325e2eef7c38e7a507c36d authored over 1 year ago
Added `Str::containsIgnoreCase()` (#5971)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - f202ed555e889225bc85dc0ff683d994a3f57a43 authored over 1 year ago
Fixed bug that `Str::startsWith` and `Str::endsWith` will cause the error result when the `$needles` is `[null]`. (#5970)

Co-authored-by: 范冠登 <[email protected]>
Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - cbe62b7f65b17e9486ed806c43d534329c7db580 authored over 1 year ago
Fixed bug that `Str::contains` with `null` will case the error result. (#5969)

* Fixed bug that `Str::contains` with `null` will case the wrong result.

* Update

github.com/hyperf/hyperf - d750365bedf9facd867e12ce1ec38b38f879dcf8 authored over 1 year ago
Added component `hyperf/migration-generator` which used to generate migrations from databases. (#5967)

github.com/hyperf/hyperf - 9fd7752de672162e17f94dab5aa617248e60231e authored over 1 year ago
Using `enum` instead of `class` (#5961)

Co-authored-by: 李铭昕 <[email protected]>

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

# Conflicts:
# src/service-governance-nacos/src/ClientFactory.php

github.com/hyperf/hyperf - 1111ee8fef024761c32d9525da4f038879ead237 authored over 1 year ago
Release v3.0.30 (#5963)

github.com/hyperf/hyperf - 60000f23278f8e954e5f60ef74c7e0c24cf4a18e authored over 1 year ago
Support modify the context of sub coroutine when using test components. (#5962)

github.com/hyperf/hyperf - db7dfe5b04efcd8996b10388c55dd23cebcc27c1 authored over 1 year ago
Allow set poolName in Annotation (#5960)

github.com/hyperf/hyperf - b3119a2349ca8437504dc285a7985cc1e3ae97bf authored over 1 year ago
Added `Hyperf\Codec\Packer\IgbinarySerializerPacker`. (#5957)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 0cb5adacfb5e9c6f43610e05fcc707717024b8ef authored over 1 year ago
Support `access_key` and `access_secret` for nacos service governance.

github.com/hyperf/hyperf - 171b9548cd3226c9a166d455165b86cae35e6852 authored over 1 year ago
Optimized the model generator to generate correct property comments. (#5954)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - e4468cbb67d345b14b32a1c69f47b8e59df67d2c authored over 1 year ago
Adds `Job::setMaxAttempts` and `dispatch` helper function (#5950)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - dfecb0fe72055d60bb928830861a6333946f3cc1 authored over 1 year ago
Added `SameSite` support to session cookies. (#5951)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - 370d000806872f925d949f9934146535a3409be6 authored over 1 year ago
Optimized `Hyperf\Coroutine\Locker`. (#5948)

github.com/hyperf/hyperf - 1e6be7c4cf93c692d8397956b8812abeb1f89e64 authored over 1 year ago
Fixed bug that lock failed when using more than one pool for amqp. (#5947)

* Fixed bug that lock failed when using more than one pool for amqp.

* Update CHANGELOG-3.0.md

github.com/hyperf/hyperf - 47e256134205e6b9c54dd7175ed845724faec629 authored over 1 year ago
Added confirm mode for `nsq::publish()`. (#5946)

github.com/hyperf/hyperf - d15cf83e59665f8a78bd41ecc5f025b1079878e1 authored over 1 year ago
Don't sync config frequently when listen more than one namespace for apollo config center. (#5945)

github.com/hyperf/hyperf - e846045984535d3307de1a38df1750f76a7c72da authored over 1 year ago
Fixed apollo test cases (#5944)

github.com/hyperf/hyperf - 7c8f92454597411cd9210085e1a15a96f9c34aec authored over 1 year ago
Don't remove the node from load balancer when the status code isn't 200. (#5943)

github.com/hyperf/hyperf - d367f2eb2b1d4acd1e1ed8e7a0652ff934820996 authored over 1 year ago
Fixed bug that resource cannot work when using psr7-plus. (#5941)

github.com/hyperf/hyperf - 3889204d626377ac47ea0ba954281f7d5e8b6386 authored over 1 year ago
Release v3.0.29 (#5938)

github.com/hyperf/hyperf - 087eb2cb61b9bb5ff57dbc43c8729bff2ab51f43 authored over 1 year ago
docs(collection):fix unique/uniqueStrict param $key callback type (#5937)

github.com/hyperf/hyperf - 7e7b79d7643536016b2c50e2af5e6e7335e11ab2 authored over 1 year ago
Optimize the code for setting input and output (#5934)

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

# Conflicts:
# src/grpc-client/composer.json

github.com/hyperf/hyperf - 46e3db1544affd83f15db0a2d58553337d623540 authored over 1 year ago
Remove closure-command component (#5933)

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

github.com/hyperf/hyperf - 93969e5ac577eec31416a25db38fa764a439f6b7 authored over 1 year ago
Adds `AsCommand` annotation and `ClosureCommand` support (#5930)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - e051e3b2c31735b683215ca9dfbfdc180fbf6d67 authored over 1 year ago
Fixed bug that `int` cannot work when using model enum case. (#5926)

github.com/hyperf/hyperf - 117bbfefa39f6559c2d110025dc72cf434c3529f authored over 1 year ago
Allow model attributes to be casted to/from an Enum (#5925)

github.com/hyperf/hyperf - e614f5db13c29ebcdc35109d96e06327cdb3b555 authored over 1 year ago
Hide the abnormal output when the worker exited (#5924)

github.com/hyperf/hyperf - de77989564f9b3c94664385b4bbf4b7f3a567438 authored over 1 year ago
Fixed bug that `nacos grpc client` cannot be closed friendly when worker exit. (#5923)

github.com/hyperf/hyperf - 64ee18be5050a2ac20011b67db3643f466d331bb authored over 1 year ago
Fix the bug that cannot found `ApplicationContext` (#5922)

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

github.com/hyperf/hyperf - 868dfdca53f41292dcbccfc0880b574728fd35f0 authored over 1 year ago
Fixed bug that http2-client cannot be closed when didn't open heartbeat. (#5921)

github.com/hyperf/hyperf - b5bc9aa81892ffdf3f7b193328979f0dfab324e3 authored over 1 year ago
Adds the `\Stringable` interface to classes that have `__toString()` method (#5920)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - f36fe23d6f1d289e2db3f3bfb7c38411171b7cb5 authored over 1 year ago
Adds `isList` method to `Arr` (#5918)

Co-authored-by: 李铭昕 <[email protected]>

github.com/hyperf/hyperf - e5440c894c260021ddb088b82bd360c5b36ce523 authored over 1 year ago
Upgrade URL pattern for `Str::isUrl()` (#5917)

github.com/hyperf/hyperf - cfdf089eafbedb7b8fa22ae50a754defecaff931 authored over 1 year ago
Adds `Str::isUrl()` and use it from the validator (#5914)

* Adds `Str::isUrl()` and use it from the validator

* Update CHANGELOG-3.1.md

github.com/hyperf/hyperf - f8610a086c0a07131cbf2f2764d41ab0fec375c1 authored over 1 year ago
Adds `data_forget()` helper (#5915)

* Adds `data_forget()` helper

* Update CHANGELOG-3.1.md

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

# Conflicts:
# src/nacos/src/GrpcClient.php

github.com/hyperf/hyperf - 5dcad05ef815731f8b82b11b4c8f3a9acc66d5c5 authored over 1 year ago
Release v3.0.28 (#5913)

github.com/hyperf/hyperf - d04db7c9270ddce70411bc0c847e996c4ea020c6 authored over 1 year ago
Fixed bug that nacos grpc client cannot reconnect when closed. (#5912)

github.com/hyperf/hyperf - e34ff47bf401557b194c2ab624a5f06d894a4e7d authored over 1 year ago
Fixed bug that nacos grpc client auth failed. (#5911)

github.com/hyperf/hyperf - 68e3064da5f76e17e1248506dbbb2fe254dd604f authored over 1 year ago
Optimize `NacosClientFactory` (#5910)

github.com/hyperf/hyperf - ca60fb587b6416a5b19d1d3029ad8f25c88a469c authored over 1 year ago
Fixed bug that acm `client::$servers` must be accessed before initialization. (#5909)

github.com/hyperf/hyperf - 238d625cd2f26fbb03b1a28c0640e59c4d96f832 authored over 1 year ago
fix(lazy loader):config path error (#5908)

github.com/hyperf/hyperf - b7d1086caff4360eb559a456940c39ad4c090125 authored over 1 year ago
Adds `Connection::getRawQueryLog()` method (#5906)

github.com/hyperf/hyperf - 37f2405eccb794ff069fd11bee0b94a1b7383587 authored over 1 year ago
Forget with collections (#5905)

github.com/hyperf/hyperf - 4c6b928f2d47a9648f73b85388b25937356ba343 authored over 1 year ago
Optimized code for identifer established by the rpc client that must contain a string,number or null if included. (#5901)

github.com/hyperf/hyperf - e736786d153db8caed019419a8ff26d700f23861 authored over 1 year ago
Updated the definition of command as annotation. (#5900)

Co-authored-by: 李铭昕 <[email protected]>

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