issues
search
zenstruck
/
filesystem
Wrapper for league/flysystem with alternate API and added functionality.
MIT License
19
stars
3
forks
source link
Allow `ZipFile::compress()` to accept `array<array-key,File|\SplFileInfo|string>`
#88
Closed
kbond
closed
1 year ago
kbond
commented
1 year ago
[x]
ArchiveResponse::zip()
to match
[x] If keyed with string, use as path
[x] ~If keyed with int and value is
string
, fail as we can't know the path~
[x] ~
ZipFile::write()
to accept array too?~ would break the return type
ArchiveResponse::zip()
to matchstring
, fail as we can't know the path~ZipFile::write()
to accept array too?~ would break the return type