1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
Go to file
2021-12-15 14:34:25 +01:00
.github/workflows Fix GitHub Actions (#60) 2021-09-07 13:36:40 +02:00
src Return written length in blocking and parallel drivers, test 2021-12-15 14:34:25 +01:00
test Return written length in blocking and parallel drivers, test 2021-12-15 14:34:25 +01:00
.gitattributes Update metafiles 2020-07-10 11:42:50 -05:00
.gitignore Upgrade to PHP 7.1 and update dependencies 2019-08-23 13:00:26 -05:00
.php_cs.dist Fix PHP CS Fixer config 2021-06-21 21:35:15 +02:00
composer.json Use eio-beta in CI (#58) 2021-06-23 20:12:57 +02:00
LICENSE Migrate to GitHub actions 2021-06-21 21:08:24 +02:00
phpunit.xml.dist lib → src 2019-09-13 22:06:22 -05:00
README.md Migrate to GitHub actions 2021-06-21 21:08:24 +02:00

file 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 using 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.