1
0
mirror of https://github.com/danog/file.git synced 2025-01-22 13:21:13 +01:00
2015-07-19 12:37:10 -04:00
2015-07-19 09:24:52 -04:00
2015-07-19 12:05:29 -04:00
2015-07-19 12:28:05 -04:00
2015-07-19 12:28:05 -04:00
2015-07-19 12:12:53 -04:00
2015-07-17 10:10:44 -04:00
2015-07-19 12:28:05 -04:00
2015-07-19 12:37:10 -04:00
2015-07-17 10:10:44 -04:00
2015-07-10 21:56:20 -04:00
2015-07-17 10:10:44 -04:00
2015-07-19 12:30:45 -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. 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
Description
No description provided
Readme MIT 780 KiB
Languages
PHP 99.2%
Makefile 0.6%
Shell 0.2%