1
0
mirror of https://github.com/danog/file.git synced 2024-11-30 04:19:39 +01:00
file/README.md
2015-07-18 15:08:15 -04:00

959 B

amp/fs

Unstable Unstable

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

Dependencies

  • PHP 5.5+
  • eio
  • php-uv (experimental, requires PHP7)

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.

Note

Using this library in production without either the eio or php-uv extensions is NOT recommended.

Current Version

amp/fs is currently pre-alpha software and has no tagged releases. Your mileage may vary.

Installation

$ composer require amphp/fs