PHP Package: maennchen/zipstream-php

Zipstream-php is a powerful PHP library for creating ZIP archives on the fly with ease, offering seamless integration and efficient file compression.

Current Version: 3.2.0
Last Updated: 2025-07-17
PHP Requirement: >=7.4
Dependencies: None

Package Description

Zipstream-php is the go-to solution for generating dynamic ZIP files in PHP applications, providing a straightforward approach to streamlining archive creation. Whether you need to compress multiple files or directories, this library offers high performance and versatility, making it an ideal choice for various projects that require dynamic file compression and archiving capabilities.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.2.0

Download Download v3.2.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/maennchen/zipstream-php/3.2.0/loader.php';
use ZipStream;

$obj = new ();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.