tonybogdanov / x-stream
PHP wrapper for virtual password protected filesystem
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tonybogdanov/x-stream
Requires
- php: ^7.3
This package is auto-updated.
Last update: 2025-09-29 02:09:20 UTC
README
Adds a simple API to map a protocol to a physical path (folder) encrypting the contents with a specified passphrase.
If you are able, build and install this extension to boost performance tremendously: https://github.com/TonyBogdanov/php-xor-string
use XStream\Wrapper\Factory; Factory::register( 'protocol', '/physical/path/to/files', 'passphrase' );