What happened?
Would it be possible to pass data to this package as a string? I am reading the first X amount of bytes from a partially downloaded file which is a string and not saved to disk. Currently I only see the read function but that only takes a disk path.
I am trying to list the files in the archive and read their CRC32 value.
Another thing that would be nice is the ability to set the path for 7zip. Since the p7zip is unmaintained there's the normal 7zip package now which comes with the 7zz binary.
Also, is there password support on the horizon some time? Like $archive->setPassword('password'); before trying to list/extract.
How to reproduce the bug
Package Version
Latest
PHP Version
8.3.2
Which operating systems does with happen with?
Linux
Notes
No response
What happened?
Would it be possible to pass data to this package as a string? I am reading the first X amount of bytes from a partially downloaded file which is a string and not saved to disk. Currently I only see the
readfunction but that only takes a disk path.I am trying to list the files in the archive and read their CRC32 value.
Another thing that would be nice is the ability to set the path for 7zip. Since the p7zip is unmaintained there's the normal 7zip package now which comes with the
7zzbinary.Also, is there password support on the horizon some time? Like
$archive->setPassword('password');before trying to list/extract.How to reproduce the bug
Package Version
Latest
PHP Version
8.3.2
Which operating systems does with happen with?
Linux
Notes
No response