mirror of
https://github.com/danog/file.git
synced 2024-11-26 11:54:54 +01:00
lib | ||
test | ||
.coveralls.yml | ||
.gitattributes | ||
.gitignore | ||
.php_cs | ||
.travis.yml | ||
composer.json | ||
CONTRIBUTING.md | ||
LICENSE | ||
phpunit.xml | ||
README.md |
fs
amphp/fs
is a non-blocking caching library for use with the amp
concurrency framework.
Dependencies
amphp/fs
works out of the box without any PHP extensions but it does so using
blocking functions. This capability only exists to simplify development across
environments where extensions may not be present. Using amp/fs
in production
without pecl/eio or php-uv is NOT recommended.
Current Version
amphp/fs
is currently pre-alpha software and has no tagged releases. Your mileage may vary.
Installation
$ composer require amphp/fs:dev-master