php-archive
php-archive copied to clipboard
support for in-memory zip files
$file=file_get_contents('foo.zip');
$zip->openFromString($file);