1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00
Go to file
Daniel Lowrey 425b2386fb README.md
2015-07-19 13:18:01 -04:00
lib misc updated 2015-07-19 09:24:52 -04:00
test Update tests 2015-07-19 12:05:29 -04:00
.coveralls.yml get travis coveralls working 2015-07-19 12:28:05 -04:00
.gitattributes get travis coveralls working 2015-07-19 12:28:05 -04:00
.gitignore add .idea directory to gitignore 2015-07-19 12:12:53 -04:00
.php_cs [WIP] initial code commit 2015-07-17 10:10:44 -04:00
.travis.yml get travis coveralls working 2015-07-19 12:28:05 -04:00
composer.json update php-coveralls dependency 2015-07-19 12:37:10 -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 README.md 2015-07-19 13:18:01 -04:00

amp/fs

Build Status Coverage Status 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 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

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

Installation

$ composer require amphp/fs