Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit ce94c7a

Browse files
authored
Update README.md
1 parent ecfa190 commit ce94c7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
Compress and Encrypt files and streams before saving them to the final Flysystem destination.
1111

12+
All the magic here is [`php_user_filter`](https://www.php.net/manual/en/class.php-user-filter.php):
13+
everything happens on streams on the fly, chunk by chunk, with no impact on local disk and almost
14+
zero overhead on RAM.
15+
1216
## Available packages
1317

1418
Use composer to install these available packages:

0 commit comments

Comments
 (0)