mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
README.md
This commit is contained in:
parent
19b8943aa4
commit
425b2386fb
12
README.md
12
README.md
@ -5,7 +5,7 @@
|
|||||||
![Unstable](https://img.shields.io/badge/pre_alpha-unstable-orange.svg)
|
![Unstable](https://img.shields.io/badge/pre_alpha-unstable-orange.svg)
|
||||||
|
|
||||||
`amp/fs` is a non-blocking filesystem manipulation library for use with the
|
`amp/fs` is a non-blocking filesystem manipulation library for use with the
|
||||||
[amp concurrency framework](https://github.com/amphp/amp).
|
[amp](https://github.com/amphp/amp) concurrency framework.
|
||||||
|
|
||||||
**Dependencies**
|
**Dependencies**
|
||||||
|
|
||||||
@ -13,12 +13,10 @@
|
|||||||
- [eio](https://pecl.php.net/package/eio)
|
- [eio](https://pecl.php.net/package/eio)
|
||||||
- [php-uv](https://github.com/bwoebi/php-uv) (experimental, requires PHP7)
|
- [php-uv](https://github.com/bwoebi/php-uv) (experimental, requires PHP7)
|
||||||
|
|
||||||
`amp/fs` works out of the box without any PHP extensions. However, it does so
|
`amp/fs` works out of the box without any PHP extensions but it does so using
|
||||||
in a blocking manner. This capability only exists to simplify development across
|
blocking functions. This capability only exists to simplify development across
|
||||||
environments where extensions may not be present.
|
environments where extensions may not be present. Using `amp/fs` in production
|
||||||
|
without pecl/eio or php-uv is **NOT** recommended.
|
||||||
> **NOTE**
|
|
||||||
> Using this library in production without pecl/eio or php-uv is **NOT** recommended.
|
|
||||||
|
|
||||||
**Current Version**
|
**Current Version**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user