1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/README.md
Daniel Lowrey 07e110ac03 renaming
2015-07-30 10:17:41 -04:00

1.3 KiB

filesystem

Build Status CoverageStatus Unstable License

amphp/filesystem is a non-blocking filesystem library for use with the amp concurrency framework.

Dependencies

  • PHP 5.5+
  • eio
  • php-uv (experimental, requires PHP7)

amphp/filesystem 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 amphp/filesystem in production without pecl/eio or php-uv is NOT recommended.

Current Version

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

Installation

$ composer require amphp/filesystem:dev-master

TODO

  • seek/read/write to/from specific offsets on open file handles