1
0
mirror of https://github.com/danog/file.git synced 2025-01-22 13:21:13 +01:00
Jáchym Toušek 7dc65ffc03
Skip usage of EIO_O_FSYNC if undefined (#42)
Co-authored-by: Niklas Keller <me@kelunik.com>
2020-04-21 18:32:57 +02:00
2020-02-21 13:12:48 -06:00
2020-02-21 13:06:01 -06:00
2018-05-16 22:25:49 +02:00
2019-09-13 22:06:22 -05:00
2020-02-21 13:06:01 -06:00
2020-02-21 13:05:03 -06:00
2015-07-22 13:49:02 -04:00
2017-06-21 10:26:39 +02:00
2019-09-13 22:06:22 -05:00
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.

Description
No description provided
Readme MIT 780 KiB
Languages
PHP 99.2%
Makefile 0.6%
Shell 0.2%