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

Forward compatibility with Stream v1.0 and v0.7

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

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

All addresses are now URIs that include the URI scheme

github.com/reactphp/socket - 0d205e94adb9068fd12c0234125fece48b94add8 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
All addresses are now URIs that include the URI scheme

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

Add Server facade for existing server classes

github.com/reactphp/socket - af233a766b44db2cf271831e4156aa5e6bd30ee7 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #103 from clue-labs/ticks

Tick callback receives no arguments, fix cyclic dependency

github.com/reactphp/event-loop - eaaed7c5c4ca268eb61a44f66411b373c184f55b authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #102 from clue-labs/timers

Documentation for timer API and clean up unneeded timer API

github.com/reactphp/event-loop - 94839839a1baaa210f73cbf154b6e3d1c299d6f0 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Mark TcpServer and SecureServer as advanced usage

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

Use constructor parameters instead of public buffer property

github.com/reactphp/stream - 1284ebaac54b0e0a2e87c870b429a0eb8f4d2a57 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
unsubscribe from the stream

github.com/reactphp/http-client - 1e683d340052c6ed9f8dd9b230184be521bf07ea authored over 7 years ago by danil zakablukovskii <[email protected]>
Support secure TLS connections via Server

github.com/reactphp/socket - 2a565374f071f556bb15fb908446a869455d532f authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #93 from clue-labs/no-readable-writable

Remove undocumented and now unused ReadableStream and WritableStream

github.com/reactphp/stream - e65c2b10fa3e33ced3afb74a2cc1afd583f945ea authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Remove undocumented and now unused ReadableStream and WritableStream

github.com/reactphp/stream - 61eb1854e85fa0d58a1ef4e0532ebc1aea2452e4 authored over 7 years ago by Christian Lück <[email protected]>
Use constructor parameter instead of public $softLimit property

github.com/reactphp/stream - d69ad7bce57639e8189ffaa3c6ff543eba4e5750 authored over 7 years ago by Christian Lück <[email protected]>
Use constructor parameter instead of public $bufferSize property

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

Remove public $stream property from all resource streams

github.com/reactphp/stream - 585af73cc8fc1a29081ca4e6eda1809817b0d6f1 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #92 from clue-labs/fatal-error

Only emit `error` event for fatal errors

github.com/reactphp/stream - eb90121bb93a8ceb70730ae3d03ebd0e37d48eda authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #45 from clue-labs/no-bufferedsink

Remove BufferedSink

github.com/reactphp/stream - a9add11bff359cdb1052b20326bcc13209f9938a authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
TCP socket context options should be nested in outer array

github.com/reactphp/socket - 13001a9cd7ad95442267db23a90687c97725b643 authored over 7 years ago by Christian Lück <[email protected]>
New Server class acts as a facade for underlying TcpServer

github.com/reactphp/socket - 20849610ddf62fa860466790d79b6e84daa7bd27 authored over 7 years ago by Christian Lück <[email protected]>
Only emit `error` event for fatal errors

github.com/reactphp/stream - 6b41ea01e9c41aea27e81dc5bdb91c8710464ced authored over 7 years ago by Christian Lück <[email protected]>
Remove public $stream property from all resource streams

github.com/reactphp/stream - e99b5563d69f0e7b0bbc21a938465f89115c24c3 authored over 7 years ago by Christian Lück <[email protected]>
Add query parameters to ServerRequest

github.com/reactphp/http - be14150a5f97e6bffeda438620e0647b2a4769c7 authored over 7 years ago by Niels Theen <[email protected]>
Mark internal tick API as final to discourage external usage

github.com/reactphp/event-loop - 4827e00b5ac62a8d4d285f370bd8188eacbb0513 authored over 7 years ago by Christian Lück <[email protected]>
Tick callback receives no arguments, remove cyclic dependency

This can easily be replaced by using closure binding as documented.

github.com/reactphp/event-loop - 059d75a17c2f252c5fe1b5217c91866089c09ece authored over 7 years ago by Christian Lück <[email protected]>
Mark internal timer API as final to discourage external usage

github.com/reactphp/event-loop - a6acc481e991cc114ce7a417c69e46a62d4035f1 authored over 7 years ago by Christian Lück <[email protected]>
Remove unneeded getLoop() method and cyclic dependency with loop

Thid can easily be replaced by using closure binding as documented.

github.com/reactphp/event-loop - cc8995f30636d595b962864ef18e7039f89f120b authored over 7 years ago by Christian Lück <[email protected]>
Remove unneeded and undocumented timer data, use closure binding instead

The mixed "data" attribute is mostly unused and can easily be replaced
by closure binding instea...

github.com/reactphp/event-loop - 7eb31c1fa9d801b18b9c56e8fc4d0a47bf109ba9 authored over 7 years ago by Christian Lück <[email protected]>
Documentation for timer API

github.com/reactphp/event-loop - b0e721529b88b278dd2155f840e31980ffd53259 authored over 7 years ago by Christian Lück <[email protected]>
Remove unneeded duplicate methods cancel() and isActive()

These can easily be replaced by Loop::cancelTimer() and
Loop::isTimerActive().

This change ensu...

github.com/reactphp/event-loop - 2f8b16ad9278f590066049fe41378ed370bd3ac2 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #174 from legionth/server-params

Add server-side parameters to request object

github.com/reactphp/http - 371d53cb33663ca1ff7c8247a38539f472052f79 authored over 7 years ago by Christian Lück <[email protected]>
Removed constructor requirement from adapter interface, it's up to custom adapters how to define their constructor, packaged adapters are within our control and don't need this either

github.com/reactphp/filesystem - 3135552771bb024828caa6a93152b02e54d3db04 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #100 from clue-labs/ticks

Documentation and examples for deferred execution via futureTick()

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

Add examples to ease getting started

github.com/reactphp/event-loop - d91443216de0a91ba75ab7a4408579d78df3a8d4 authored over 7 years ago by Jan Sorgalla <[email protected]>
Documentation and examples for deferred execution via futureTick()

github.com/reactphp/event-loop - ac541bfe238dc3a8b32f8145199d7d1e4b7dceee authored over 7 years ago by Christian Lück <[email protected]>
Add examples to ease getting started

github.com/reactphp/event-loop - d4892c6bb2acae94e857e00e5348839d2a481fc4 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #96 from clue-labs/tcp

Rename Server to TcpServer

github.com/reactphp/socket - 94b4e89b81f8fec1fd5c2f2724ea6ae3640a7509 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #89 from clue-labs/through-callback

Simplify ThroughStream by using data callback instead of inheritance

github.com/reactphp/stream - f4d90caa44fa58beeabcfc860db5bf86ed8303db authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Update docs and add example

github.com/reactphp/http - 4acbfdb065af0e98c46492c0b1d68c859a126578 authored over 7 years ago by Niels Theen <[email protected]>
Add server-side parameters to implementation

github.com/reactphp/http - b34b61b8ae5c732b9a3d53a88a4b5406c31345c1 authored over 7 years ago by Niels Theen <[email protected]>
Removed last clue references

github.com/reactphp/promise-stream - 53d23bf746b8cfca0db86c292eccb9b6506ca3a4 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Type in package name

github.com/reactphp/promise-stream - 9615b9d2ed525f5c343441b8f7beba4028399340 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Rebranded from clue to react as this is becoming an official package

github.com/reactphp/promise-stream - 837e9bf5fefe44ab713e12e43a4c41e947f01684 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Rename Server to TcpServer

github.com/reactphp/socket - 52f414e4450910dc1cb1bb62dd8dc6e7a7213dde authored over 7 years ago by Christian Lück <[email protected]>
Data callback is allowed to throw Exception

github.com/reactphp/stream - 62a939f8deede87924676325a1794de965b82d78 authored over 7 years ago by Christian Lück <[email protected]>
Documentation for ThroughStream

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

github.com/reactphp/socket - 05b2fa7df1f87ba1d7d3c703c77b1eed02b171f2 authored over 7 years ago by Christian Lück <[email protected]>
Use callback instead of inheritance

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

ThroughStream is now a direct implementation of DuplexStreamInterface

github.com/reactphp/stream - 148c979a7f2593191f4933da9edc23ab6a5054f9 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
ThroughStream is now a direct implementation of DuplexStreamInterface

It no longer builds on top of CompositeStream, which helps cleaning up
the class hierarchy and r...

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

Remove deprecated Stream class, use DuplexResourceStream instead

github.com/reactphp/stream - 0d9a2c24543caa399cddf9acf7905d6768fc6339 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #84 from clue-labs/socket

Replace deprecated SocketClient with new Socket component

github.com/reactphp/http-client - 5902038b78855e87860b63f66117757ce239b497 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #94 from clue-labs/compat

Work around latest PHP 7.0.18 and 7.1.4 no longer accepting full URIs

github.com/reactphp/socket - 6e43a558fe83e6c3b956c26cc95da8e9c8a2fcdc authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Remove deprecated Stream class, use DuplexResourceStream instead

github.com/reactphp/stream - c9593397892f8a37e1ba7e57fa6d074a77596a68 authored over 7 years ago by Christian Lück <[email protected]>
Remove BufferedSink

github.com/reactphp/stream - c3e8e2f139ff1dd84881ab6d74db414311ca65ec authored over 7 years ago by Christian Lück <[email protected]>
Replace Factory with Client constructor

The `Client` now accepts a required `LoopInterface` and an optional
`ConnectorInterface`. It wil...

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

github.com/reactphp/http-client - f8f73e0b91f469013ca2fe75329e250c0469febe authored over 7 years ago by Christian Lück <[email protected]>
Update SocketClient to v0.7

github.com/reactphp/http-client - f11de8893d1923282a23b70506af1c6525d77457 authored over 7 years ago by Christian Lück <[email protected]>
Work around latest PHP 7.0.18 and 7.1.4 no longer accepting full URIs

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

Sanitize Host header value across all requests

github.com/reactphp/http - a3b1a847458f257936eaef99e8984baadd04faf9 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Move complete URI handling to RequestHeaderParser

github.com/reactphp/http - a60e20265473ca4492e68c5ad4fe97c2e6258227 authored over 7 years ago by Christian Lück <[email protected]>
Sanitize Host header value across all requests

github.com/reactphp/http - e6b12d6a0043f453af8c3976467f9c4c855927ca authored over 7 years ago by Christian Lück <[email protected]>
Simplify request validation by moving logic to RequestHeaderParser

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

Validate proxy requests in absolute-form

github.com/reactphp/http - 194658adf09878114486425adf7789ddefaf69a8 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Use socket address for URI if Host header is missing

github.com/reactphp/http - 5932089388ff5dae1ea09602ebfe67680ba9664b authored over 7 years ago by Christian Lück <[email protected]>
Validate proxy requests in absolute-form

github.com/reactphp/http - 1296e1194e6734ca24398bf2a186c7ed935d7991 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #170 from legionth/server-request-single

Add PSR-7 ServerRequestInterface to the PSR-7 Request

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

github.com/reactphp/http - db4fa508683ebfa74f5b1575a9fc6b75befb74af authored over 7 years ago by Niels Theen <[email protected]>
Replace Request with ServerRequest

github.com/reactphp/http - 6d8474ccabc0c24890a3f22e21ffa879e2480efb authored over 7 years ago by Niels Theen <[email protected]>
catch Guzzle parser exception

github.com/reactphp/http-client - 61bf248481da1101d432a57a9c2748a8af7016e0 authored over 7 years ago by danil zakablukovskii <[email protected]>
Merge pull request #167 from clue-labs/https

Use https-scheme for request URIs if secure TLS is used

github.com/reactphp/http - 8524de4dbfcf28419924e73aff5487ad97581721 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v0.4.8 release

github.com/reactphp/dns - 86d3da64ebfbecddf6b940c6e69daa67c0f21a05 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #59 from othillo/ptr

support PTR

github.com/reactphp/dns - 4a191c103108f69b283e545b0974270da9bcf00c authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #58 from othillo/aaaa

support AAAA

github.com/reactphp/dns - 9c8225eed58e5e30a5ab551b86b48f28c44ebd99 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Work around PHP < 7 not giving access to stream crypto parameters

github.com/reactphp/http - be55f6c2cc8869b91aa6673766f81e5476129c4c authored over 7 years ago by Christian Lück <[email protected]>
Use https-scheme for request URIs if secure TLS is used

github.com/reactphp/http - a0208d80936d01a88418840161372cfc96c218e6 authored over 7 years ago by Christian Lück <[email protected]>
Merge branch 'master' into enforce-exception-reasons

github.com/reactphp/promise - 57e873c6bc1408477c6c52ea6afacdf3b9d26a78 authored over 7 years ago by Jan Sorgalla <[email protected]>
Use short library name

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

github.com/reactphp/promise - b8639b0791c1ce88054343e75689b23e79fff38f authored over 7 years ago by Jan Sorgalla <[email protected]>
Use shortcut factories for simple callable mocks

github.com/reactphp/promise - 285ceae6538814936a2704b12075f99e5e945181 authored over 7 years ago by Jan Sorgalla <[email protected]>
CS fix (lowercase new keyword)

github.com/reactphp/promise - 2c4f050a2056dc8194db2aef700fb6602a8baf15 authored over 7 years ago by Jan Sorgalla <[email protected]>
Run tests against real promises instead of PromiseInterface mocks

github.com/reactphp/promise - 05b33e2739e079a8ac53c554d366d22e4a8faed5 authored over 7 years ago by Jan Sorgalla <[email protected]>
Prepare v0.7.1 release

github.com/reactphp/socket - 57e3262b4b6098f7343cf16df393099dad5d5f11 authored over 7 years ago by Christian Lück <[email protected]>
support PTR

github.com/reactphp/dns - 71cb1be0d766b48092e1f007416f438d2a4214e6 authored over 7 years ago by Sander van Thillo <[email protected]>
Merge pull request #91 from clue-labs/hhvm

Ignore HHVM errors when closing connection that is already closing

github.com/reactphp/socket - 668a5bfe3019dc46b2bfcdb650d30c1ea2453021 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #165 from clue-labs/socket

Replace deprecated SocketClient with new Socket component to simplify CONNECT example

github.com/reactphp/http - f04febde4e58fbeb202b670a386527ee35a71af9 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Ignore HHVM errors when closing connection that is already closing

github.com/reactphp/socket - b376c30e08101965e611c8a50b812d9878b8bdb5 authored over 7 years ago by Christian Lück <[email protected]>
support AAAA

github.com/reactphp/dns - 79361e99342a46d5bef7b8cc44b44beb60cc9fec authored over 7 years ago by Sander van Thillo <[email protected]>
Prepare v0.7.0 release

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

Merge SocketClient component into this component

github.com/reactphp/socket - c15f4589521d6adcadee6c367efe24980da440e8 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #164 from maciejmrozinski/fix_get_size_int

Cast getSize() to string for Content-Length header

github.com/reactphp/http - 16cd72ffc4037a5e58c8ad51022809c0953adc25 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Cast getSize() to string for Content-Length header

github.com/reactphp/http - 2ec1446b2882ee046d1cefca427a7ad046a6d633 authored over 7 years ago by Maciej Mroziński <[email protected]>
Merge pull request #162 from clue-labs/benchmark

Add benchmarking example

github.com/reactphp/http - d9eba1ba909379cff18ab0a265db96bb2941a744 authored over 7 years ago by Christian Lück <[email protected]>
Add benchmarking example

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

Fix tests to support new Socket v0.6 and up

github.com/reactphp/http - 6cbba579fd84a0991c5c5880bf7c5236c8160153 authored over 7 years ago by Christian Lück <[email protected]>
Fix tests to support new Socket v0.6 and up

github.com/reactphp/http - a655b3de4dd4cdc5059cfb80f3624b89674da01c authored over 7 years ago by Christian Lück <[email protected]>
Only start timers if input Promise is still pending

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

Add PHPUnit to require-dev

github.com/reactphp/promise-timer - 1c6d82059c13c3c006a4e65c7273edab1476a60a authored over 7 years ago by Christian Lück <[email protected]>
Compatiblility with PHPUnit v5

github.com/reactphp/promise-timer - 1778b5a997686d97079224ca395be49adc2a14ea authored over 7 years ago by Christian Lück <[email protected]>
First class support for PHP 5.3 through PHP 7.1 and HHVM

github.com/reactphp/promise-timer - 02c7ce74a9543ef4903bcbd74a5af0806f9fdd22 authored over 7 years ago by Christian Lück <[email protected]>