Gaufrette icon indicating copy to clipboard operation
Gaufrette copied to clipboard

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

Results 105 Gaufrette issues
Sort by recently updated
recently updated
newest added

| Q | A | ---------------- | ----- | Bug report? | yes | Gaufrette version | 0.3.1 | PHP version | 7.1.5 and 7.1.6 | System | OSX Sierra...

`Adapter\AwsS3#listKeys()` returns a flat array of keys, but the fallback implementation in `Filesystem#listKeys()` returns a nested array like so: ``` array( 'keys' => array(...), 'dirs' => array(...), ) ``` This...

BC breaks

any upgrade comming to version over 1.5.10? the documentation should have a hint about to use only versions under this 1.5.10

As Gaufrette does not buffer commands, executing multiple commands on a remote service can cause considerable delays. E.g. User deletes an uploaded image. All related sizes must also be removed...

Feature

**Proposal:** I propose adding a class, that allows to transparently expose a prefixed part of Gaufrette Filesystem. That is, all reads and writes from instance of it, will have a...

ftp_rawlist() function returns empty result if there is a folder with space. You can use ftp_nlist() which does not have this problem.

Fix

Hi! I'm want to send a file, which stored using FTP Adapter, to the client's browser. ``` php StreamWrapper::register(); return new BinaryFileResponse('gaufrette://' . $fileSystemName . '/' . $file->getFilePath()); ``` Unfortunately,...

bug
Stream
unconfirmed

This remove issues with out of memory on large files, and optimize delivery path to clients. --- This change is [](https://reviewable.io/reviews/knplabs/gaufrette/334)

need rework

S3 does not know folders but you can use keys that mimic folders like /some/folders/myfile.txt. By looking at the delete method of the S3 adapter you can see it is...

Feature