PHPackages                             nadimtuhin/archiver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nadimtuhin/archiver

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nadimtuhin/archiver
===================

Archive files with passwords

2147PHPCI passing

Since Jun 28Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nadimtuhin/archiver)[ Packagist](https://packagist.org/packages/nadimtuhin/archiver)[ RSS](/packages/nadimtuhin-archiver/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zip Archiver
============

[](#zip-archiver)

PHP library for creating password-protected zip archives via Symfony Process.

Install
-------

[](#install)

```
{
    "require": {
        "nadimtuhin/archiver": "0.1.*@dev"
    }
}
```

Usage
-----

[](#usage)

```
$process = new Symfony\Component\Process\Process();
$zipper = new NadimTuhin\Archiver\ZipArchiver($process);
$zipper->setInputFilename("myfile.txt");
$zipper->setPassword("1234");
$zipper->archive();
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance59

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ce9596ab07b33a8d3f990aaa9a47945c110fbcf8eb6e0428b3ad1e483b6c02e?d=identicon)[nadimtuhin](/maintainers/nadimtuhin)

---

Top Contributors

[![nadimtuhin](https://avatars.githubusercontent.com/u/3125771?v=4)](https://github.com/nadimtuhin "nadimtuhin (10 commits)")

---

Tags

archiverfile-compressionphputilityzip

### Embed Badge

![Health badge](/badges/nadimtuhin-archiver/health.svg)

```
[![Health](https://phpackages.com/badges/nadimtuhin-archiver/health.svg)](https://phpackages.com/packages/nadimtuhin-archiver)
```

###  Alternatives

[afsakar/filament-leaflet-map-picker

A Filament Forms component that provides an interactive Leaflet map for selecting and storing geographical coordinates.

3911.5k](/packages/afsakar-filament-leaflet-map-picker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
