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

Run tests on PHPUnit 9

github.com/reactphp/child-process - 8732b935f7d9227447fb3b1cfd72c8b971b7c623 authored over 3 years ago by Simon Frings <[email protected]>
Use GitHub actions for continuous integration (CI)

Bye bye Travis CI, you've served us well.

github.com/reactphp/reactphp - c6f3bab8ab87a567b0a9b72a880f56568e5fb5e4 authored over 3 years ago by Christian Lück <[email protected]>
Update example 63 to support v1.0.0+

Add LoopInterface as first constructor argument to Server and change Server to accept variadic m...

github.com/reactphp/http - 161550b2d2fd1a6da90c0b299f0f52b105f33d89 authored almost 4 years ago by Paul Vogel <[email protected]>
Fix some typos, a mixed up param name and add forgotten namespace backslash

github.com/reactphp/http - 8dc1e4e4be1c679267d7916f6f13323bc074b4ac authored almost 4 years ago by Paul Vogel <[email protected]>
Prepare v1.2.0 release

github.com/reactphp/http - badb0a87890e14b9cdfa3aec3ba1aafd900401ac authored almost 4 years ago by Christian Lück <[email protected]>
Merge pull request #81 from gdejong/patch-2

Run tests on PHP 7.4

github.com/reactphp/child-process - fb8c5f2fd7b53203ecbc9b11c1591b7eb080cb5a authored almost 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #80 from gdejong/patch-1

Update docblock for Process::$pipes

github.com/reactphp/child-process - 437e00c8caa7b48d4139e52ec1b4bd09d93b1f96 authored almost 4 years ago by Cees-Jan Kiewiet <[email protected]>
Update docblock for Process::$pipes

Found this when running Psalm in a project of mine that is using reactphp/child-process.
```
Pos...

github.com/reactphp/child-process - 83d742754ed69d6514e960533f10820c91b64115 authored almost 4 years ago by gdejong <[email protected]>
Run tests on PHP 7.4

github.com/reactphp/child-process - 91762ea8c323e661ee1ddab6e9f98cdcd2d3df1b authored almost 4 years ago by gdejong <[email protected]>
Merge pull request #156 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3 and minor clean up and remove already covere...

github.com/reactphp/stream - c459d2e9458a5a4e8721b933ca34c0f5223773fb authored almost 4 years ago by Jan Sorgalla <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3 and minor clean up

github.com/reactphp/stream - 0e984d7f1c5326778b65aa697487570ea9b0ee28 authored almost 4 years ago by Simon Frings <[email protected]>
Remove test because case is already covered

github.com/reactphp/stream - cf710f5e8775ff865fe2bcbc8000795bc33eb022 authored almost 4 years ago by Simon Frings <[email protected]>
Merge pull request #153 from clue-labs/deprecation

Add deprecation notice to suggest HTTP component instead

github.com/reactphp/http-client - 7d02e82136100520d88681294d10654086f0b0a3 authored about 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #169 from clue-labs/compression-recurse

Improve DNS response parser to limit recursion for compressed labels

github.com/reactphp/dns - 31b5641a7d94a3d6c58a222ce1e0908610a8fb0b authored about 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #24 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/promise-stream - 2414f1177930f7d6651846047f7b8b5a1cf1cac6 authored about 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #44 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/promise-timer - 272db303305c38d692eb706df4c7b0e25feb7cbf authored about 4 years ago by Jan Sorgalla <[email protected]>
Add deprecation notice to suggest HTTP component instead

github.com/reactphp/http-client - fc3e5d01688655c2ae73b5650ca567736c62ffac authored about 4 years ago by Christian Lück <[email protected]>
Improve DNS response parser to limit recursion for compressed labels

This prevents a possible infinite recursion in malformed DNS response
messages. The maximum recu...

github.com/reactphp/dns - 6c3cbb0d6f4800c4a5a0ba24212164903cf747a8 authored about 4 years ago by Christian Lück <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/promise-stream - 3f33cdd98424c141d48584e5b4c8607b9e52827e authored about 4 years ago by Simon Frings <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/promise-timer - 99892aa38c705dc9dcc1d5259c1285ca4faa92c4 authored about 4 years ago by Simon Frings <[email protected]>
Prepare v1.4.0 release

github.com/reactphp/dns - 665260757171e2ab17485b44e7ffffa7acb6ca1f authored about 4 years ago by Christian Lück <[email protected]>
Prepare v1.1.0 release

github.com/reactphp/cache - 44a568925556b0bd8cacc7b49fb0f1cf0d706a0c authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #395 from clue-labs/buffer-request

Keep request body in memory also after consuming request body

github.com/reactphp/http - 7b08b2c115f17e50204aa0d980b206dad3e981fb authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Keep request body in memory also after consuming request body

github.com/reactphp/http - 6fec25b0d317a496e7669708192a09dd6d403eac authored about 4 years ago by Christian Lück <[email protected]>
Add BufferedBody PSR-7 message body implementation

github.com/reactphp/http - a19a34dad90a1fa728e8233a07675f0c6d780ab2 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #215 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/event-loop - 8bd064ce23c26c4decf186c2a5a818c9a8209eb0 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v1.1.0 release

github.com/reactphp/http - 754b0c18545d258922ffa907f3b18598280fdecd authored about 4 years ago by Christian Lück <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/event-loop - 84e22e0e47cef46ff981c0b900005423e1118528 authored about 4 years ago by Simon Frings <[email protected]>
Merge pull request #247 from clue-labs/round-robin-dns

Use round robin for happy eyeballs DNS responses (load balancing)

github.com/reactphp/socket - 28fac70119b5eff7007da282caf11a1de35c892f authored about 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #168 from clue-labs/php8

Minor test improvements to support upcoming PHP 8

github.com/reactphp/dns - 35f5c2b28bf1e34497fcfb17cc913e7a4d5b01d5 authored about 4 years ago by Jan Sorgalla <[email protected]>
Minor test improvements to support upcoming PHP 8

github.com/reactphp/dns - 298ab537845d5280b3da027eaf9fa2f9513d6060 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #393 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3 and replace deprecated at() Mocks

github.com/reactphp/http - a5f48fd5e934c2dba1f798d0cbbb0d5f69ad4944 authored about 4 years ago by Jan Sorgalla <[email protected]>
Use round robin for happy eyeballs DNS responses (load balancing)

The happy eyeballs algorithms tries to connect over both IPv6 and IPv4
at the same time. Accordi...

github.com/reactphp/socket - 16ff9ad10d0717296cfc631856e477661fd8db13 authored about 4 years ago by Christian Lück <[email protected]>
Refactor tests

github.com/reactphp/http - c1cbd3bf006e82776eb7b538f2b590d27ea10005 authored about 4 years ago by Simon Frings <[email protected]>
Replace deprecated at() Mocks

github.com/reactphp/http - 7658f54072d1ca65020f70ccc1627f803063bd1b authored about 4 years ago by Simon Frings <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/http - 4b182a9f564d2a422fb08ef45d9564e37b9f40c7 authored about 4 years ago by Simon Frings <[email protected]>
Merge pull request #391 from clue-labs/php8

Support PHP 8, update to reactphp/socket v1.6 and adjust type checks for invalid chunk headers

github.com/reactphp/http - 913050fb26e068df7b9a92a115a8c1504af88ca7 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Fix checking chunked size exceeding integer bounds (PHP 8)

github.com/reactphp/http - cb90a6f3a7b533cecd954eeb59e97e5204e4924f authored about 4 years ago by Christian Lück <[email protected]>
Update to reactphp/socket v1.6 (support PHP 8)

github.com/reactphp/http - db00f68c84a9553692ddbfa1814695c95ab8ee75 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #389 from clue-labs/response-cleanup

Internal refactoring to remove internal Response class, now uses PSR-7 response instead

github.com/reactphp/http - 083c25ef15a314e6634e4ded9172af310c06b854 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Clean up tests

github.com/reactphp/http - f584fa42c463ec6b1dcf932de95fa94fc5c0a119 authored about 4 years ago by Christian Lück <[email protected]>
Remove internal Response class, use PSR-7 response instead

github.com/reactphp/http - 0c980e466e30e79e776c41afd734714e82e55e90 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #43 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/cache - cede72e9f64a013e4305e168d9b90480676e5a10 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v1.6.0 release

github.com/reactphp/socket - e2b96b23a13ca9b41ab343268dbce3f8ef4d524a authored about 4 years ago by Christian Lück <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/cache - 42298c7893216157512375134be21d11160cdbb8 authored about 4 years ago by Simon Frings <[email protected]>
Merge pull request #214 from WyriHaximus-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/event-loop - fa77ddef70fc067cfc427c0f8e496b2eedeaa0f8 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #42 from WyriHaximus-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/cache - 52ef5205b2a08f545909631f3ea727217c9ebd30 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #167 from WyriHaximus-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/dns - d45bad8d55f9052db796486505b6c0c7c8ad12e3 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #245 from WyriHaximus-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/socket - 0af8323002a612a190be03324173a0e54af1ec57 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #154 from WyriHaximus-secret-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/stream - ff5e01d6bddd549b3ddea86cceb7efd41eab78f6 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #43 from WyriHaximus-secret-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/promise-timer - 1b5883f4cb0a8c09d4f96d2e29722d4b461ededc authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #23 from WyriHaximus-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/promise-stream - 3459142ab56c19f8d4a547015c45e1b4fd8699bf authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #178 from WyriHaximus-secret-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/promise - 0845d291435b862f9a22bb5971ba18f50a00da09 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #35 from WyriHaximus-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/datagram - b4bda0282c3225eedea45a8b43305189b4abeb3d authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #78 from WyriHaximus-labs/add-full-core-team-to-license

Add full core team to the license

github.com/reactphp/child-process - b7c493db157f59ba6fbd99ba6b708c96bf0f5af2 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #246 from clue-labs/php8-closed

Socket address of closed socket should be null (support PHP 8)

github.com/reactphp/socket - 04225cd5ad9570704c4a3eb5fccb7e8a2f5fb343 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Socket address of closed socket should be null (support PHP 8)

The previous code works just fine on PHP 7 and older. PHP 8 adds
stricter type checks for closed...

github.com/reactphp/socket - 5cdf2ec3e868d7e000eb9dddc5e7786724919a16 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #166 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/dns - efff9c0590543a61bf8feb6bf232e133d1bfd571 authored about 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #244 from clue-labs/accept-race

Fix possible `accept()` race condition when multiple socket servers listen on same socket address

github.com/reactphp/socket - 3fab9057242437dd0bbb5974959d28b3e7ea9542 authored about 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #243 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3 and replace deprecated at() Mocks

github.com/reactphp/socket - ce608c87be3cdf5c2e1fdbd6a740694615c7b5fc authored about 4 years ago by Jan Sorgalla <[email protected]>
Add full core team to composer authors list

github.com/reactphp/cache - 48d5d8f7747303b5316984f0fc49450c4b047c29 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/event-loop - 9fec6d43b42689d5bfb75004d439492969881f5e authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/dns - e7267ec0f7ee4603b6d894b90dc9d6900e3fbb53 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/child-process - 384f2f032019ed8457e55de0527257d615da69b1 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/datagram - ffae052b5df74c252c97312374c1aca179ebedad authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/promise-stream - 616a587eb6413c158266996335079fb5b12ce979 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/promise-timer - 91864b7925cb98bf2d8abe06341a0a148341b1ca authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/stream - 77f4adee43e17751c2fcb7a783422147ebe32a70 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/promise - 1a9caa1039d8fe0cdb1f80be9d8485db8d0360f6 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to composer authors list

github.com/reactphp/socket - 3bc9257450135ec42bdb41887097f4cade00d309 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/stream - 6fb67145a66e3858a7a29945ea6841c8e2416961 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/promise-timer - 3c642c7eddedd33f13fdc9d0de3a0a6817e9a1c9 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/promise-stream - a06a661222506767036cbf0f8c096132ba4860ba authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/promise - 9e252d9524f933f39abf86e7a3c229c613bac552 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/datagram - 215f677201e0517d67234a8f2de3aecd7e4230b9 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/child-process - 9101d0a8ca13d561cb6ed7cdb73b3e3e0a45f17d authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/event-loop - 7b6168bb8287ac88eebd54b1d25a48abaa5da99b authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/cache - 6c0dad809052f8ac77fb097cb40b2c939c9e3b68 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/dns - ea8098921f1c890b3bdf421e5745bd28db95d3da authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add full core team to the license

Added the full core team in order of joining the team

github.com/reactphp/socket - db5325e6410bbb031901beb86a8b21eec2407e75 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Fix possible `accept()` race condition

Multiple socket servers can listen on the same socket address (using
`SO_REUSEPORT` or shared fi...

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

Minor documentation improvements

github.com/reactphp/http - 4616d7a2f991261b8f041258bd6e7f2da84d3240 authored about 4 years ago by Jan Sorgalla <[email protected]>
Minor documentation improvements

github.com/reactphp/http - a58996a7673dd05739ca3a26c37e53084012c6e2 authored about 4 years ago by Christian Lück <[email protected]>
Replace deprecated at() Mocks

github.com/reactphp/socket - 75646409b8bdc0dd3dd12aede6e65764377e5fc7 authored about 4 years ago by Simon Frings <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/dns - 8babf74c32fc99ca66e714394d2551a54279015c authored about 4 years ago by Simon Frings <[email protected]>
Merge pull request #171 from Kubo2/oo-deferred

Initialize Deferred's state in the constructor

github.com/reactphp/promise - 12dcf28ddda57bec35f2983591b3d8d18a514856 authored about 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #177 from SimonFrings/tests

Update PHPUnit configuration schema for PHPUnit 9.3 and minor clean up

github.com/reactphp/promise - ee56552723e4709125b494e1e94861edf8af1366 authored about 4 years ago by Jan Sorgalla <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/socket - 5b8030e6cad3ba6ccb5b689ad9fc27c545e28316 authored about 4 years ago by Simon Frings <[email protected]>
Update PHPUnit configuration schema for PHPUnit 9.3

github.com/reactphp/promise - 85282771a5256d31b8cc2719b86fd651e23e7d47 authored about 4 years ago by Simon Frings <[email protected]>
Merge pull request #52 from clue-labs/http-example

Update HTTP server example for reactphp/http v1.0.0

github.com/reactphp/website - 834c1f0526f7469abacaa2b2fc3b0d13497ec648 authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Update HTTP server example for reactphp/http v1.0.0

github.com/reactphp/website - c780656ace5ee4862b8c253d0c36b405c8f98475 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #172 from WyriHaximus-secret-labs/add-missing-typehint-to-some-howMany

Add type declarations for `some()`

github.com/reactphp/promise - d3d4ec3e14e76f47d7a323e38ccef9c0ae2e6838 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #242 from clue-labs/backlog

Change default socket backlog size to 511

github.com/reactphp/socket - acdcab839c0708ffe17266ef66a0fc3b1d06d65c authored about 4 years ago by Jan Sorgalla <[email protected]>
Change default socket backlog size to 511

The `backlog` parameter used to default to just 32 as of PHP 5.3.3 and
used to be hard coded to ...

github.com/reactphp/socket - f77626590f200c44760086a5c25e5b32d7f8eced authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #241 from clue-labs/cancel-tls

Fix closing connection when cancelling during TLS handshake

github.com/reactphp/socket - 284d72d11a40bb3e3b8092f6dd2732caa59b13dd authored about 4 years ago by Jan Sorgalla <[email protected]>
Fix closing connection when cancelling during TLS handshake

github.com/reactphp/socket - d9c0f07dc9fa34a59504c10190fc22f14ee945b5 authored about 4 years ago by Christian Lück <[email protected]>
Merge pull request #381 from clue-labs/chunked-decoder

Expose `Transfer-Encoding: chunked` response header and fix chunked responses for `HEAD` requests

github.com/reactphp/http - cb9ced0e7b782d185ee6f528e913403d0c30819d authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #380 from clue-labs/no-messagefactory

Internal refactoring, remove unneeded MessageFactory helper class

github.com/reactphp/http - f674d1b29a8591a708fc8de0712914024d05032c authored about 4 years ago by Cees-Jan Kiewiet <[email protected]>
Expose `Transfer-Encoding: chunked` header and fix chunked HEAD response

github.com/reactphp/http - bbe6cd5cc3beb56449a491b23df6c6a07e1e922c authored about 4 years ago by Christian Lück <[email protected]>
Unify chunked decoder and always skip trailers also for HTTP server

Remove dedicated client-side chunked decoder in favor of existing
server-side chunked decoder. U...

github.com/reactphp/http - a9505c6e0f8ea66db6498a606d4b8f7a65400224 authored about 4 years ago by Christian Lück <[email protected]>