1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00
Go to file
2017-06-23 17:47:22 -05:00
lib Ignore errors when closing 2017-06-23 17:47:22 -05:00
test Ignore double close 2017-06-21 14:07:49 +02:00
travis Fix script permissions 2017-05-18 11:15:29 -05:00
.gitattributes update suport files to match amphp repo template 2015-07-28 09:53:00 -04:00
.gitignore Account for umask in file permission assertion 2017-06-18 20:38:03 +02:00
.php_cs.dist Fix code style 2017-06-17 23:41:57 +02:00
.travis.yml Update Travis to run on PHP 7.2 2017-06-21 14:50:38 +02:00
CHANGELOG EioDriver and UvDriver did not pass O_TRUNC in file\put 2016-10-01 18:43:52 +01:00
composer.json Update composer.json 2017-06-21 20:11:53 +02:00
CONTRIBUTING.md update contributing 2015-07-22 13:49:02 -04:00
LICENSE Update LICENSE and README 2017-06-21 10:26:39 +02:00
Makefile Fix code style 2017-06-17 23:41:57 +02:00
phpunit.xml.dist Upgrade to PHPUnit 6 2017-05-17 22:58:39 -05:00
README.md Remove stable badge 2017-06-21 10:27:39 +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.