1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00
Go to file
2015-07-17 10:55:38 -04:00
lib retrofit for 5.5 compat 2015-07-17 10:55:38 -04:00
test retrofit for 5.5 compat 2015-07-17 10:55:38 -04:00
.gitignore [WIP] initial code commit 2015-07-17 10:10:44 -04:00
.php_cs [WIP] initial code commit 2015-07-17 10:10:44 -04:00
composer.json retrofit for 5.5 compat 2015-07-17 10:55:38 -04:00
CONTRIBUTING.md [WIP] initial code commit 2015-07-17 10:10:44 -04:00
LICENSE Initial commit 2015-07-10 21:56:20 -04:00
phpunit.xml [WIP] initial code commit 2015-07-17 10:10:44 -04:00
README.md [WIP] initial code commit 2015-07-17 10:10:44 -04:00

amp/fs Build Status

amp/fs is a non-blocking filesystem manipulation library for use with the amp concurrency framework.

Dependencies

amp/fs works out of the box without any PHP extensions. However, it does so in a blocking manner. This capability only exists to simplify development across environments where extensions may not be present. Using this library in production without either the php-uv or eio extension is NOT reccommended.

Current Version

  • v0.1.0

Installation

$ composer require amphp/fs: ~0.1