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 missing Throwable parameter type-declarations to rejection functions

github.com/reactphp/promise - 8967d233b3476042025d74d8e96df45a3b1c1f1b authored over 5 years ago by Jan Sorgalla <[email protected]>
Remove FunctionalRejectTest as it only tests non-throwable rejection reasons

github.com/reactphp/promise - f12d524917ec065a25ff5b3b6056a8e747a7aa7f authored over 5 years ago by Jan Sorgalla <[email protected]>
Improve _checkTypehint()

* Add type-declaration to $reason parameter
* Avoid double call of ->getClass()

github.com/reactphp/promise - be81b2631a72cc6359d3f0486ad741b37d1a67a9 authored over 5 years ago by Jan Sorgalla <[email protected]>
Fix php-coveralls setup (#140)

Fix php-coveralls setup

github.com/reactphp/promise - cedffcaf4bebb5bf38ee78fc95cce0d4137db852 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Fix php-coveralls setup

* Use new package name php-coveralls/php-coveralls
* Fix cli script name

github.com/reactphp/promise - 5754c362d087cab3c9ac7ea89dc3b25ef7cebee6 authored over 5 years ago by Jan Sorgalla <[email protected]>
Merge pull request #138 from WyriHaximus-secret-labs/php-7.x

Enforce Throwable rejection reason and require PHP 7+ as a consequence

github.com/reactphp/promise - edd18a63aadb7bc601e6b844ce54cf5b6c85d72c authored over 5 years ago by Jan Sorgalla <[email protected]>
Require Throwable as rejection reason

Bump minimum required and tested PHP version to 7.0 as a result of
requiring Throwables. Renamed...

github.com/reactphp/promise - 505cf5e07d13d14710b8dd1fde1364be00fb9669 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Check PCNTL functions for signal support instead of PCNTL extension (#195)

Check PCNTL functions for signal support instead of PCNTL extension

github.com/reactphp/event-loop - 060092e641b5ba394ca8442c78e653bf0fa7a807 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Check PCNTL functions for signal support instead of PCNTL extension

This helps avoiding problems when the PCNTL extension is loaded, but
(some of) its functions are...

github.com/reactphp/event-loop - f80ace6d54dea5cfe34cc44a73d59533b7ff5334 authored over 5 years ago by Christian Lück <[email protected]>
Use high-resolution timer for cache TTL on PHP 7.3+ (#35)

Use high-resolution timer for cache TTL on PHP 7.3+

github.com/reactphp/cache - 760eedf1d3048cbd08137c60451ed9058a412af0 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Use high-resolution timer for cache TTL on PHP 7.3+

github.com/reactphp/cache - 47a54388bef7ec3d941b402938758689eb2e7417 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #36 from clue-labs/who-needs-hhvm

Allow legacy HHVM to fail in Travis CI config

github.com/reactphp/cache - 67abab227ff871dd7e5b235ab26e81287657f5d2 authored over 5 years ago by Jan Sorgalla <[email protected]>
Allow legacy HHVM to fail in Travis CI config

HHVM decided to drop support for PHP, so it's questionable if supporting
it in the future is wor...

github.com/reactphp/cache - c94cde9a49f174d5de1e101db0abc182767d23d7 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #93 from reactphp/enforce-exception-reasons

Enforce throwables/exceptions as rejection reasons

github.com/reactphp/promise - 04e5cfcb9ccf714e2f553b058d89917d42deaba0 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #342 from clue-labs/docs

Improve documentation for concurrency and streaming requests and for error handling

github.com/reactphp/http - c02fc4bf7b0541130176a669c5e76b4f4e8eb2a9 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Improve documentation for error handling

github.com/reactphp/http - ff78fd03c7032ed63f163c6196179dcb59515cfe authored over 5 years ago by Christian Lück <[email protected]>
Documentation for concurrency and streaming requests

github.com/reactphp/http - 89793e566d2ce903f2258242f16bac6574a7cf90 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #341 from clue-labs/body-docs

Documentation and example for JSON/XML request body

github.com/reactphp/http - 0eb598803db13f0994779fe450f33b95b3f04048 authored over 5 years ago by Jan Sorgalla <[email protected]>
Documentation and example for JSON/XML request body

github.com/reactphp/http - 227306f1f499145217d51a901d5b8d183a20a9ed authored over 5 years ago by Christian Lück <[email protected]>
Replace setExpectedException() with @expectedException

github.com/reactphp/promise - 5f67f8272f098c97bbe905ed9f818d7c99855b70 authored over 5 years ago by Jan Sorgalla <[email protected]>
Remove superfluous r

github.com/reactphp/promise - 42502539ae4826e5932f03947e163cac32b0ed15 authored over 5 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into enforce-exception-reasons

github.com/reactphp/promise - 0137470e423d2815400db03ef6dc984b617a4c9e authored over 5 years ago by Jan Sorgalla <[email protected]>
Merge pull request #66 from WyriHaximus-secret-labs/nightly-can-fail

Nightly builds should be allowed to fail

github.com/reactphp/filesystem - 1975bc8b67e8989661d9bbe89f4fd0237869e712 authored over 5 years ago by Jan Sorgalla <[email protected]>
Merge pull request #62 from CharlotteDunoisLabs/file-put-get-rocket

Add Adapter::getContents & Adapter::putContents

github.com/reactphp/filesystem - 71a651436c28b65aefe625eb65dc9fb949c80b9b authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Implement write and read file optimizations

github.com/reactphp/filesystem - 00ed432974c7191094fbdda5b2ef697fb2baa58d authored over 5 years ago by Charlotte Dunois <[email protected]>
Nightly builds should be allowed to fail

Since nightly is unpredictable, and in it's current state on TravisCI
broken they should be allo...

github.com/reactphp/filesystem - 739b9ac6c88a96058da0ba32c20fbd8524e11428 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #125 from clue-labs/coop

Cooperatively resolve hosts to avoid running same query concurrently

github.com/reactphp/dns - 2192705bad836cbde13a407d749a95891eca509f authored over 5 years ago by Jan Sorgalla <[email protected]>
Cooperatively resolve hosts to avoid running same query concurrently

github.com/reactphp/dns - 505b410652203c005f62075aca1ed4f90ae872eb authored over 5 years ago by Christian Lück <[email protected]>
Prepare v0.4.17 release

github.com/reactphp/dns - 0f30c6ceb71504d359d51132a97e1703051f1589 authored over 5 years ago by Christian Lück <[email protected]>
Prepare v1.5.1 release

github.com/reactphp/promise-timer - 35fb910604fd86b00023fc5cda477c8074ad0abc authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #36 from Niko9911/patch-1

Check if the function is declared before declaring it.

github.com/reactphp/promise-timer - d19fe5ded3ff2ed97609fd6db719ec659d1bfe5c authored over 5 years ago by Christian Lück <[email protected]>
Check if the function is declared before declaring it

github.com/reactphp/promise-timer - 2833a54f9b434cfd27abee39643ed845aa5e487a authored over 5 years ago by Niko Granö <[email protected]>
Merge pull request #43 from tabuna/patch-1

Remove scrollbar display

github.com/reactphp/website - 4cba570e7e48f74c46a6298ab6228fb9de174096 authored over 5 years ago by Jan Sorgalla <[email protected]>
Update welcome.css

github.com/reactphp/website - 13a4f10c78bbb2a4fc084606e44393f05cfa8b67 authored over 5 years ago by Alexandr Chernyaev <[email protected]>
Update npm dependencies

github.com/reactphp/website - 899196ac0464475b69b1fd5fc55b80cf4cd87266 authored over 5 years ago by Jan Sorgalla <[email protected]>
Prepare v0.6.1 release

github.com/reactphp/child-process - 6895afa583d51dc10a4b9e93cd3bce17b3b77ac3 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #73 from clue-labs/error-reporting

Improve error reporting when spawning child process fails

github.com/reactphp/child-process - 1409327c3312868a6c9f55e9de495ca6bce5c271 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Improve error reporting when spawning child process fails

Suppress PHP warnings on error and report any error message as part of
exception messages as exp...

github.com/reactphp/child-process - 1e61ce4e124c9a60be9650055161d230c0390b05 authored over 5 years ago by Christian Lück <[email protected]>
Prepare v1.1.0 release

Signed-off-by: Cees-Jan Kiewiet <[email protected]>

github.com/reactphp/event-loop - a0ecac955c67b57c40fe4a1b88a7cca1b58c982d authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #183 from clue-labs/signals-only

Fix high CPU usage when only listening for signals with default loop

github.com/reactphp/event-loop - b81916b38cbcd7bbadc9bdc4785231a050230c44 authored over 5 years ago by Jan Sorgalla <[email protected]>
Merge pull request #182 from clue-labs/hrtime

Use high resolution timer on PHP 7.3+

github.com/reactphp/event-loop - f15ba6f0b542d1306f64919c9e65c6f58ca0f881 authored over 5 years ago by Jan Sorgalla <[email protected]>
Fix high CPU usage when only listening for signals with default loop

github.com/reactphp/event-loop - 4294607c4142d91b0b9be3a0d3d82452a1932a57 authored over 5 years ago by Christian Lück <[email protected]>
Improve performance by avoiding platform checks during runtime

github.com/reactphp/event-loop - 29bf39c1c63153c81e0e34d4a4a7e968aaf4c7be authored over 5 years ago by Christian Lück <[email protected]>
Use high resolution timer on PHP 7.3+

github.com/reactphp/event-loop - eae70963f61cf95e107cb99b5b337753fb5bcba7 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #181 from clue-labs/tests

Forward compatibility with PHPUnit 7 and fix false negative test results, use legacy PHPUnit 5 o...

github.com/reactphp/event-loop - 7016d6584d750cbe65a086031e18798a9345b58f authored over 5 years ago by Jan Sorgalla <[email protected]>
Forward compatibility with PHPUnit 7 and use legacy PHPUnit 5 on HHVM

github.com/reactphp/event-loop - e86f14b5655667ca830aa458a972ff62acccb8b2 authored over 5 years ago by Christian Lück <[email protected]>
Skip signal tests w/o PCNTL and skip timer tests on inaccurate platforms

The signal constants are only available when ext-pcntl is loaded. If it
is not loaded, simply sk...

github.com/reactphp/event-loop - dbdf5275b2d0bbe1fcecec1aaefb968e107eb4b3 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #139 from clue-labs/buzz

Link to clue/reactphp-buzz for higher-level HTTP client

github.com/reactphp/http-client - c1472bedf3db6b2c958a51317a4b61045aeb3d2d authored over 5 years ago by Jan Sorgalla <[email protected]>
Link to clue/reactphp-buzz for higher-level HTTP client

github.com/reactphp/http-client - ef902e384c74af3513e049a991ebcad6a5d055ae authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #59 from CharlotteDunoisLabs/interfaces

Add AdapterInterface getters and add Filesystem method to interface

github.com/reactphp/filesystem - 36f25cac21945d910ce782fdd1ae653d17ce742c authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #124 from clue-labs/dump-records

Support dumping records as part of outgoing binary DNS message

github.com/reactphp/dns - 61f824dfd698bbb11e8dda217d6a2195326353ec authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Support dumping records as part of outgoing binary DNS message

github.com/reactphp/dns - e9d8149b21ef97104f830de5a87597459a66405b authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #123 from clue-labs/parse-authority-additional

Support parsing `authority` and `additional` records from DNS response

github.com/reactphp/dns - 949d6f0122fd6a68734a80d5b65f2caffdd1a18e authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Support parsing `authority` and `additional` records from DNS response

github.com/reactphp/dns - 7d811eb919c1502faf9d79ebeee39d66f20f5c15 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #121 from clue-labs/cache-compatibility

Forward compatibility with upcoming Cache v0.6 and Cache v1.0

github.com/reactphp/dns - d0ef32937b58873399f56a35eb7dd3acc6760d47 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #122 from clue-labs/phpunit

Improve test suite to add forward compatibility with PHPUnit 7, test against PHP 7.3 and use leg...

github.com/reactphp/dns - 47af7d6b8806d85c4629e466dcf81c61f3c2a3bc authored over 5 years ago by Jan Sorgalla <[email protected]>
Test against PHP 7.3 and use legacy PHPUnit 5 on legacy HHVM

github.com/reactphp/dns - 488f2becdbd9aa413135dcef5bb53a5e743750c4 authored over 5 years ago by Christian Lück <[email protected]>
Forward compatibility with PHPUnit 7

github.com/reactphp/dns - a0878a066780a12774e68ec76a7076a28dffa17b authored over 5 years ago by Christian Lück <[email protected]>
Forward compatibility with upcoming Cache v0.6 and Cache v1.0

github.com/reactphp/dns - e35dbaa493c2127da2e3526b97d83e076cdc2360 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #423 from clue-labs/child-process-component

Update react/child-process component to latest v0.6

github.com/reactphp/reactphp - 456092e02604a2dcbb716d5a017a2646b2fa578e authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Update react/child-process component to latest v0.6

github.com/reactphp/reactphp - 5e44ee4505adc6b1ac8674a4197d8845bdd73459 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #422 from clue-labs/promise-compatibility

Backwards compatibility with Promise v1 API

github.com/reactphp/reactphp - 00d05ab300ae0f41a657cb208ca30bfd217cfbec authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Backwards compatibility with Promise v1 API

This simple patch updates this project to target either the current
Promise v2 API or the legacy...

github.com/reactphp/reactphp - 71d550454b7b4d092be8ff2442e69b45ffe35a80 authored over 5 years ago by Christian Lück <[email protected]>
Merge pull request #42 from jsor-labs/frontend-maintenance

Frontend maintenance

github.com/reactphp/website - 0d8d606948c2a7b7cde28434697cdb5168f38c5a authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Shorten asset cache busting part to 8 chars

github.com/reactphp/website - 93b1db5cc1998278862b7c499075f175253ccf01 authored over 5 years ago by Jan Sorgalla <[email protected]>
Replace custom toggle script with ctrly package

github.com/reactphp/website - 584b6c793fc34c7d64cf61d2f19162f7eabac7e8 authored over 5 years ago by Jan Sorgalla <[email protected]>
Replace abandoned dom-event-helpers and dom-query-helpers packages with domestique

github.com/reactphp/website - 63f71b4a2e12ac744ab6e19ed00220a088b4e2e2 authored over 5 years ago by Jan Sorgalla <[email protected]>
Update npm dependencies

github.com/reactphp/website - 0eb5a16446b674a9335288c14022583e02172b98 authored over 5 years ago by Jan Sorgalla <[email protected]>
Add getters for setters and add fs class method to interface

github.com/reactphp/filesystem - 14065ebb7632f98c8875bbd9ad7a3789426f4f49 authored over 5 years ago by Charlotte Dunois <[email protected]>
Merge pull request #58 from CharlotteDunoisLabs/sink-array

Resolve with array instead of SplObjectStorage (AdapterInterface::ls(), Node\DirectoryInterface:...

github.com/reactphp/filesystem - 4e2af61344c94f719a33c7819eaf3850e25db333 authored over 5 years ago by Cees-Jan Kiewiet <[email protected]>
Update readme and examples

github.com/reactphp/filesystem - 5990d536cec215de8748c43177fedc86c33b2190 authored over 5 years ago by Charlotte Dunois <[email protected]>
Merge pull request #190 from jsor-labs/example-99-improvements

Example 99 improvements

github.com/reactphp/socket - 2cf8dfa7fc30cdadf24aa49b5978838fd3ec7f09 authored over 5 years ago by Christian Lück <[email protected]>
Let ObjectStreamSink::promise resolve with an array

github.com/reactphp/filesystem - 99c44640e0699f3e2caae5be99eef69dbd9b51c6 authored over 5 years ago by Charlotte Dunois <[email protected]>
Merge pull request #57 from CharlotteDunoisLabs/ls-fix

Rename ls to lsStream and make interface-compatible ls method

github.com/reactphp/filesystem - 5ca5146a5784b01f0be83f062794b184e20c13c0 authored over 5 years ago by Jan Sorgalla <[email protected]>
Use more descriptive example passphrase

github.com/reactphp/socket - 6a00174e6d0f611d0053faeae031a28b22475504 authored over 5 years ago by Jan Sorgalla <[email protected]>
Fix script name in instruction comment

github.com/reactphp/socket - 8fe02f4316e360e381fb6f3884eb22acb0908a91 authored over 5 years ago by Jan Sorgalla <[email protected]>
Merge pull request #179 from CharlotteDunoisLabs/async-dispatch

Add pcntl async signal dispatching if available

github.com/reactphp/event-loop - c795e508f92c30621daa721e923a00c45d2c6059 authored over 5 years ago by Christian Lück <[email protected]>
Rename ls to lsStream and make interface-compatible ls method

github.com/reactphp/filesystem - 0a22d50be80df8bab0f80860c6fc150984b68696 authored almost 6 years ago by Charlotte Dunois <[email protected]>
Merge pull request #56 from CharlotteDunoisLabs/patch-child-fd

Use native PHP indexing for child process file descriptors

github.com/reactphp/filesystem - 9637fedd5928af8b540bd96152262199027a95c8 authored almost 6 years ago by Christian Lück <[email protected]>
Prepare v0.8.4 release

Signed-off-by: Cees-Jan Kiewiet <[email protected]>

github.com/reactphp/http - b29ab96557ac5c53e738fcb26f73f631a3f81f1a authored almost 6 years ago by Cees-Jan Kiewiet <[email protected]>
Append to FD array and let PHP handle the indexing

github.com/reactphp/filesystem - 508ec7745c76d724877f9cbe8f77c3542f94802a authored almost 6 years ago by Charlotte Dunois <[email protected]>
Prepare v0.6.0 release

github.com/reactphp/child-process - 1106c24fb121683d0aedffc85fa1c9f3a46dce56 authored almost 6 years ago by Christian Lück <[email protected]>
Add async signal dispatching if available

github.com/reactphp/event-loop - 4a3e85f028f6938bd61bd21cce55ca723924b558 authored almost 6 years ago by Charlotte Dunois <[email protected]>
Merge pull request #112 from WyriHaximus-labs/blacklight

UV Event Loop (PECL ext-uv)

github.com/reactphp/event-loop - 1ed8f4bace286383c19abf3594758edee82cbdff authored almost 6 years ago by Cees-Jan Kiewiet <[email protected]>
UV Event Loop

github.com/reactphp/event-loop - d589f9f0395cbdcc5f72cc8e6feeee7084110844 authored almost 6 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #71 from clue-labs/windows-tests

Run tests on Windows via Travis CI

github.com/reactphp/child-process - 9cceb08c3737d5632c3171ab07cc4351e389eb5d authored almost 6 years ago by Jan Sorgalla <[email protected]>
Run tests on Windows via Travis CI

github.com/reactphp/child-process - ec12b74e7ded0d3cd44961634c4e67a1f49e4f76 authored almost 6 years ago by Christian Lück <[email protected]>
Merge pull request #34 from clue-labs/documentation

Improve documentation

github.com/reactphp/cache - ab224148532be59632484b570406f2fb93638c9d authored almost 6 years ago by Jan Sorgalla <[email protected]>
Improve documentation

github.com/reactphp/cache - 8762fe5b49e435c63ed376339a874c606bd17f4e authored almost 6 years ago by Christian Lück <[email protected]>
Merge pull request #69 from CharlotteDunoisLabs/fix-docblocks

Improve documentation for exit event and minor docblock updates

github.com/reactphp/child-process - 7d357a7bec00dc2f7a8a203ac1ed6521ef4bac6f authored almost 6 years ago by Cees-Jan Kiewiet <[email protected]>
Correct docblocks to be valid

github.com/reactphp/child-process - 37d545c99028e30e0d924b0c89eb72751908eb40 authored almost 6 years ago by Charlotte Dunois <[email protected]>
Merge pull request #32 from krlv/psr-16_getMultiple_setMultiple

Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has() (inspired by P...

github.com/reactphp/cache - 8012204e100d6435aec1e7d67d52a51dbe32c2f4 authored almost 6 years ago by Christian Lück <[email protected]>
Merge pull request #68 from WyriHaximus-labs/function-name-look-up-performance-improvement

Improve performance by prefixing all global functions calls with \ to skip the look up and resol...

github.com/reactphp/child-process - 8e08e214ebcd9d2bfc42684d58945c075b64a452 authored almost 6 years ago by Christian Lück <[email protected]>
Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function

github.com/reactphp/child-process - 4cd9267c81a80d569455a2004ae2991449d278c6 authored almost 6 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #67 from clue-labs/windows

Support spawning child process on Windows without process I/O pipes

github.com/reactphp/child-process - 6ad670c0fe554932e7beecec3e397b733b33bcfd authored almost 6 years ago by Jan Sorgalla <[email protected]>
Merge pull request #132 from CharlotteDunoisLabs/patch-docblocks

Add docblocks to functions and interfaces

github.com/reactphp/promise - c2608dd22fe7e3c47a238bc881e712c1534e6e1d authored almost 6 years ago by Christian Lück <[email protected]>
Support Windows without process pipes

github.com/reactphp/child-process - d542960184f25300e4038cf9dcbc8b1fa1f59dc8 authored almost 6 years ago by Christian Lück <[email protected]>
Do not launch command line in a shell (cmd.exe) by default on Windows

github.com/reactphp/child-process - 173f37dfd430a782092a955cd9c6b620026902fa authored almost 6 years ago by Christian Lück <[email protected]>
Merge pull request #66 from clue-labs/phpunit7

Test against PHP7.2 and PHP 7.3, improve HHVM compatibility and add forward compatibility with P...

github.com/reactphp/child-process - 19a00548a6d51f9a6f9d83b05acec40989d69e72 authored almost 6 years ago by Cees-Jan Kiewiet <[email protected]>
Fix HHVM compatibility and increase test timeouts for slower systems

github.com/reactphp/child-process - 6a8c8bc7e3686b01b22367f6257b493d2f0834df authored almost 6 years ago by Christian Lück <[email protected]>