This repository was archived by the owner on May 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Compress and Encrypt files and streams before saving them to the final Flysystem
13
13
14
14
Use composer to install these available packages:
15
15
16
- | Package name | Stream filter type | Adapter class |
16
+ | Package name | Stream filter type | ` SlamFlysystem\ ` adatper class |
17
17
| ---| ---| ---|
18
- | ` slam/flysystem-v1encrypt-proxy ` | [ ` XChaCha20-Poly1305 ` ] ( https://www.php.net/manual/en/function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php ) Encryption| ` SlamFlysystem\ V1Encrypt\V1EncryptProxyAdapter` |
19
- | ` slam/flysystem-gzip-proxy ` | [ ` Gzip ` ] ( https://datatracker.ietf.org/doc/html/rfc1952 ) compression| ` SlamFlysystem\ Gzip\GzipProxyAdapter` |
18
+ | ` slam/flysystem-v1encrypt-proxy ` | [ ` XChaCha20-Poly1305 ` ] ( https://www.php.net/manual/en/function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php ) Encryption| ` V1Encrypt\V1EncryptProxyAdapter ` |
19
+ | ` slam/flysystem-gzip-proxy ` | [ ` Gzip ` ] ( https://datatracker.ietf.org/doc/html/rfc1952 ) compression| ` Gzip\GzipProxyAdapter ` |
20
20
21
21
## Usage
22
22
You can’t perform that action at this time.
0 commit comments