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

Add PHPUnit to require-dev

github.com/reactphp/promise-timer - af831676c56c22dcf43c3ddb7d38f4f6135f1e6a authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #23 from clue-labs/cap

Cap minimum timer interval at 1µs across all versions

github.com/reactphp/promise-timer - 16e45119bbbb45bc88188e3cbec48ec2661ccf55 authored over 7 years ago by Christian Lück <[email protected]>
Work around legacy HHVM < 3.8 (does not support TLS connections)

github.com/reactphp/socket - 1529ce8beede24d05064f750d58660dbc351cc93 authored over 7 years ago by Christian Lück <[email protected]>
Re-structure to ease getting started with merged component

github.com/reactphp/socket - 7bcdfde5b067654e6033bd102f16c99ac8f1abd8 authored over 7 years ago by Christian Lück <[email protected]>
Merge branch 'socket-client-prepared' into merge-socket-client

github.com/reactphp/socket - f0e9c19a49c610698a4bfe4b836c25775d158e33 authored over 7 years ago by Christian Lück <[email protected]>
Replace deprecated SocketClient with new Socket component

github.com/reactphp/http - 504251bcd6b69791f7a908146dec87aed05d64b2 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.6.0 release

github.com/reactphp/socket - 8bcba5679d6e58e19da6684136d7d6b5aff68e7a authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #86 from clue-labs/limit

Add LimitingServer to limit and keep track of open connections

github.com/reactphp/socket - 390c71b92bc24003bd5d47116e2fc003581ff10a authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Rename AccoutingServer to LimitingServer to avoid confusion

github.com/reactphp/socket - fee5f36b3fbee4faa0ff1d6284bf9dbb39b9a6a6 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #93 from kaduev13/master

StreamSelectLoop: Fix erroneous zero-time sleep (2)

github.com/reactphp/event-loop - 67d845dab0b3ddecee79aa87f86fe5f16651c892 authored over 7 years ago by Jan Sorgalla <[email protected]>
Add StreamSelectLoop timeout rounding.

github.com/reactphp/event-loop - 09cd0bcb4038dea3e84283984a011fc2c32285f0 authored over 7 years ago by Ivan Kalita <[email protected]>
Add StreamSelectLoop test for timer with small interval.

github.com/reactphp/event-loop - bdc6191f89dfd0b0f3b7847b8448451af66d7982 authored over 7 years ago by Ivan Kalita <[email protected]>
Merge pull request #161 from clue-labs/socket-client

Update SocketClient to v0.7 to simplify CONNECT example

github.com/reactphp/http - 3ca31e3552bc602dc6e2ecbb21cbc2edf27f0e23 authored over 7 years ago by Christian Lück <[email protected]>
Update SocketClient to v0.7 to simplify CONNECT example

github.com/reactphp/http - a1af759c17d7cd5ccbf10f563e86429f3e67d8af authored over 7 years ago by Christian Lück <[email protected]>
Add option to pause accepting new connections

github.com/reactphp/socket - 00e0dc81842e6843594002f22c5b864d151a77e2 authored over 7 years ago by Christian Lück <[email protected]>
Prepare merging by updating namespace to Socket

This causes some tests to fail due to the StreamEncryption being present
in this package and the...

github.com/reactphp/socket - 57bfe77208de36795f77a41ac4c0707fe84fac23 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.7.0 release

github.com/reactphp/socket - 8ad621ef80fb23d10330c8cc9232c5a5e17af60c authored over 7 years ago by Christian Lück <[email protected]>
Add AccountingServer to limit number of open connections

github.com/reactphp/socket - e4636e0d0e2c08b17baae665a709f1596729ec09 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.4.7 release

github.com/reactphp/dns - e09ca286e3e18fea93317315dd7fc59d7963af8a authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #158 from clue-labs/connect

Support CONNECT method

github.com/reactphp/http - 8556c388064ce4b855c538d18c8f4a47da07ba02 authored over 7 years ago by Christian Lück <[email protected]>
Support CONNECT method

github.com/reactphp/http - 463675b74a5131c986b235b06aa1e761ffe0ee41 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #157 from clue-labs/options

Support asterisk-form request target for OPTIONS method

github.com/reactphp/http - d40bb46d2c161a473a3e179141a66371f227d575 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #156 from clue-labs/empty-messages

Responses to HEAD requests and certain status codes never contain a body

github.com/reactphp/http - 34edb9a6d09564002ed9e6ce13852d9da82049a3 authored over 7 years ago by Christian Lück <[email protected]>
Certain status codes never contain a body length

See https://tools.ietf.org/html/rfc7230#section-3.3.1 and
https://tools.ietf.org/html/rfc7230#se...

github.com/reactphp/http - 39ab610341a4b388ba7135e07cba35c9f8489a77 authored over 7 years ago by Christian Lück <[email protected]>
Support asterisk-form request target for OPTIONS method

See https://tools.ietf.org/html/rfc7230#section-5.3.4

github.com/reactphp/http - 05786a0784ec4a4be90a13801f7f17f5452f7a72 authored over 7 years ago by Christian Lück <[email protected]>
Responses to HEAD requests and certain status codes never contain a body

See https://tools.ietf.org/html/rfc7230#section-3.3

github.com/reactphp/http - 28c02e0f95cdc0fb9e456fb9a2016fc816d8d217 authored over 7 years ago by Christian Lück <[email protected]>
Always use same HTTP protocol version for automatic error responses

github.com/reactphp/http - ba342e0490574a3097f4b4a4dfb982e44be787aa authored over 7 years ago by Christian Lück <[email protected]>
Workaround for react/promise:^1.0 on PHP 7 which does not support \Throwable

github.com/reactphp/http - 738b147774f39f544f28c9f3cd7cc87aec0fc944 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #154 from clue-labs/compat

Forward compatibility with upcoming Socket v0.6 and v0.7

github.com/reactphp/http - 847f96bec2f53d7fc4e658baf3f46beb44a49872 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #57 from clue-labs/compat

Forward compatibility with upcoming Socket v0.6 and v0.7

github.com/reactphp/dns - 962bf16f890c94a2fe5cac73b4210cc4967dab5a authored over 7 years ago by Christian Lück <[email protected]>
Forward compatibility with upcoming Socket v0.6 and v0.7

github.com/reactphp/dns - fbd1bb222bec1e6d1adaec8052d79cd6725e148f authored over 7 years ago by Christian Lück <[email protected]>
Forward compatibility with upcoming Socket v0.6 and v0.7

github.com/reactphp/http - 9d407e5a145ff6b7eb2a74e0841a6c9c3fefb226 authored over 7 years ago by Christian Lück <[email protected]>
Support \Throwable when setting previous exception from server callback

github.com/reactphp/http - 7cb1ddd2ca404769afe4a46c9da871142b9f959b authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #152 from legionth/handle-psr7-responses

Replace Response class with PSR-7 Response class

github.com/reactphp/http - e734181d1d76e5eb95918c17d55cdad8dd7b86d8 authored over 7 years ago by Christian Lück <[email protected]>
Update README

github.com/reactphp/http - ce27ec6d93d8d884a7261d9a5677da64c5eda191 authored over 7 years ago by Niels Theen <[email protected]>
Adapt examples to always returning a promise

github.com/reactphp/http - bc4e9bc264ea8994dcec686741a209a8ff23fa31 authored over 7 years ago by Niels Theen <[email protected]>
Handle Exception in callback function

github.com/reactphp/http - 909b06ccda46eea46eb8d7df674c1130a5deee94 authored over 7 years ago by Niels Theen <[email protected]>
Merge pull request #94 from clue-labs/cleanup

Update examples to use Stream v0.6 API

github.com/reactphp/socket - 88f55f8d6f87f337d4f24c1b4cc76beede4ea6e3 authored over 7 years ago by Christian Lück <[email protected]>
Return Promise with PSR-7 Response resolving

github.com/reactphp/http - 18927826e064cd01083b26cace1dc2efd171f35e authored over 7 years ago by Niels Theen <[email protected]>
Update examples to use Stream v0.6 API

github.com/reactphp/socket - 697fdd9b2a5642fdd93fe14ee81d03a332a5e801 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #93 from clue-labs/connector

Add main Connector facade

github.com/reactphp/socket - 1a0b3606933ffedea2826f99cc23d03a9b785b99 authored over 7 years ago by Christian Lück <[email protected]>
Increase test timeout, because Travis is slow

github.com/reactphp/event-loop - 08be7c1d9ac57b857fa921b3b8589decc7e4772f authored over 7 years ago by Niklas Keller <[email protected]>
Merge pull request #84 from clue-labs/pause-resume

Add pause() and resume() methods to limit active connections

github.com/reactphp/socket - 84d4981372821acf1452867b6ac8934ce4485407 authored over 7 years ago by Christian Lück <[email protected]>
Add timeout handling

github.com/reactphp/socket - 03504a1d59fdc2c232431998e418d81494c15bca authored over 7 years ago by Christian Lück <[email protected]>
Support explicitly passing connectors

github.com/reactphp/socket - 91198c97bd893d21dc5a4d061698cd5d3c2ef533 authored over 7 years ago by Christian Lück <[email protected]>
Allow setting TCP and TLS context options

github.com/reactphp/socket - 6c88baf77cffa6a8b66572324a69bd327333e520 authored over 7 years ago by Christian Lück <[email protected]>
Support disabling certain URI schemes

github.com/reactphp/socket - 46c763541c4f3d2a68516296c6073b4fdbbfe6cb authored over 7 years ago by Christian Lück <[email protected]>
Simplify DNS setup by using underlying connector hash map

github.com/reactphp/socket - 07ec6840768fab46e803941189961b1d8747de46 authored over 7 years ago by Christian Lück <[email protected]>
Connector is now main class, everything else is advanced usage

github.com/reactphp/socket - 90d5d1ecd405bba7b7573f9eb320b840751f4303 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #91 from jsor-labs/readme-improvements

Readme improvements

github.com/reactphp/event-loop - a72b80d517e516b984eeae80dc301f03bd46301b authored over 7 years ago by Jan Sorgalla <[email protected]>
Move general description back to top and use short introduction for usage

github.com/reactphp/event-loop - 49491cb4272de2a12afbb32224d4ee83aebb9ae2 authored over 7 years ago by Jan Sorgalla <[email protected]>
Restructure and improve README

* Separate into sections and add a TOC at the beginning
* Add new sections for Install, Tests an...

github.com/reactphp/event-loop - 2090e918b10ab9b587949b1db44f0cbf23285955 authored over 7 years ago by Jan Sorgalla <[email protected]>
Connector class now supports plaintext TCP and secure TLS connections

github.com/reactphp/socket - 4c6bc517f96a9a5fb78da17248696be7a85376f3 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #88 from jsor-labs/update-master-from-0.4

Add tests for double watchers to be ignored

github.com/reactphp/event-loop - ef22aec681e054ccd4d514966145d0033bad71d3 authored over 7 years ago by Jan Sorgalla <[email protected]>
Add pause() and resume() methods to limit active connections

github.com/reactphp/socket - 027262a02dc412aa4629640bc1b306e5b44d7924 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.6.0 release

github.com/reactphp/stream - b68463756d8be851829b7a9de8200c9d19eb997e authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #86 from clue-labs/end

Consistent semantics for DuplexStreamInterface::end() to ensure it SHOULD also end readable side

github.com/reactphp/stream - dcc0c46395490c57760ac7e80bb8be3ab40a5dc4 authored over 7 years ago by Jan Sorgalla <[email protected]>
Fix LibEvLoop to ignore double IO streams

github.com/reactphp/event-loop - 94ef2499e97697d29618650f1d029513bdaedca0 authored over 7 years ago by Niklas Keller <[email protected]>
Add tests for double watchers to be ignored

github.com/reactphp/event-loop - a86fae236e521df585fc76a981b15b67c1b665e9 authored over 7 years ago by Niklas Keller <[email protected]>
DuplexStreamInterface::end() SHOULD also end readable side

github.com/reactphp/stream - 30fb3b2ecc30972b5cc3b26b5daccefa8027b981 authored over 7 years ago by Christian Lück <[email protected]>
CompositeStream should pause() readable side when ending

github.com/reactphp/stream - 7ff110ba639d785afc3963a040218b56fee903b2 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #85 from jsor-labs/readme-cleanup

Readme cleanup

github.com/reactphp/event-loop - a75644250b4b939e301a7c4d36bd7e7ba1164f60 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge branch 'master' into enforce-exception-reasons

github.com/reactphp/promise - 060b2453f5d199c923f44ef8c2f8735105b0fa82 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge branch '2.x'

github.com/reactphp/promise - f5b9d6ad242bb10205195d6f474165ab4aa301d7 authored over 7 years ago by Jan Sorgalla <[email protected]>
Prepare changelog for v2.5.1 release

github.com/reactphp/promise - 62785ae604c8d69725d693eb370e1d67e94c4053 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #94 from reactphp/2.x-circular-references-following-promise

Fix circular references when resolving with a promise which follows itself

github.com/reactphp/promise - c97ceb3a26478d4685e37dbd5a5e83b4cc0ca5f5 authored over 7 years ago by Jan Sorgalla <[email protected]>
Use svg travis badge

github.com/reactphp/event-loop - 025cd88cb5c2031420f16688fa5b1f96c59b7b6e authored over 7 years ago by Jan Sorgalla <[email protected]>
Fix code indention and add some linebreaks

github.com/reactphp/event-loop - f184905e4ec0d29dc679c15de4cfcdb45db91048 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #85 from clue-labs/duplex

Add DuplexResourceStream and deprecate Stream

github.com/reactphp/stream - 5f7bd5bb4bf45183e39b57a6fbcd1861979e3199 authored over 7 years ago by Christian Lück <[email protected]>
Add deprecated Stream class for BC

github.com/reactphp/stream - 065c432a5047702fda415bccc386773484db8a29 authored over 7 years ago by Christian Lück <[email protected]>
Reject read-only or write-only stream resources for duplex streams

github.com/reactphp/stream - d5457376f959317c0b69217cce3b7acb394b67f0 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #151 from clue-labs/examples

Simplify examples to ease getting started

github.com/reactphp/http - 33061a2c954befaf74ae2db6e6489eff23017e23 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Rename Stream to DuplexResourceStream

github.com/reactphp/stream - bbdeb48149cd086ab277963e86f56de0ec4dcd27 authored over 7 years ago by Christian Lück <[email protected]>
Simplify examples to ease getting started

github.com/reactphp/http - 5487c162778698940588bd9fb676c25f641b1a2a authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #146 from legionth/handle-psr7-requests

Use PSR-7 RequestInterface instead of internal Request object

github.com/reactphp/http - 283e8425faa5045906a824f34c75f001faad7078 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Update documentation for RequestInterface

github.com/reactphp/http - a585e5ddfbd066dbf17701b107a571ca2abf6f88 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #83 from clue-labs/socket-client

Simplify tests by updating SocketClient to v0.6

github.com/reactphp/socket - 4d80a988fe6f0dfd56901c57f3e969b0acbae688 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #150 from legionth/test-case-sensitivity

Add tests to test case sensitivity for ChunkedDecoder

github.com/reactphp/http - 90b942a06e544702e021df17ba1e2c9832e9979f authored over 7 years ago by Christian Lück <[email protected]>
Simplify tests by updating SocketClient to v0.6

github.com/reactphp/socket - d856e8b42b37d72a09ae34d75e85119804443241 authored over 7 years ago by Christian Lück <[email protected]>
Add tests to test case sensitivity

github.com/reactphp/http - 9bfd088c79ffe8aed7aaa9f47ae98fcc93bb1110 authored over 7 years ago by Niels Theen <[email protected]>
Merge pull request #84 from clue-labs/writablestreaminterface

Add WritableResourceStream

github.com/reactphp/stream - 6b90cb2548d134654e922b7eb6f09ec677c9b733 authored over 7 years ago by Christian Lück <[email protected]>
Work around HHVM not reporting fopen mode for pipe streams

github.com/reactphp/stream - bcc9c2e060c7e7372790010012ea025f2afff813 authored over 7 years ago by Christian Lück <[email protected]>
Reject read-only streams

github.com/reactphp/stream - 132d29827eaa7b57befd049f8b872da47c690560 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #74 from clue-labs/socket-client

Update SocketClient to v0.6

github.com/reactphp/http-client - 985f8a0dae447103f903034e07beda0c846b3ca0 authored over 7 years ago by Christian Lück <[email protected]>
Added v0.4.17 to the changelog

github.com/reactphp/http-client - 75ee8a113f156834aaabfe0055e8db531cb4892c authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #77 from mdrost/issue-76

Fix chunk header to be case-insensitive and allow leading zeros for end chunk

github.com/reactphp/http-client - dd9919b11168cb879324aef118beb45b6ea819ff authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Rename Buffer to WritableResourceStream

github.com/reactphp/stream - c4c9479facff9153851929ef959f9be802dda653 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #83 from clue-labs/readable

Add ReadableResourceStream

github.com/reactphp/stream - 844083c66d17c9e2e35acec13616cab072743bd0 authored over 7 years ago by Christian Lück <[email protected]>
Fix circular references when resolving with a promise which follows itself

github.com/reactphp/promise - 28b5600059a8d78fb37ee4b0e900f94b58c9466c authored over 7 years ago by Jan Sorgalla <[email protected]>
Allow terminating chunk to has variable number of zeros

github.com/reactphp/http-client - 71e7eb229f63f01132cfedb5d6ee8682b9555e27 authored over 7 years ago by Mateusz Drost <[email protected]>
Allow chunk size to be encoded with uppercase hexadecimal digits

github.com/reactphp/http-client - 9a89475a4694af29c2ea9b74b59a598bdbd9ff4a authored over 7 years ago by Mateusz Drost <[email protected]>
Reject write-only streams

github.com/reactphp/stream - fd4f2a385227eddee0f8d2d61bd9ea3a774cf425 authored over 7 years ago by Christian Lück <[email protected]>
Extract dedicated ReadableResourceStream from Stream class

github.com/reactphp/stream - 98cde49d8391ece30b114169b07d76724f42cd74 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.6.2 release

github.com/reactphp/socket - e9efc9e85d5cf6453fa82e190f8f3213695c86bf authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #91 from clue-labs/php

Documentation for supported PHP versions

github.com/reactphp/socket - 856ba6d5f6062e50aa3c0827449b33d750c95945 authored over 7 years ago by Christian Lück <[email protected]>
Documentation for supported PHP versions

github.com/reactphp/socket - 2589d0f8bd3d8527d2c3ee4b7868a0efdc68098a authored over 7 years ago by Christian Lück <[email protected]>
Replace Request class with PSR-7 Request

github.com/reactphp/http - 7ec68c59b98aede386415a9d6289a1ed1f44cca4 authored over 7 years ago by Niels Theen <[email protected]>
Add test for circular references when resolving with a promise which follows itself

github.com/reactphp/promise - 3524ed7d10386755bfe2748f7ba06a835bd57c78 authored over 7 years ago by Jan Sorgalla <[email protected]>
Use local phpunit on travis

github.com/reactphp/promise - b759442319e197490c672f540f27a86465fc1f04 authored over 7 years ago by Jan Sorgalla <[email protected]>
Remove blank line

github.com/reactphp/promise - a84d6f2c4e2d54389b0cf290277d9b92efea010d authored over 7 years ago by Jan Sorgalla <[email protected]>