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

Update documentation and examples to use new response factory methods

github.com/reactphp/http - a49404c6e61dc01623844d887e3533e6a98c3542 authored over 2 years ago by Christian Lück <[email protected]>
Merge pull request #26 from clue-labs/async-docs

Add documentation for `async()` function and Fiber-based `await()`

github.com/reactphp/async - bc117045b48bcc3ad14da85224ee3bc11f8d5ee8 authored over 2 years ago by Cees-Jan Kiewiet <[email protected]>
Add documentation for `async()` function and Fiber-based `await()`

github.com/reactphp/async - 32483f4b51da6830d63dc0d2f83fcdf3cab2abc3 authored over 2 years ago by Christian Lück <[email protected]>
Merge pull request #438 from clue-labs/tests

Update test suite to use default loop

github.com/reactphp/http - 6acf1a718bd47cbef70f64c3df3a6f1a032369a8 authored over 2 years ago by Cees-Jan Kiewiet <[email protected]>
Update test suite to use default loop

github.com/reactphp/http - 5d3013560286abdb8bb5f30072e6c8c4b662698f authored over 2 years ago by Christian Lück <[email protected]>
Merge pull request #208 from clue-labs/catch-finally

Add `catch()` and `finally()`, deprecate `otherwise()` and `always()`

github.com/reactphp/promise - 30284b00c310c3eb64d0dd8ee5ae39f80b80ef43 authored over 2 years ago by Cees-Jan Kiewiet <[email protected]>
Update `Host` header tests requiring root access

github.com/reactphp/http - 5d37d3769b8c35ce1ad67f29ceb496607dc9b1e7 authored over 2 years ago by Christian Lück <[email protected]>
Add `catch()` and `finally()`, deprecate `otherwise()` and `always()`

github.com/reactphp/promise - 84322e6f9bea8fbf637701bbac549bca46aa560b authored over 2 years ago by Christian Lück <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - 89b64434b2565a7bdadff70a6de4116ffd55cd63 authored almost 3 years ago by GitHub Actions <[email protected]>
Prepare v1.11.0 release

github.com/reactphp/socket - f474156aaab4f09041144fa8b57c7d70aed32a1c authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #283 from SimonFrings/eventloop

Use default loop in testsuite and close server and connection leftovers

github.com/reactphp/socket - 7b6772ab2ba98cd7578a1c87f529dbb71bc33b93 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Use reactphp-block v1.5.0 and remove loop where possible

github.com/reactphp/socket - 4f2497bbf69ba576533aaeba414732f8ab27f26f authored almost 3 years ago by Simon Frings <[email protected]>
Close open servers and connections at end of tests

github.com/reactphp/socket - 82acd6cf2ab996f68f808858cc0530fca2683a5a authored almost 3 years ago by Simon Frings <[email protected]>
Clean up event-loop leftovers in test classes

github.com/reactphp/socket - d846ea9380f08c640a719c50af223ef2569eeb9d authored almost 3 years ago by Simon Frings <[email protected]>
Merge pull request #281 from clue-labs/tls1.0

Skip legacy TLS 1.0 tests if disabled by system

github.com/reactphp/socket - 85a920af8ee2fa4a2e0038db70fc1a59700f4e84 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Skip legacy TLS 1.0 tests if disabled by system

github.com/reactphp/socket - f0d894ccbc38a0a5ab4405af5cc5516bf3b2e716 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #18 from WyriHaximus-labs/fibers-fastforward-resolved-promise

Fast forward resolved/rejected promises with fibers await

github.com/reactphp/async - ff11a7aa9eea7104af8f05bafbc85422dac4b8ab authored almost 3 years ago by Christian Lück <[email protected]>
Fast forward resolved/rejected promises with fibers await

This makes `await`ing an already resolved promise significantly faster.

github.com/reactphp/async - 546cb73e385b2bcc42f47072c2ce50569ffd0e3d authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #19 from WyriHaximus-labs/make-async-return-a-callable

Make `async` return a callable

github.com/reactphp/async - 97a6ad3741dd31587846a6343aa2b2d1150c14e5 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Make `async` return a callable

By making this change `async()` can now also by used in event loop callbacks such as timers:

``...

github.com/reactphp/async - 4355fcf8a3bdabfdc5a39362851db6ad3f441cbf authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - 1cd2ca063fb8a62db14e051328432e37f3485c64 authored almost 3 years ago by GitHub Actions <[email protected]>
Prepare v1.9.0 release

github.com/reactphp/dns - 6d38296756fa644e6cb1bfe95eff0f9a4ed6edcb authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #189 from clue-labs/memory

github.com/reactphp/dns - e5e152aa92d1af2dae5192b721170f4b1cd6d379 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Reduce socket read chunk size for queries over TCP/IP

github.com/reactphp/dns - 8efa0a5b67d8de0548ebaa6961145521a97312a1 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #45 from clue-labs/no-filter

Avoid dependency on `ext-filter`

github.com/reactphp/datagram - 76e16f755c2b417701864c1c7a61202537f25d7f authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #277 from clue-labs/php8.1

Support PHP 8.1

github.com/reactphp/socket - 894c711b65717bc8fb9f4cf91a8211991ecfbc8b authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - faed726d2a0dd888c84522a7b82e08f735b11722 authored almost 3 years ago by GitHub Actions <[email protected]>
Merge pull request #188 from clue-labs/php8.1

Support PHP 8.1

github.com/reactphp/dns - 3649a3fe961e6f5ea564e4a666ce108090986772 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Support PHP 8.1

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

github.com/reactphp/socket - 193b3ccc9098b4e1d68459ffc4c8a20136ae5c30 authored almost 3 years ago by Christian Lück <[email protected]>
Prepare v1.8.0 release

github.com/reactphp/promise-timer - 0bbbcc79589e5bfdddba68a287f1cb805581a479 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #278 from clue-labs/fds-tests

Improve test suite to skip FD test when hitting memory limit

github.com/reactphp/socket - 12a880b6ac14aae13a1e46e94a8324cb54275a0c authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #279 from clue-labs/no-filter

Avoid dependency on `ext-filter`

github.com/reactphp/socket - ead9efbc998cb6251b41d02673315f5579a727ee authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve test suite to skip FD test when hitting memory limit

github.com/reactphp/socket - 311d187347a9f173637a9abddcd691bc1992e8cc authored almost 3 years ago by Christian Lück <[email protected]>
Avoid dependency on `ext-filter`

github.com/reactphp/socket - 28bd075d456cff2f260595ea2767088082909d4f authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #51 from clue-labs/sleep

Add new `sleep()` function and deprecate `resolve()` and `reject()` functions

github.com/reactphp/promise-timer - 997c10e3f819ae50da08cdc213851e054dc7c660 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #52 from clue-labs/casts

Improve `TimeoutException` legacy API by using explicit type casts

github.com/reactphp/promise-timer - 9ccdc9b11176d921c3ec64b3dc4d27bb6843425a authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Improve `TimeoutException` legacy API by using explicit type casts

github.com/reactphp/promise-timer - 56936b49ba657054793da3be7a8601d3da483f37 authored almost 3 years ago by Christian Lück <[email protected]>
Deprecate `resolve()` and `reject()` functions in favor of `sleep()`

github.com/reactphp/promise-timer - b9469d350bbd8f49987b516801914556b85ff4c9 authored almost 3 years ago by Christian Lück <[email protected]>
Add new `sleep()` function

github.com/reactphp/promise-timer - bc185b8e9c17636daefc98bcf727583e7fd70365 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #434 from clue-labs/php8.1

github.com/reactphp/http - 9c4815cb00122370ea974ad9a3f7c573ee4b25a1 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #50 from Thomas-Gelf/fix/php8.1-exception-signature

github.com/reactphp/promise-timer - fe0cfcd832c9013123d2e435932810195a87111d authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Support PHP 8.1

github.com/reactphp/http - aaa6afbe6780497f0a74caf8302f1adab21d39ef authored almost 3 years ago by Christian Lück <[email protected]>
Avoid dependency on `ext-filter`

github.com/reactphp/datagram - 89a4bec875b52cd4829d9f6b0b7111d54702c063 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #49 from clue-labs/docs

Improve API documentation and add parameter types and return types

github.com/reactphp/promise-timer - 099700bb54315b107fb93c3da09890439149a16f authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
TimeoutException: fix defaults to avoid notices

github.com/reactphp/promise-timer - d4a0b8c77e8d018ab809617a744f27625963c702 authored almost 3 years ago by Thomas Gelf <[email protected]>
Add consistent API documentation for all functions

github.com/reactphp/promise-timer - 62bef4dce05940699224ffd31108d16d53c050b1 authored almost 3 years ago by Christian Lück <[email protected]>
Update website build

github.com/reactphp/reactphp.github.io - b35fd5eb09603ecdd0541af7cb4e99865457a02f authored almost 3 years ago by GitHub Actions <[email protected]>
TimeoutExceptionTest: let the test fail

github.com/reactphp/promise-timer - 52ba97dbec37e11fa1540fb511aca130d1c18988 authored almost 3 years ago by Thomas Gelf <[email protected]>
Prepare v1.10.0 release

github.com/reactphp/socket - d132fde589ea97f4165f2d94b5296499eac125ec authored almost 3 years ago by Christian Lück <[email protected]>
Add documentation for parameter types and return types

github.com/reactphp/promise-timer - 12052f065505e50c5ce8cf79154df38fab7f9de5 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #187 from clue-labs/ipv6-zone-id

Skip invalid nameserver entries from `resolv.conf` and ignore IPv6 zone IDs

github.com/reactphp/dns - 1d925c73b4727f74e4480bff2fb597f6b9aa81e9 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #186 from clue-labs/nop

Refactor `Parser` to avoid assigning dynamic properties (PHP 8.2+ compatibility)

github.com/reactphp/dns - bb1321234783c81a78a3fbdcbbbdc08669390c7b authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Skip invalid nameserver entries from `resolv.conf` and ignore IPv6 zone

github.com/reactphp/dns - aca303dda08bff2dbb41186fbcd7c8d1fd3ba880 authored almost 3 years ago by Christian Lück <[email protected]>
Refactor `Parser` to avoid assigning dynamic properties

github.com/reactphp/dns - 97bd4eba6d89ffaf8200d7569c030774d2005fc5 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #185 from clue-labs/no-filter

Avoid dependency on `ext-filter`

github.com/reactphp/dns - e0bfb0c5af524231bf53dc8d0f220207787be4d0 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Avoid dependency on `ext-filter`

github.com/reactphp/dns - b4dbfbb1b7c265c7cd19b83a6d45b0cf12a52216 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #15 from WyriHaximus-labs/fibers

Add Fiber-based `async` and `await` functions

github.com/reactphp/async - 80aa19fabcd2ca7c4a37c7079ced48b40bbb1c79 authored almost 3 years ago by Christian Lück <[email protected]>
Add fiber interoperability support

While there is no technical need to add this for this, we also don't want to block other project...

github.com/reactphp/async - 145ed6a63fb1c8b43147c1de0dcd5a6e406ab20d authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Add Fiber-based `async()` function

github.com/reactphp/async - 984382f722ff9a44143dacbe022c65b2f3cd0bfc authored almost 3 years ago by Christian Lück <[email protected]>
Add Fiber-based `await()` function

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

Require PHP 8.1+ and add `mixed` type declarations

github.com/reactphp/async - 28d958466d9ff15e714eaae24f43c89756824892 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Require PHP 8.1+ and add `mixed` type declarations

github.com/reactphp/async - 249f9f6d3d44ff07df0ffcaebd98848b365360ae authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #13 from clue-labs/coroutine-cancellation

Support promise cancellation for `coroutine()` and clean up garbage references

github.com/reactphp/async - c989ee106e6c58d231da4f8cdb78d1585cefaa6a authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Clean up garbage references for coroutines

github.com/reactphp/async - 4541391beb4ed5b1433870a9599836dda233ea8c authored almost 3 years ago by Christian Lück <[email protected]>
Improve cancellation for coroutines continuing to yield pending promises

github.com/reactphp/async - 603e70bfce9508836e781a9f45284e2ef527c96f authored almost 3 years ago by Christian Lück <[email protected]>
Calling `cancel()` on coroutine should cancel pending promise

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

github.com/reactphp/async - 945ad1d17a27916ef6a05c7cbe65d1427b326418 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Add Generator-based `coroutine()` function

github.com/reactphp/async - e0185730bed1bb584fd299abc337496f1b23ab22 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #11 from clue-labs/php7.1

Require PHP 7.1+ and add type declarations

github.com/reactphp/async - a57e4d462b8832bec1673166a06103e16e318578 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Update to PHPUnit 7.5+

github.com/reactphp/async - 3711b0eae503fa4eaf06264e9c8cfe0b9cdabb73 authored almost 3 years ago by Christian Lück <[email protected]>
Require PHP 7.1+ and add type declarations

github.com/reactphp/async - 330e73087ff32fdce55bf3c5cf7f7853cf298f43 authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #91 from SimonFrings/php

github.com/reactphp/child-process - 7844f9c93a153fe2043849c80215fec2c8982676 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #274 from SimonFrings/php

github.com/reactphp/socket - 2fde15a1df7addbc430d6b7c301779cbbe5060a2 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #433 from SimonFrings/php

Support PHP 8.1

github.com/reactphp/http - 97175667b61910ce063cf8a0217b1473c6903fe9 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #199 from SimonFrings/php

Support PHP 8.1

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

Support PHP 8.1

github.com/reactphp/cache - dfa7d1f6ba92a70946e75293153d301efade5039 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #44 from SimonFrings/php

Support PHP 8.1

github.com/reactphp/datagram - 8c8abceb19a5dd4a84af8c30cbb04020762f6bc1 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #28 from SimonFrings/php

Support PHP 8.1

github.com/reactphp/promise-stream - 069bd23dd2bc581ba11ad899f7ec8dd6daad37e6 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #48 from SimonFrings/php

Support PHP 8.1

github.com/reactphp/promise-timer - 7097b88da074cebc411bbb8e35e669d8bfa55fc9 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #184 from SimonFrings/php

Support PHP 8.1

github.com/reactphp/dns - 28c30ff921231e0d59a5f98c49b59b42ce3ba26e authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #160 from SimonFrings/php

Support PHP 8.1

github.com/reactphp/stream - 70d6e15d5f90730651558852c74fbb767fd9215b authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Support PHP 8.1

github.com/reactphp/cache - 7b9b3c7c48bc771cae9d573dfac6073f69fd5bf9 authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/datagram - 472b27515d4696ec9445574222524467f316ae23 authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/child-process - 9f8cb1f442bf03146c6ac363d4337f7c4564cd58 authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/promise-stream - bc9f93a0cd2f20aa7e4a608c204104e811f7022c authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/promise-timer - d6162104aa05afa9310c8d61c64b0f5b61c60f27 authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/stream - 526d6ad096cd60524f06294fc2f59bb15609e2d8 authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/dns - 6afe7cfadfa41a293524f71e059aa27b25856ce5 authored almost 3 years ago by Simon Frings <[email protected]>
Merge pull request #10 from clue-labs/cleanup

github.com/reactphp/async - ab03f4d9d59be47417362ab904719be0a3d4116e authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #9 from clue-labs/cancellation

github.com/reactphp/async - a112d862bd884e1c907f999e2d34625915f8b544 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Support PHP 8.1

github.com/reactphp/socket - 8e7ea99b7291a3e58a7b0c969073d840e7299569 authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/promise - 02984462b03ef1fcda251f8c388080ca912b0981 authored almost 3 years ago by Simon Frings <[email protected]>
Support PHP 8.1

github.com/reactphp/http - 17dd30d2dad082c18c818878c598313d0cfce76a authored almost 3 years ago by Simon Frings <[email protected]>
Clean up minor leftover development references

github.com/reactphp/async - 1de6a43901483ca13f627ab7d792545f05ccf0e7 authored almost 3 years ago by Christian Lück <[email protected]>
Calling `cancel()` on resulting promise should cancel all pending tasks

github.com/reactphp/async - 36eb448496a8530a6be643b92d46a1e65cc7883d authored almost 3 years ago by Christian Lück <[email protected]>
Ensure `parallel()` function cancels parallel tasks on error

github.com/reactphp/async - 119e5092dedea1d3430473d8b77789e864859342 authored almost 3 years ago by Christian Lück <[email protected]>
Ensure `parallel()` function stops invoking additional tasks on error

github.com/reactphp/async - ca4c692459e1dd18d49dfd9e3264494a53fd668b authored almost 3 years ago by Christian Lück <[email protected]>
Merge pull request #240 from SimonFrings/docs

github.com/reactphp/event-loop - 9f10e1131637a6caa6d0d97daca19081db8cdb5c authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #241 from dbu/patch-1

Minor documentation improvements for references to deprecated `Factory`

github.com/reactphp/event-loop - 1d999e1d0043bad9d3b982586daed8fd12572236 authored almost 3 years ago by Cees-Jan Kiewiet <[email protected]>