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

Commit 09abcad

Browse files
authored
Will we achieve one-liner table?
1 parent 608afe5 commit 09abcad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Compress and Encrypt files and streams before saving them to the final Flysystem
1313

1414
Use composer to install these available packages:
1515

16-
| Package name | Stream filter type | Adapter class |
16+
| Package name | Stream filter type | `SlamFlysystem\` adatper class |
1717
|---|---|---|
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`|
2020

2121
## Usage
2222

0 commit comments

Comments
 (0)