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

Use fwrite() for connected sockets

github.com/reactphp/datagram - 2fa74a255581920a31e92e06590bb08140b2a32f authored over 11 years ago by Christian Lück <[email protected]>
Fix examples by replacing references to new Socket

github.com/reactphp/datagram - 1ea1569b619465d4f4f217b83cd97235c45edac8 authored over 11 years ago by Christian Lück <[email protected]>
Replace references to new Socket

github.com/reactphp/datagram - bb3073d21e4746cfcc6bfa9c96f341791fa87553 authored over 11 years ago by Christian Lück <[email protected]>
Remove now-obsolte Client and Server

github.com/reactphp/datagram - c2db656f532878333010a7b24616c830949c3d05 authored over 11 years ago by Christian Lück <[email protected]>
Merge (pseudo) SocketReadable into Socket

github.com/reactphp/datagram - 056ef2d422ba35df20e272d150d2451a132d810b authored over 11 years ago by Christian Lück <[email protected]>
Message event now emits message data and peer/remote address

github.com/reactphp/datagram - dcb8882fbab2a94fa7db7031960876be674c285e authored over 11 years ago by Christian Lück <[email protected]>
Socket::send() now accepts an optional remote address

github.com/reactphp/datagram - 708a66948d009d729ad208883d25514c47628a50 authored over 11 years ago by Christian Lück <[email protected]>
Merge pull request #176 from reactphp/php54

Bump version to PHP 5.4, remove 5.3 specific hacks

github.com/reactphp/reactphp - 785f245b080df4d56dc83fcb56db32a219e721de authored over 11 years ago by Chris Boden <[email protected]>
Move to 0.4.0 section in CHANGELOG

github.com/reactphp/reactphp - 46ff765c1a5188a2bef83a34485bc2652fd0cd1f authored over 11 years ago by Igor Wiedler <[email protected]>
Remove PHP 5.3 from travis builds

github.com/reactphp/reactphp - 85785ae29e438127cd8c443d6e2f662a55f730e9 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'romainneutron/travis-php-5.5'

* romainneutron/travis-php-5.5:
Build libevent extension instead of using pecl
Add travis bu...

github.com/reactphp/reactphp - 4b25701242230d22a5c66fbf2ccd7e6619decf0d authored over 11 years ago by Igor Wiedler <[email protected]>
Build libevent extension instead of using pecl

github.com/reactphp/reactphp - 165e6eb4ff0c27c74a1266ec3c3afc9de59a0361 authored over 11 years ago by Romain Neutron <[email protected]>
Add travis build on PHP 5.5, allow failure

github.com/reactphp/reactphp - 8432ddc12da5a5919d86f73bc9610e1855411691 authored over 11 years ago by Romain Neutron <[email protected]>
Remove $that craziness from SecureConnector

github.com/reactphp/reactphp - b888dde35c40c2df6b62ec5524a34ba2b344a1e9 authored over 11 years ago by Igor Wiedler <[email protected]>
Remove $that craziness from SecureConnector

github.com/reactphp/socket - 23c9417672361c400354c5117f5b1b9e30d3c47c authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

github.com/reactphp/stream - affeaedac3f999457179407c6897b1ca3e29db75 authored over 11 years ago by Igor Wiedler <[email protected]>
Add 5.4 to CHANGELOG

github.com/reactphp/reactphp - b982c020aa0709e42096ebc7dced31b2821c2ef3 authored over 11 years ago by Igor Wiedler <[email protected]>
Remove horribly annoying 5.3 StreamInterface extends bug

This was needed because you could not implement two interfaces with a
shared method. In 5.3.8+ i...

github.com/reactphp/reactphp - 3e46d37a88fe04ad93082e80130c5f482105073c authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

github.com/reactphp/reactphp - a6f292186918a2291be881e3f83a5d5a68575842 authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

github.com/reactphp/socket - 0bbbbace502a0c8742e32827bea6ed2b807f4931 authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

github.com/reactphp/socket - a16505daa030e8dc06b5ce5cdeb8f4729aea8898 authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

github.com/reactphp/http-client - 80fcf212ac197a44fa78f1fc6803d781ac4ce47a authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

github.com/reactphp/http - 5337b19f8f5e2f3f20d198992d324d969c469aa7 authored over 11 years ago by Igor Wiedler <[email protected]>
Remove horribly annoying 5.3 StreamInterface extends bug

This was needed because you could not implement two interfaces with a
shared method. In 5.3.8+ i...

github.com/reactphp/stream - 52d6e577e4019a900a9b9aa2dd9bbd7839bcae18 authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

github.com/reactphp/dns - 49bb03f67b3c25cbb0db763c465c6e5bce082685 authored over 11 years ago by Igor Wiedler <[email protected]>
Require PHP 5.4.0 as a minimum

github.com/reactphp/reactphp - 80e034c6ffb64ab9c1a601bf5715707c6b98294d authored over 11 years ago by Igor Wiedler <[email protected]>
Add new logo to release notes

github.com/reactphp/website - 3c96690ac10ea2720d6b75f5232b2bf23507aec6 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/travis-disable-libev'

github.com/reactphp/reactphp - 076f3632a6eaec62b2af775ce5ffe16ca42a8198 authored over 11 years ago by Chris Boden <[email protected]>
Move libevent and libev form require-dev to suggest

github.com/reactphp/reactphp - 4564b646543f635be83046c6f8ead006a67237c8 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'master' into travis-disable-libev

* master:
Update deps
CS

github.com/reactphp/reactphp - f8c597944fc8f929929188d9823e958a12fe0519 authored over 11 years ago by Igor Wiedler <[email protected]>
Update deps

github.com/reactphp/reactphp - 45b9bcbef6cf517495b218ae4928ef5ec9c58ab3 authored over 11 years ago by Igor Wiedler <[email protected]>
Disable libev on travis

It's currently failing with strange build errors.

github.com/reactphp/reactphp - 0146041f46c50aade235dc7a118e703feae2dc66 authored over 11 years ago by Igor Wiedler <[email protected]>
Tweak some small stuff

github.com/reactphp/website - 63c98c6709d0edc394802dfcfeff57b040705723 authored over 11 years ago by Igor Wiedler <[email protected]>
Rename SocketClient Connector createTcp to create

github.com/reactphp/website - 9b092add9b5690684a44d478df0e1acceae5424a authored over 11 years ago by Igor Wiedler <[email protected]>
[SocketClient] Rename Connector::createTcp to Connector::create

github.com/reactphp/socket - a6e852bb1f6c3bb4931459d1e35476c49f09508d authored over 11 years ago by Igor Wiedler <[email protected]>
[SocketClient] Rename Connector::createTcp to Connector::create

github.com/reactphp/http-client - 8593b2fa9893efd94f0e495bc7fdc50704897368 authored over 11 years ago by Igor Wiedler <[email protected]>
[SocketClient] Rename Connector::createTcp to Connector::create

github.com/reactphp/reactphp - f2bd0d690bff2d2961d84f5bb6201d1e996d188c authored over 11 years ago by Igor Wiedler <[email protected]>
[SocketClient] Remove ConnectorInterface::createUdp

It does not make sense to represent UDP as a stream. Streams have end
semantics, UDP does not.

github.com/reactphp/socket - cc7ca1347164074f99d474b60b5fc56046a2f19c authored over 11 years ago by Igor Wiedler <[email protected]>
[SocketClient] Remove ConnectorInterface::createUdp

It does not make sense to represent UDP as a stream. Streams have end
semantics, UDP does not.

github.com/reactphp/reactphp - 0f058172fd1b5f0e1aba21d66ba7597ef51e4d88 authored over 11 years ago by Igor Wiedler <[email protected]>
Fix socket-client composer.json

github.com/reactphp/reactphp - 1f5857c4039345f79b78f458653b0bd9d3cad8d8 authored over 11 years ago by Igor Wiedler <[email protected]>
Fix socket-client composer.json

github.com/reactphp/socket - c7488bf9f5ced2b9604af0651d47cc9428659864 authored over 11 years ago by Igor Wiedler <[email protected]>
Update git-subsplit

github.com/reactphp/reactphp - 75f26ea470e2aa7fb29c9547c26d41f7c15b03fb authored over 11 years ago by Igor Wiedler <[email protected]>
v0.3.0 release draft

github.com/reactphp/website - 66d3438d2d5e3945716cec2c87e1cd10102b4f5c authored over 11 years ago by Igor Wiedler <[email protected]>
Make CHANGELOG render properly (amendment)

github.com/reactphp/reactphp - c79fc145bfb6ab8e7ac345f1aa51f3fb7521e87f authored over 11 years ago by Igor Wiedler <[email protected]>
Make CHANGELOG render properly

github.com/reactphp/reactphp - ca4e72510356a97f8861f6fbb20cb6be919ee536 authored over 11 years ago by Igor Wiedler <[email protected]>
Cachebust logo

github.com/reactphp/website - ba34dbd30ca036ad654118bf3f09543de3c13c27 authored over 11 years ago by Igor Wiedler <[email protected]>
Replace logo with real pixel art by @julien-c, close #153

Slightly modified version of the original PR. The ends of the h are a bit
longer.

github.com/reactphp/reactphp - 7c8227ff6e587cee01404f5a23b3f172c69845ad authored over 11 years ago by Igor Wiedler <[email protected]>
Introduce new amazing logo by @julien-c

github.com/reactphp/website - 4cdf6381bcba016d42cf5d4f748b95a13b1e2335 authored over 11 years ago by Igor Wiedler <[email protected]>
Briefly explain streams and promises in README

github.com/reactphp/reactphp - 57b684b4d82054aa9df7601ea219980cc5ada4da authored over 11 years ago by Igor Wiedler <[email protected]>
Blog polishing

github.com/reactphp/website - 7e565c6285016f410c57e73a21945e309571e81a authored over 11 years ago by Igor Wiedler <[email protected]>
Unify date formats on blog

github.com/reactphp/website - 784aa1a5b0b7561f8ba45a94058cc0d04b989918 authored over 11 years ago by Igor Wiedler <[email protected]>
Reduce blog font size by 1px

github.com/reactphp/website - c388bd239843e50530e3a0ca55232893a4f947a9 authored over 11 years ago by Igor Wiedler <[email protected]>
Remove links to release notes

github.com/reactphp/reactphp - cac1649de673d11a37561e70a811838abec8e307 authored over 11 years ago by Igor Wiedler <[email protected]>
Add title into title tag

github.com/reactphp/website - 98ba71b21770d244c2c202a9672295a4be2c18ea authored over 11 years ago by Igor Wiedler <[email protected]>
Add Makefile and fabfile

github.com/reactphp/website - 7fefc3ec73d1fee29043027eaba02eebed4890b4 authored over 11 years ago by Igor Wiedler <[email protected]>
New jekyll based blog for release notes

github.com/reactphp/website - 5a6b6a0b5803fd9dffab94693721f26d26554c0d authored over 11 years ago by Igor Wiedler <[email protected]>
Prepare changelog for v0.3.0 release

github.com/reactphp/reactphp - 43d82d8303189a92a44e714ac6d0904f17fd2c7e authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/0.3'

* origin/0.3: (62 commits)
Updated Guzzle version and dep to ~3.0
`composer update` after me...

github.com/reactphp/stream - 20cc0458ad93e8f1f00ef15408e759436ce36d68 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/0.3'

* origin/0.3: (62 commits)
Updated Guzzle version and dep to ~3.0
`composer update` after me...

github.com/reactphp/reactphp - e710709e45bbfaf190eb27ca5c76e246e059c4f4 authored over 11 years ago by Igor Wiedler <[email protected]>
Prepare v1.0.4 release

github.com/reactphp/promise - d6de8cae1dbb4878d909c41cb89aff764504472c authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/lazy-promise'

* origin/lazy-promise:
Add When::lazy() to readme and changelog
Add tests for When::lazy
A...

github.com/reactphp/promise - 95786ff597c62bd233bf6cb5f39c76af325c28f0 authored over 11 years ago by Igor Wiedler <[email protected]>
Add When::lazy() to readme and changelog

github.com/reactphp/promise - 109415f5fe561d0ec9987bc8117b5b120b14f30b authored over 11 years ago by Jan Sorgalla <[email protected]>
Add tests for When::lazy

github.com/reactphp/promise - 05abfc37ffae56f81707a688bdacec23111f34bb authored over 11 years ago by Jan Sorgalla <[email protected]>
Add test for factory throwing an exception

github.com/reactphp/promise - 86896ef64ad10e2c21df87cb909dbd244839d8a4 authored over 11 years ago by Jan Sorgalla <[email protected]>
Add lazy promise

github.com/reactphp/promise - 226d704dec9de4c77597f35c6d97b438030cb50b authored over 11 years ago by Jan Sorgalla <[email protected]>
Fix rejection forwarding example

github.com/reactphp/promise - 8573049253af7b389c88c2e224cc72cf48e83e2c authored over 11 years ago by Jan Sorgalla <[email protected]>
Always sanitize IPv6 addresses

github.com/reactphp/datagram - e51a012cd58986b404acfbae909eec65eb98d4fa authored over 11 years ago by Christian Lück <[email protected]>
Extend example to echo received client messages

github.com/reactphp/datagram - 7b5f016a5eacfba5601474ab2c71539b615d04ea authored over 11 years ago by Christian Lück <[email protected]>
Extend example to also send messages from STDIN

github.com/reactphp/datagram - 97ccad8586872dac68296d8711c330f6526351f5 authored over 11 years ago by Christian Lück <[email protected]>
Add about section to README explaining what it does and that you need a loop

github.com/reactphp/async - d2e70566d4af972ae2cab43e333de438b88449a6 authored over 11 years ago by Igor Wiedler <[email protected]>
Add event-loop suggest to composer.json and update deps

github.com/reactphp/async - c11626eb52cf060726b5264fb6fc4e267cd3cd5a authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/bench'

github.com/reactphp/reactphp - 3ac7de4a4cdb38aea86f326460fb0b4470f80fce authored over 11 years ago by Chris Boden <[email protected]>
[Benchmark] Update 1000 to variable for users to adjust

github.com/reactphp/reactphp - b8fd3b6b08ea7a45a3b8a4b0e602883b8856aa96 authored over 11 years ago by Chris Boden <[email protected]>
Merge pull request #160 from reactphp/buffered-sink-factory

Introduce convenience factory method for BufferedSink

github.com/reactphp/reactphp - b5c6ca3d08bc2119674b00cabe466802090c7408 authored over 11 years ago by Chris Boden <[email protected]>
Remove specific CHANGELOG date

github.com/reactphp/reactphp - ca87a72375b8e603d0194d829f1a559e464f64e0 authored over 11 years ago by Igor Wiedler <[email protected]>
Introduce convenience factory method for BufferedSink

This makes the API way more usable:

BufferedSink::createPromise($readable)
->then($...

github.com/reactphp/reactphp - a547a674218780ce956d3f46b031c0090f1482b8 authored over 11 years ago by Igor Wiedler <[email protected]>
Introduce convenience factory method for BufferedSink

This makes the API way more usable:

BufferedSink::createPromise($readable)
->then($...

github.com/reactphp/stream - 45df9ac2e89bf4c9c44a248345dc8e45a7545792 authored over 11 years ago by Igor Wiedler <[email protected]>
Add warning if xdebug is loaded

github.com/reactphp/reactphp - ab907bb94fafb60c04f24e68ceb21e058cc94d16 authored over 11 years ago by Igor Wiedler <[email protected]>
Increase period of periodic timers

github.com/reactphp/reactphp - bfa10abe78712ad6ca66f9f98dee79e14e665b04 authored over 11 years ago by Igor Wiedler <[email protected]>
Basic benchmark scripts

github.com/reactphp/reactphp - a8ef2652cb562ece830fef87b6af10abead64430 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/guzzle-version' into 0.3

* origin/guzzle-version:
Updated Guzzle version and dep to ~3.0

github.com/reactphp/reactphp - 28c71d79d00e8fddbc237e03c417a5751ccbb662 authored over 11 years ago by Igor Wiedler <[email protected]>
Updated Guzzle version and dep to ~3.0

github.com/reactphp/reactphp - 389fa36138b9af7d0456ef780767017b5a8e3068 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/socket-client' into 0.3-client-merge

Conflicts:
composer.lock
src/React/HttpClient/Client.php
src/React/HttpClient/Request.php
te...

github.com/reactphp/http-client - de363074dc6017ebd65f6c0ef19e7e9a579a5a3c authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/socket-client' into 0.3-client-merge

Conflicts:
composer.lock
src/React/HttpClient/Client.php
src/React/HttpClient/Request.php
te...

github.com/reactphp/reactphp - 59a3af840a0f5216cd643fdef18e5b69661626b5 authored over 11 years ago by Chris Boden <[email protected]>
`composer update` after merge (again)

github.com/reactphp/reactphp - 87430daf4614ae06ce429602c41acffec277bb59 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/replace-guzzle-http' into 0.3

Conflicts:
composer.lock

github.com/reactphp/reactphp - dbd37a1748883faf72b7905b3572ec2b3cdb5bc6 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/replace-guzzle-http' into 0.3

Conflicts:
composer.lock

github.com/reactphp/http-client - c0e38070d2045af5b3fca38352ecf162a34b10cf authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/replace-guzzle-http' into 0.3

Conflicts:
composer.lock

github.com/reactphp/http - 9e131ab600a636bbe93d3553761ad4f29ebcbc9b authored over 11 years ago by Chris Boden <[email protected]>
`composer update`

github.com/reactphp/reactphp - 07347a52842b9832d2e11168939d7795864e6d0e authored over 11 years ago by Chris Boden <[email protected]>
Merge remote-tracking branch 'robinvdvleuten/socket-client' into socket-client

* robinvdvleuten/socket-client:
Make the transport method of the socket variable.

github.com/reactphp/reactphp - 93e63db8af66361f548eaa1ce284e1cdc96df7c3 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'robinvdvleuten/socket-client' into socket-client

* robinvdvleuten/socket-client:
Make the transport method of the socket variable.

github.com/reactphp/socket - cbbbebb09381aa40e87e271e9fb0394497e300aa authored over 11 years ago by Igor Wiedler <[email protected]>
Update README install instructions for 1.0 branch

github.com/reactphp/async - ae3acef5e5a915ddaace95f712c927c7644789bd authored over 11 years ago by Igor Wiedler <[email protected]>
Prepare v1.0.0 release

github.com/reactphp/async - 568a29207cfc00b3270c9d0158b0ec0a65a2194f authored over 11 years ago by Igor Wiedler <[email protected]>
Change ratchet link from github to socketo.me

github.com/reactphp/website - 043f9298380cd9ce1aeb6aeb0811f0ef3f18829d authored over 11 years ago by Igor Wiedler <[email protected]>
Ensure that response status is an int

github.com/reactphp/reactphp - 11425225d251590054b16dbec97e63912fb5d14b authored over 11 years ago by Igor Wiedler <[email protected]>
Ensure that response status is an int

github.com/reactphp/http - 1abef74f2a5c506d574e566c88092a6a610a61e1 authored over 11 years ago by Igor Wiedler <[email protected]>
[socket-client] Remove leading backslash for use statement

github.com/reactphp/socket - 12b54c4ed17eaa678e6aa5913bef08eaa5359d82 authored over 11 years ago by Igor Wiedler <[email protected]>
[socket-client] Remove leading backslash for use statement

github.com/reactphp/reactphp - 47a55509cf8bd63cd41680cc80526ad4d473ffd8 authored over 11 years ago by Igor Wiedler <[email protected]>