1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/README.md
2015-07-17 10:10:44 -04:00

792 B

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