KnpLabs / Gaufrette

PHP library that provides a filesystem abstraction layer − will be a feast for your files!

Home Page:http://knplabs.github.io/Gaufrette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `writeStream()`

slince opened this issue · comments

commented

Hello everyone

I think Gaufrette should support this method; This is better to upload larger files.

$stream = fopen('/path/to/backup.txt', 'r+');
$filesystem->writeStream('backup', $stream);

Related to #532 and #571 .