Ecosyste.ms: OpenCollective

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

ReactPHP

Bringing async programming to PHP
Collective - Host: opensource - https://opencollective.com/reactphp - Website: https://reactphp.org - Code: https://github.com/reactphp

Merge pull request #238 from reactphp/support-php-8.1

Support PHP 8.1

github.com/reactphp/event-loop - 2cda73dcb0791eff1ba7c68e4ee8a7a509c5c8a6 authored almost 3 years ago by Christian Lück <[email protected]>
Improve documentation

github.com/reactphp/event-loop - 4daee2493c5630796ee9ad683399a217bd6102e8 authored almost 3 years ago by Simon Frings <[email protected]>
Merge pull request #432 from clue-labs/status-codes

github.com/reactphp/http - ffa9aae58fa6e7e4ea745d93ea1ed73f9466436d authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Expose all status code constants via `Response` class

github.com/reactphp/http - 50af5634826dba7bfa3a243750402d306bd3a490 authored almost 3 years ago by Christian Lück <[email protected]>
Introduce using PSR-7 HTTP Status code constants

Introducing using these constants makes it easier to identify a
specific HTTP status used in our...

github.com/reactphp/http - fc1cf25b7187bbcb64509fee24888ab602b23c18 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #431 from clue-labs/body-in-memory

github.com/reactphp/http - 5e1d1d45406d74c04a825f253a081a6a0b2a68d9 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Internal refactoring and improvement to hold message body in memory

github.com/reactphp/http - 9ed03c4fcc0573b9c9043b2f4824ed22fe9ef845 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #430 from clue-labs/no-content-length

Improve assigning `Content-Length` for `304 Not Modified` response

github.com/reactphp/http - e19e9870e8fc515a1586f651a721d98680b34e80 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve assigning `Content-Length` for `304 Not Modified` response

github.com/reactphp/http - 5f795a0d6d97dc624c5a9a79308d6e28f59db0d1 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #429 from clue-labs/close-unused-body

Explicitly close streaming response body when body MUST be empty

github.com/reactphp/http - 3e2caebbb1dadc41e1cdb31d5492d0a8c5f2d34e authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Explicitly close streaming response body when body MUST be empty

github.com/reactphp/http - eba1e1e976f971734909d4d228f7d3825678404a authored almost 3 years ago by Christian Lück <[email protected]>
Support PHP 8.1

PHP 8.1 is soon upon us, let us make sure we're ready for it.

github.com/reactphp/event-loop - e244758b75e0f1000cd2960a3b1164ef33c39506 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
fix references to the deprecated factory

the readme should not recommend to use the factory anymore but Loop::create

Co-authored-by: Sim...

github.com/reactphp/event-loop - ce5ebe1e9c5199ff4ee3e0c1fc9b856ab8a2effc authored almost 3 years ago by David Buchmann <[email protected]>
Merge pull request #8 from clue-labs/await

github.com/reactphp/async - 98ae7608cb81c73c4e37f46e0e9a42a2b4dc18d3 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Clean up test suite for `await()` function

github.com/reactphp/async - 84a2de59c1a2879767af7927d597b9d765260ac2 authored almost 3 years ago by Christian Lück <[email protected]>
Support throwing `Throwable` as-is (PHP 7+)

github.com/reactphp/async - d2a660855053aa8a779a96bcb007c99cee8f202e authored almost 3 years ago by Christian Lück <[email protected]>
Remove optional `$loop` argument and always use default loop

github.com/reactphp/async - 7763182a28513a886b4e89f713270bfbd0ced09f authored almost 3 years ago by Christian Lück <[email protected]>
Remove deprecated `$timeout` argument

github.com/reactphp/async - 3422dad166f6332cba61f98ae46443a7e22fa50b authored almost 3 years ago by Christian Lück <[email protected]>
Import `await()` function from clue/reactphp-block v1.5.0

Change namespace from `Clue\React\Block` to `React\Async` and update all
tests with merged names...

github.com/reactphp/async - 97770facc8beda1c0578c678be110f39f02572c2 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #7 from clue-labs/promise

Use Promise-based APIs instead of callbacks (continuation-passing style)

github.com/reactphp/async - 6dcdf94dbb946c874917ffb82c5eb5b82b4f2703 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Use Promise-based APIs instead of callbacks (continuation-passing style)

github.com/reactphp/async - 067c2ff6abfd0b2cefa4708314956832d4720c7d authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #6 from clue-labs/functions

Change to use functional API instead of static `Util` class

github.com/reactphp/async - e0a97b1b68e10e1a9b616b4243e1d9f48ff9a08b authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve API documentation

github.com/reactphp/async - a37c28eeeb0611588e3ef5407fb105fed7f00434 authored almost 3 years ago by Christian Lück <[email protected]>
Change to use functional API instead of static `Util` class

github.com/reactphp/async - 769eebb07dca593bc57f419505304f8acc5e286d authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #5 from clue-labs/phpunit

Support upcoming PHP 8.1 and update test suite for PHPUnit 9

github.com/reactphp/async - c89153adfbc177f388faeb4c7e07f6c45a8353a2 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Support upcoming PHP 8.1 and update test suite for PHPUnit 9

github.com/reactphp/async - 3dccf8ca37c1160f6490b876a49aa4283886476a authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #4 from clue-labs/default-loop

github.com/reactphp/async - c6f717ea67bbb0c2af5b71dfe90981e3805e00d3 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #47 from SimonFrings/functions

github.com/reactphp/promise-timer - 86686c0f06764c3912f92c0d49cbcd9e6302f031 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve documentation to use fully-qualified function names

github.com/reactphp/promise-timer - ff4124fc87057fc04117c05d8202eb3319b6931c authored almost 3 years ago by Simon Frings <[email protected]>
Merge pull request #3 from clue-labs/resurrect-project

Update project structure to bring in line with ReactPHP and add `.gitattributes` to exclude dev ...

github.com/reactphp/async - 4412a607d7b42e438caf5874bbccd4f9a952558c authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Simplify usage by supporting new default loop

github.com/reactphp/async - df15de22553f089d2f9c7acd632c85e7eb78cb8b authored almost 3 years ago by Christian Lück <[email protected]>
Add `.gitattributes` to exclude dev files from exports

github.com/reactphp/async - adc6eb04626d09d34ec026a65c46f13db9e320fd authored almost 3 years ago by Christian Lück <[email protected]>
Update to use PSR-4 autoloading

github.com/reactphp/async - f62caaf52916dcf67858583d62aeb8e27e2242a0 authored almost 3 years ago by Christian Lück <[email protected]>
Hello ReactPHP! Add full core team to the license

github.com/reactphp/async - 0c19045d91557c5561d7db1e69a42189dd5756e1 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #2 from clue-labs/resurrect-ci

Add PHPUnit and use GitHub actions for continuous integration (CI)

github.com/reactphp/async - d4cf21f8f3f3ecc6b31a771a5ddcc8641807764f authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Add PHPUnit and use GitHub actions for continuous integration (CI)

github.com/reactphp/async - b971beecbe015dcadad8497e0a2e658207dfaa52 authored about 3 years ago by Christian Lück <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - 4ab7c925d81f766a08e1feb3a95f095cdb97176f authored about 3 years ago by GitHub Actions <[email protected]>
Prepare v1.3.0 release

github.com/reactphp/promise-stream - 3ebd94fe0d8edbf44937948af28d02d5437e9949 authored about 3 years ago by Christian Lück <[email protected]>
Merge pull request #27 from clue-labs/docs

github.com/reactphp/promise-stream - 34da49dc8d2db94f36ac6396cc93b010c432e8f7 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve promise and type documentation

github.com/reactphp/promise-stream - e5f90330c6a8d02bffa6e45bb35e50bd0c080b8f authored about 3 years ago by Christian Lück <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - 237cf1f0b3bd7898d32cb4ebf9da813ba0166884 authored about 3 years ago by GitHub Actions <[email protected]>
Remove Duplicate Word in Comment (Loop Interface)

Remove a duplicate word ("the") from the comment for `LoopInterface::addPeriodicTimer`.

github.com/reactphp/event-loop - 17f8f85b21f50ea82e4b86c62d07e123ea0e0a9a authored about 3 years ago by Ben Roberts <[email protected]>
Merge pull request #197 from SimonFrings/deprecated

Add PHP 8 support and address deprecation of ReflectionType::getClass()

github.com/reactphp/promise - d649e300b2b26986ed9029411dee9515e10d97fa authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v0.6.4 release

github.com/reactphp/child-process - a778f3fb828d68caf8a9ab6567fd8342a86f12fe authored about 3 years ago by Christian Lück <[email protected]>
Minor documentation improvements

github.com/reactphp/promise-stream - bb0ad5257f18455139ee13000cd9ed02f511f913 authored about 3 years ago by Christian Lück <[email protected]>
Improve documentation to use fully-qualified function names

github.com/reactphp/promise-stream - f3271fa9ad7d18d52d0af00d72b097d4b1080ef3 authored about 3 years ago by Christian Lück <[email protected]>
Merge pull request #193 from woodongwong/master

github.com/reactphp/promise - babade6eb3a5d302274145330f35a9e0d78f022c authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #89 from clue-labs/no-phpinfo

github.com/reactphp/child-process - 2ec1022a2caa09654c3b5787ae0d60ed382e8122 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #90 from clue-labs/close-socket

github.com/reactphp/child-process - 74da6d55fb0661cd42dbe03426f0502f43ed0719 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #26 from clue-labs/errors

github.com/reactphp/promise-stream - 57b90eafc4c770419577f6f03f66656dab775676 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve error reporting by appending previous exception messages

github.com/reactphp/promise-stream - c6e443f89cb03c153ca73588806d7ed6c955dc01 authored about 3 years ago by Christian Lück <[email protected]>
Run tests on PHP 8

github.com/reactphp/promise - 5ea3fe8b3ca3cb4085d2a3d1a4e90a8c23c0f99a authored about 3 years ago by Simon Frings <[email protected]>
php8: address ReflectionParameter::getClass deprecation

github.com/reactphp/promise - 241d5b64ad9f4f9189552f12edfd5e0957a3573d authored about 3 years ago by cdosoftei <[email protected]>
Adjustments for 7.1, support for union types, test suite updates

github.com/reactphp/promise - b2a89487f1eb434b0e6fcea07003d6796a28638e authored about 3 years ago by cdosoftei <[email protected]>
Improve test suite to skip FD test when hitting memory limit

github.com/reactphp/child-process - 8c9117f60174dd8fde7c45f16eeef03db12682e6 authored about 3 years ago by Christian Lück <[email protected]>
Fix detecting closed socket pipes on PHP 8

github.com/reactphp/child-process - 58363a1307ade90fa9218d1a6aea5f1ea2599ff0 authored about 3 years ago by Christian Lück <[email protected]>
Skip sigchild check if `phpinfo()` has been disabled

github.com/reactphp/child-process - 7b4e74b36cdf265cecebfb382523102f8a5ef48a authored about 3 years ago by Christian Lück <[email protected]>
Merge pull request #427 from clue-labs/error-docs

github.com/reactphp/http - 80e45932240ed59cecbaf19d42435846185fbb01 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #426 from clue-labs/docs

github.com/reactphp/http - 10b459437c1136afecefe2eb00209817c32ea6be authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve error reporting in examples and documentation

github.com/reactphp/http - fb82de172af8a460083747ae1fa9253ebea3e68a authored about 3 years ago by Christian Lück <[email protected]>
Minor documentation improvements

github.com/reactphp/http - f0e7249ccf3c6186eb1044f9e78247ce11f564c8 authored about 3 years ago by Christian Lück <[email protected]>
Merge pull request #271 from clue-labs/errno

github.com/reactphp/socket - a99263149d7e81d67bafb3437c3dd7a72b86ac5c authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve error reporting in server examples

github.com/reactphp/socket - 95bce45647dbd9428489e4ead8a0f41b4ddb68f2 authored about 3 years ago by Christian Lück <[email protected]>
Look up errno based on errstr when listening for connections fails

github.com/reactphp/socket - 90d1e0b85bd8bc8659eb45e3e9421ece82803094 authored about 3 years ago by Christian Lück <[email protected]>
Append socket error code constants for failed connections

github.com/reactphp/socket - 52f23bb3e41eac052746c39773f728e213d782f9 authored about 3 years ago by Christian Lück <[email protected]>
Consistently report default errno when `ext-sockets` is not available

github.com/reactphp/socket - bd4fe8ae5a0694b554e1d1577edf28b7505ea3d3 authored about 3 years ago by Christian Lück <[email protected]>
Consistently use `EINVAL` for invalid connection attempts

github.com/reactphp/socket - 8178edcbb82774072d260a3ef20bb3b3da92c0e4 authored about 3 years ago by Christian Lück <[email protected]>
Consistently use `ECONNABORTED` for cancelled connection attempts

github.com/reactphp/socket - 6e610d53233eec9358cf8f44a25837e529c0e885 authored about 3 years ago by Christian Lück <[email protected]>
Preserve original errno and previous exception when using happy eyeballs

github.com/reactphp/socket - 4aa52679fd71983a31a17bb65a16244fba9a9285 authored about 3 years ago by Christian Lück <[email protected]>
Merge pull request #270 from clue-labs/errors

github.com/reactphp/socket - dd77705905536c2e7141b17e2d0e9a533dbef297 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Avoid garbage memory references on PHP < 7.4

github.com/reactphp/socket - 115097f9ce959852f8e1556fd055136aaa74b5cc authored about 3 years ago by Christian Lück <[email protected]>
Use tls:// scheme for URIs in error messages for secure connections

github.com/reactphp/socket - f561c4ed391933d7798463be6939476c803fc6db authored about 3 years ago by Christian Lück <[email protected]>
Prepend tcp:// scheme for URIs in error messages when missing

github.com/reactphp/socket - d77d54af13aef1f0b159b2121f1d376a0670819a authored about 3 years ago by Christian Lück <[email protected]>
Omit internal hostname argument from error messages

github.com/reactphp/socket - 4e70843091973bd47dcf1190e4200e2aad38b97d authored about 3 years ago by Christian Lück <[email protected]>
Refactor to reuse URI construction

github.com/reactphp/socket - 2c16a9cccffc29be9a620872e37c555ea488c0ee authored about 3 years ago by Christian Lück <[email protected]>
Improve examples to use proper error handlers

github.com/reactphp/socket - 2d471da92b00caf7ee2e2f58326882ce6a1e2214 authored about 3 years ago by Christian Lück <[email protected]>
Update FunctionResolveTest.php

github.com/reactphp/promise - 16ab8077c92bc5c558a7584af320f40a074cb74c authored about 3 years ago by woodong <[email protected]>
Merge pull request #269 from clue-labs/fds

github.com/reactphp/socket - 2104304ef43de7f66102ae7ee192a43be55d8a96 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #424 from clue-labs/body-docs

github.com/reactphp/http - b011736967131b5e50d49985d3063135a310d1c6 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Consistently use `$body` argument name for request body

github.com/reactphp/http - 6785514d6cef6304822bd6aeac837cd97c5e8cf1 authored about 3 years ago by Christian Lück <[email protected]>
Fix docs for missing `$body` argument for `put()` and `delete()` methods

github.com/reactphp/http - bf32f168b28a12e5666928ee884d591939e448d6 authored about 3 years ago by Christian Lück <[email protected]>
Update test suite to find next free file descriptor in advance (Mac)

github.com/reactphp/socket - 65dfe45fa1871bb4495a897b01a052035ff2735b authored about 3 years ago by Christian Lück <[email protected]>
Support listening on existing file descriptors (FDs) with `SocketServer`

github.com/reactphp/socket - 6aaae223ed8eb52234719e422e220f3e89bf3b25 authored about 3 years ago by Christian Lück <[email protected]>
Internal `FdServer` implementation to listen on file descriptors (FDs)

github.com/reactphp/socket - fd9a1ab5d8e639648fd9dc01040cdf5b088cbad1 authored about 3 years ago by Christian Lück <[email protected]>
Support listening on Unix domain sockets (UDS) file descriptors (FDs)

github.com/reactphp/socket - 9909831759acb246462ffd4f0e42def35dcfe168 authored about 3 years ago by Christian Lück <[email protected]>
Merge pull request #268 from SimonFrings/hhvm

Skip unsupported tests for HHVM

github.com/reactphp/socket - d92d0ec9f389a8c4128ba1e130e7861593d10090 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #422 from WyriHaximus-labs/dont-run-configuration-middleware

Don't run requests through configuration middleware

github.com/reactphp/http - 29940dc0a11bc46cf073ac64ce9404ef9b89bc16 authored about 3 years ago by Christian Lück <[email protected]>
Don't run requests through configuration middleware

While working on another PR that introduces another configuration middleware it dawned on me tha...

github.com/reactphp/http - 871edea7887e8de42686834bf6601d99254b0f72 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Skip unsupported tests for HHVM

github.com/reactphp/socket - 0d4526ee2052c43bee13c4b0fb51661aa0ffdde5 authored about 3 years ago by Simon Frings <[email protected]>
Merge pull request #267 from clue-labs/accept-errno

github.com/reactphp/socket - 07b37d538b8634e18c7c0d43b0417633a7a318a4 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #266 from clue-labs/errno

github.com/reactphp/socket - bb9daadf50e255f046dc408203fcd294874bf109 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Refactor to reuse connection error handling for Unix domain sockets

github.com/reactphp/socket - f10e66ed0486ae0209be0f0ecc61f46174103df9 authored about 3 years ago by Christian Lück <[email protected]>
Improve error messages when accepting connections with errno/errstr

github.com/reactphp/socket - 0eba38d4de1be96702d4edf9559e0deed719a3d7 authored about 3 years ago by Christian Lück <[email protected]>
Improve error messages for failed TCP/IP connections without ext-sockets

github.com/reactphp/socket - 26e47ff0aeea6c9b898c20599b2f9854a932773e authored about 3 years ago by Christian Lück <[email protected]>
Merge pull request #265 from clue-labs/errno

Improve error messages for failed TCP/IP connections with errno/errstr

github.com/reactphp/socket - 4ea75eb242c27a54cdddad4d889e07114df86e6f authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #420 from clue-labs/proxy-examples

Update proxy examples to use simplified APIs thanks to default loop

github.com/reactphp/http - cd36b4fa319f1296cb634743a600e3548e31d443 authored about 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve error messages for failed TCP/IP connections with errno/errstr

github.com/reactphp/socket - 5beea9190d5d728aa9c7633536ba63820656c952 authored about 3 years ago by Christian Lück <[email protected]>
Update proxy examples to use simplified APIs thanks to default loop

github.com/reactphp/http - 40ecb8f6dfa5c424a291c5784a1f6086913e1a6f authored about 3 years ago by Christian Lück <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - 6f2662a52f992f52d2ded1a19396e021b984c2e3 authored about 3 years ago by GitHub Actions <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - 94cf70969d4df4220bab934cfc1491b265082ef5 authored about 3 years ago by GitHub Actions <[email protected]>