1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
Go to file
2020-07-06 13:28:39 -05:00
src Pass current loop driver to EioPoll 2020-07-06 13:27:26 -05:00
test Forgot Eio tests 2020-07-06 13:28:39 -05:00
travis Add Travis CI job for uv v0.2.2 2020-05-02 10:04:59 +02:00
.gitattributes Ignore docs/asset on export 2018-05-16 22:25:49 +02:00
.gitignore Upgrade to PHP 7.1 and update dependencies 2019-08-23 13:00:26 -05:00
.php_cs.dist lib → src 2019-09-13 22:06:22 -05:00
.travis.yml Add AsyncFileMutex (#43) 2020-05-02 11:14:21 +02:00
CHANGELOG EioDriver and UvDriver did not pass O_TRUNC in file\put 2016-10-01 18:43:52 +01:00
composer.json Add AsyncFileMutex (#43) 2020-05-02 11:14:21 +02:00
CONTRIBUTING.md update contributing 2015-07-22 13:49:02 -04:00
LICENSE Fix LICENSE date 2020-06-23 22:44:30 +02:00
phpunit.xml.dist lib → src 2019-09-13 22:06:22 -05:00
README.md Link to parallel extension instead of pthreads (#48) 2020-05-03 18:59:52 +02:00

file

Build Status CoverageStatus License

amphp/file allows non-blocking access to the filesystem for Amp.

Installation

This package can be installed as a Composer dependency.

composer require amphp/file

Optional Extension Backends

Extensions allow to use threading in the background instead of using multiple processes.

amphp/file works out of the box without any PHP extensions. It uses multi-processing by default, but also comes with a blocking driver that just uses PHP's blocking functions in the current process.

Versioning

amphp/file follows the semver semantic versioning specification like all other amphp packages.

Security

If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.