filesystem icon indicating copy to clipboard operation
filesystem copied to clipboard

Evented filesystem access.

Results 31 filesystem issues
Sort by recently updated
recently updated
newest added

I'm hoping to port some of my existing code over to ReactPHP Filesystem to make reading lines from a file and truncating it afterwards asynchronous so that my main loop...

These examples demonstrate how users can stream data to or from a file.

maintenance
easy pick

I'm having some issues saving binary data with the child process adapter in the 0.2.x branch. Upon calling `json_encode` to pipe the contents of the file from the parent process...

after years, this package version is still is under 1. Is this package is reliable enough to use production environment ?

As one of the goals for `v0.2.0` is to drop PHP 5.x support, this PR lays the foundation for that by dropping the PHP 5.x versions from TravisCI and changing...

maintenance

With the latest child process related packages adding support for windows again we can also open support for it again in this package

I am using this in a library I am writing. There are few changes in master I see working that have not been released. What's the ETA on releasing these...