1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00
Go to file
2015-07-18 16:46:02 -04:00
lib eio isfile update 2015-07-18 16:46:02 -04:00
test Add Filesystem::touch() 2015-07-18 14:53:46 -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
.travis.yml update travis 2015-07-18 15:24:37 -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 spurious update to trigger travis build 2015-07-18 15:12:56 -04:00

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 pecl/eio or php-uv 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