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

Moved RecursiveInvoker into the Node namespace as it fits better there

github.com/reactphp/filesystem - 99d9add1d0fda41c9c435463fc0a4bb3e3dadbc3 authored about 10 years ago
file_get_contents example

github.com/reactphp/filesystem - 196ee7d0148d5029c7c947003f23c645eb67d576 authored about 10 years ago
Forgot the docblocks here :X

github.com/reactphp/filesystem - a8755c1d4d96ce9ab8d121ad8fb43556674eddfa authored about 10 years ago
Ditching the empty exception

github.com/reactphp/filesystem - a357eacc3b6f91af495905ec9f2e252aa3a32adb authored about 10 years ago
Docblocks and style fixes

github.com/reactphp/filesystem - aaea51733c807826675b4eebbc3765ce5cbef6a0 authored about 10 years ago
Register AFTER pushing the action into a future tick

github.com/reactphp/filesystem - 85a5c2e25e758910e3e91f15aff382a14a3eeb7f authored about 10 years ago
Added the first examples

github.com/reactphp/filesystem - aaf8ba14fd6ed0192172acef479eb62968ed93ba authored about 10 years ago
Stream implementing GenericStreamInterface MUST be passed

github.com/reactphp/filesystem - 3a1ba927a90e8ae9111abbc33ec25328a16e62e6 authored about 10 years ago
No need to keep our on BufferedSink when react/stream's does exactly what we need

github.com/reactphp/filesystem - ffe015936c96f448690594e4c39ba2551dace3c0 authored about 10 years ago
Better way to implement pause

github.com/reactphp/filesystem - cf5603c8c5d85fbedcd14f12d5e62393e313bad9 authored about 10 years ago
Implemented pause

github.com/reactphp/filesystem - 26babf1dc0576525366d0f255d7e51b7fb833f27 authored about 10 years ago
Making sure both file and directory implement the GenericOperationInterface

github.com/reactphp/filesystem - 74b5b442035bb5d58a413384f0689caa091f5e39 authored about 10 years ago
Merge pull request #13 from clue-labs/patch-1

Connection is a server side incoming connection

github.com/reactphp/socket - 2949cf3673480fd968db22aa3ba1995d9f6ef936 authored about 10 years ago
Merge pull request #15 from misha9090/patch-1

just for better ide completion

github.com/reactphp/http - 440d48e21b3c1c949771fe9c1f4c46bf77b331ef authored about 10 years ago
Conditionally require functions.php

This allows a global version of React\Promise alongside a local version.

Closes #23

github.com/reactphp/promise - 586f20850cac2df48208ae12eeb801079b4e80f6 authored about 10 years ago
Renamed stream to duplex stream and added stream factory test for it

github.com/reactphp/filesystem - 7ea47759077152dfa662f7ac0a8e5b0f7f26aeb7 authored about 10 years ago
Ensure resolve/reject always return ExtendedPromiseInterface

github.com/reactphp/promise - 4c050947f7f60371623ac18388578bd8f4c9dbd9 authored about 10 years ago
Wrote tests for the easy recursive Directory operations and fixed some bugs while doing that

github.com/reactphp/filesystem - 4b7c0d8a1e798c80b41c22b00fae36d704de6a7a authored about 10 years ago
StreamFactory read and write stream tests

github.com/reactphp/filesystem - fc979d7f5b1a2813ddc4a80b9b4e7c57f63d9370 authored about 10 years ago
Simplified Filesystem constructing and created tests for it

github.com/reactphp/filesystem - aed8485d10d9d30671f103cb1479161273bdf4e0 authored about 10 years ago
GenericStreamTrait tests

github.com/reactphp/filesystem - 7d24076ea1291bb88482048607501ea270b9c8ff authored about 10 years ago
GenericOperationTrait tests

github.com/reactphp/filesystem - 8f538cb969ba8532ade8f2d1f5358fe751c6c600 authored about 10 years ago
just for better ide completion

github.com/reactphp/http - 56ea21e71d8e07944749183c4946405e73dd82e9 authored about 10 years ago
File::close tests and proper open and close tracking including tests for it

github.com/reactphp/filesystem - 970d39984cbcb20681628b1e579f951ecb94f2f6 authored about 10 years ago
Shared getter for the fd

github.com/reactphp/filesystem - 9dda543dba930e617650e9211bd9562ca322cdf6 authored about 10 years ago
File::getContents test

github.com/reactphp/filesystem - 7ea208263c85cc55c3e38c7b359276fc017a32ba authored about 10 years ago
Use a dummy filename instead of the real one

github.com/reactphp/filesystem - 3c86daee9c4b17aff63021ce6b7b3370c97366da authored about 10 years ago
File::open test

github.com/reactphp/filesystem - 455c88ae35ec56f840345041fe9c930cbbcfe43f authored about 10 years ago
Default flag is now null from 0 as 0 is the readonly flag

github.com/reactphp/filesystem - e83eebaccfda9c48c0992f3b2b6d810f68e15821 authored about 10 years ago
Default flags can also be null

github.com/reactphp/filesystem - 4dfb8d84997c13fddced17e60ea2fb28bd35c1e2 authored about 10 years ago
Tests for File::create

github.com/reactphp/filesystem - f170eda7c75a48b3179581d5414ee572a4feb449 authored about 10 years ago
Made File::create even simpler

github.com/reactphp/filesystem - 6c2cf67fa55b103916965efc290865f906017590 authored about 10 years ago
Made some minor optimizations to the way create works internally

github.com/reactphp/filesystem - 03fe104e853c7b64c770fab08912d6604225ae24 authored about 10 years ago
[docs] Add run to docs

github.com/reactphp/http-client - 9f5e634351ad7f82431afa0568798ad99ec20034 authored about 10 years ago
Adjusted the title a little

github.com/reactphp/filesystem - 9e47e9361bec339cfee0117fe36e404669d8320a authored about 10 years ago
Pass the wring data into the promise resolve

github.com/reactphp/filesystem - e83ae461b5f85a26f305971388c767b0ddd020e6 authored about 10 years ago
Increased code coverage for File::size && File::time

github.com/reactphp/filesystem - 0118da6b8a1e7ad684f28bb926b716d74b27a44c authored about 10 years ago
File::time test

github.com/reactphp/filesystem - 1d04b3bb2a0c2ea8105a8bfc9db8ff5d020e0496 authored about 10 years ago
File::size test

github.com/reactphp/filesystem - 6270cfc21303cc7f9c22006319af81b009af031e authored about 10 years ago
Missing two when refactoring

github.com/reactphp/filesystem - 0436812c7947c626190c25785766b2c476fd3a53 authored about 10 years ago
Different filesystem adapters are now properly designated as adapters instead of filesystems which is confusing when you also have Filesystem manager in there

github.com/reactphp/filesystem - df450b327e3d7a718647ac2cccb5d01a89b91aa7 authored about 10 years ago
Updated readme to react standards

github.com/reactphp/filesystem - 3da1e9135b42ad040d2398cdfa539c12a1eb1e35 authored about 10 years ago
Updated composer.json with a name, description, license and keywords.

github.com/reactphp/filesystem - 2849dd01ee1f621c4a80138283d9dd7d4d5ff474 authored about 10 years ago
Cut the goals from the readme

github.com/reactphp/filesystem - 1ae301a8ff3300f0226a4416d0b75cd30de28643 authored about 10 years ago
Connection is a server side incoming connection

It MUST NOT be used in a client side context

github.com/reactphp/socket - b6d821a15253dd37df50d495a8fcc540bde7c14a authored about 10 years ago
Merge pull request #13 from mbonneau/master

Changed Stream to DuplexStreamInterface in Response::__construct

github.com/reactphp/http-client - e465253537520ff784c4cd664c52e42e06a72a66 authored about 10 years ago
Changed Stream to DuplexStreamInterface in Response::__construct

github.com/reactphp/http-client - 3c46fa6fd40fccc58806ae8cb70b044d38973821 authored about 10 years ago
WritableStream::close should emit close after the file has actually been closed by EIO not just fake that

github.com/reactphp/filesystem - 8131f13bec169fba40ec45198579316f281f51ba authored about 10 years ago
Added note about writing files to readme

github.com/reactphp/filesystem - cadb46b7d47c22c36d39681b98cae536ffef5ca3 authored about 10 years ago
WritableStream that lets you write to files

github.com/reactphp/filesystem - 6c4dc2a2177ae615917d2734af7571dbf56c406f authored about 10 years ago
Default flag null instead of EIO_O_NONBLOCK

github.com/reactphp/filesystem - c7139b5f84a32905b7a36f63c95447af3b42996b authored about 10 years ago
Since EIO_O_RDONLY === 0 don't bitshift it just check if the value matche

github.com/reactphp/filesystem - d63223738c4c3949d712c0112b871250fd68a076 authored about 10 years ago
lsResursive - Return a flat list of node in a directory and it's subdirectories

github.com/reactphp/filesystem - d96755ceb578627d441a6643167b153b399a3b54 authored about 10 years ago
Working on lsRecursive

github.com/reactphp/filesystem - 480526825e3cd54eadec38a728cc93899e05f47f authored about 10 years ago
Small flag fix in the readme

github.com/reactphp/filesystem - d8469c48e312ab39170e81b3c0e9aecd7d6bfae0 authored about 10 years ago
Moved the responsibilities of opening and setting up the buffered stream to the file node

github.com/reactphp/filesystem - 7bca408344caf74393f534d851a33b98a9102a31 authored about 10 years ago
Updated the readme with some examples and a warning about it's stability

github.com/reactphp/filesystem - 70db3aab856f88fc5551a777558c92e043b56034 authored about 10 years ago
Used the proper way of opening a file and forcing it into read only mode

github.com/reactphp/filesystem - 4503885e8300de2aa08a251ad31912b4ef1f747b authored about 10 years ago
Disabling the future tick for now, it's causing issues, but I still think it's the way to go

github.com/reactphp/filesystem - 1b39cf3ed9aa2e807383a29fbd4c8a28f0a65dc0 authored about 10 years ago
Added preliminary file reading support #2

github.com/reactphp/filesystem - f1feac5987d29239257bfc7eecbf129ac02509d5 authored about 10 years ago
Minor docblock fix.

[ci skip]

github.com/reactphp/event-loop - e5b0a0b5a89288bd60174c965096acb0679208d2 authored over 10 years ago
Merge remote-tracking branch 'github/pr/13'

From DaveRandom:fix/docblocks.

github.com/reactphp/event-loop - 1cf5df80865976432dcddcfa4241de96797a9354 authored over 10 years ago
Exclude phpunit.xml in .gitignore.

[ci skip]

github.com/reactphp/event-loop - 8d12457e74c2920f1d4460c9c6e9c9db801b26d7 authored over 10 years ago
Run php-cs on source code.

[ci skip]

github.com/reactphp/event-loop - 804d13cee75fd1fcd11811417a22b434ad12c21b authored over 10 years ago
Merge branch 'travisci-patches'

github.com/reactphp/event-loop - e21c0abf469ce16d7bb791db491f2c939c6c944a authored over 10 years ago
Update ext-libevent version installed for build runs on Travis CI.

github.com/reactphp/event-loop - 1d53db341c52c7f03f8a3f00b72ff19f5297f08f authored over 10 years ago
Enable fast finishing builds.

The build will be marked as finished as soon as one of the jobs failed
or only jobs allowed to f...

github.com/reactphp/event-loop - c289b566428662a596fd73c188283f46ed606c4e authored over 10 years ago
Add hhvm-nightly builds to the Travis CI build matrix.

Just like the standard hhvm builds, hhvm-nightly is allowed to fail.

github.com/reactphp/event-loop - 2baa42fea3f4da3c74515c614999660ed57ce8b4 authored over 10 years ago
Remove spurious spaces.

github.com/reactphp/event-loop - 410fc5b07ed1f98973b4ae98f62e7590080ec34f authored over 10 years ago
Prepare v1.0.0 release

github.com/reactphp/datagram - a476b743cd4beed93ba7c83abb0288b87f8206b6 authored over 10 years ago
Changelog for release

github.com/reactphp/socket - 5b4ccbb9071f81280f20971cccd2abe980d027ca authored over 10 years ago
Merge branch 'master' into extended-promise

Conflicts:
CHANGELOG.md
README.md
src/Deferred.php
src/FulfilledPromise.php
src/LazyPromise...

github.com/reactphp/promise - eb1545ae3b335e373c2e3001d51bbe175322a4ac authored over 10 years ago
Prepare changelog for v2.1.0 release

github.com/reactphp/promise - 937b04f1b0ee8f6d180e75a0830aac778ca4bcd6 authored over 10 years ago
Merge pull request #20 from reactphp/cancellable-promise

Cancellable promise

github.com/reactphp/promise - 41fdcef40bb0ba71b439119ab23132adf38d3b65 authored over 10 years ago
Linked to the EIO book on php.net

github.com/reactphp/filesystem - a801cae3d66b5bc9d64f64157933c4966e6adcba authored over 10 years ago
Added POST and Multipart handling

- fixed the header overflow
- added the body to the Request
- parse POST form the body content o...

github.com/reactphp/http - 244543041d3c1e39b76cd948aa231e2d41b3b252 authored over 10 years ago
Rename RequestHeaderParser to RequestParser

Future change will be made and the class will become a body parser as well

github.com/reactphp/http - a2bad36f1438f2420ce1ddc5c7fdccea14f0bd61 authored over 10 years ago
Make CancellablePromiseInterface extend PromiseInterface

github.com/reactphp/promise - 1bced89e108328b87cff3fd2f385c41cef83c21b authored over 10 years ago
Recursive directory size

github.com/reactphp/filesystem - 4da73528a0bc89734e2781279a15219ce82a4e21 authored over 10 years ago
Directory size fail test

github.com/reactphp/filesystem - 89e082f6221b2fdfccace7c35a6113fa8194897a authored over 10 years ago
Simple test size, to ensure the correct object is returned

github.com/reactphp/filesystem - 9f758efbca0a9a5038c30a10a1a071eb92fa402d authored over 10 years ago
Size method to determine the 'size' of a directory (number of directories, files and combined file size)

github.com/reactphp/filesystem - 7ee304f79c714bb91219ae0d3cf5916002241154 authored over 10 years ago
Simplify reflection for invokabel objects

github.com/reactphp/promise - 5a09b1183c60ff23f2b450498046a7463a464a7e authored over 10 years ago
Add tests for _checkTypehint

github.com/reactphp/promise - c759a54e1b2f52f51bac8c0474ef60efd9772db6 authored over 10 years ago
Add return tag to cancel()

github.com/reactphp/promise - 5b6ef3f2ec7268249daf518ae76f5b9324651630 authored over 10 years ago
Fix return tag of done()

github.com/reactphp/promise - f9e9d87db8601bf69b15642cfe0c7836e5a956b6 authored over 10 years ago
Add return tags to ExtendedPromiseInterface

github.com/reactphp/promise - 5a8e318079e77729e84131cb26772077bed705d1 authored over 10 years ago
Merge branch 'master' into extended-promise

github.com/reactphp/promise - c71277200597cd7e2ac78f991236fb093d37687c authored over 10 years ago
Merge branch 'master' into cancellable-promise

github.com/reactphp/promise - f085287c452ecc3f46274631bec3353037597d83 authored over 10 years ago
Merge pull request #21 from mtdowling/return_signature

Adding a return tag to interfaces.

github.com/reactphp/promise - f1e10638e9fa06c5ae901f6af8a2a73b96d4cdcb authored over 10 years ago
Made getPath public and added a test for it

github.com/reactphp/filesystem - 81087e58fce9728409ffc03cdedd4f6a59295296 authored over 10 years ago
Adding a return tag to interfaces.

Interfaces should describe a contract. The contract is not
specified in the interface unless the...

github.com/reactphp/promise - 095f13687840bfc8ad9381839866854ec36bc201 authored over 10 years ago
Avoid unnecessary creation of closures when no canceller is given

github.com/reactphp/promise - 77f78d9bc33cacd28bdd30482403da48895b19c5 authored over 10 years ago
Test directory removal

github.com/reactphp/filesystem - ef8ee731094efc95df3ef9763117633b9f5b55ab authored over 10 years ago
Test directory creation

github.com/reactphp/filesystem - 0406aa520f8bcdf946a44c9b1acf73055a4e3dab authored over 10 years ago
Test a failing ls

github.com/reactphp/filesystem - cee6ec68a1fc3de659c805a67c9aade87cec9c8b authored over 10 years ago
Also testing processLsContents with the testLsSuccess so renamed it

github.com/reactphp/filesystem - 910c0caff1f7613398e228eba06274ed95191250 authored over 10 years ago