mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
792 B
792 B
amp/fs
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