PHPackages                             netlogix/compressingfilesystemstorage - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. netlogix/compressingfilesystemstorage

ActiveNeos-package[File &amp; Storage](/categories/file-storage)

netlogix/compressingfilesystemstorage
=====================================

Flow Package that provides a WritableFileSystemStorage with zlib Compression

1.0.0(1y ago)00MITPHPPHP ^8.0

Since Nov 4Pushed 1y ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.CompressingFileSystemStorage)[ Packagist](https://packagist.org/packages/netlogix/compressingfilesystemstorage)[ RSS](/packages/netlogix-compressingfilesystemstorage/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Netlogix.CompressingFileSystemStorage
=====================================

[](#netlogixcompressingfilesystemstorage)

Flow package that provides a WritableFileSystemStorage with zlib compression. This storage takes care of compressing and decompressing data on the fly, so no special handling is required from the application side.

Internally, PHP stream wrappers are used to deal with compression. Please refer to the [PHP documentation](https://www.php.net/manual/en/wrappers.compression.php).

Installation
------------

[](#installation)

```
composer require netlogix/compressingfilesystemstorage
```

Configuration
-------------

[](#configuration)

A Flow storage has to be configured with the `CompressingWritableFileSystemStorage`:

```
Neos:
  Flow:
    resource:
      storages:
        nlxCompressingFileSystemStorage_zlib:
          storage: Netlogix\CompressingFileSystemStorage\CompressingWritableFileSystemStorage
          storageOptions:
            path: '%FLOW_PATH_DATA%Persistent/CompressingWritableFileSystemStorage/'
            # Can be any PHP stream wrapper, see https://www.php.net/manual/en/wrappers.compression.php
            streamWrapper: 'compress.zlib'
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance40

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/667b5107f4c2ea180baa00166c2ee3f2a1b412ce22768d6e81bb09323d1c7fe0?d=identicon)[netlogix](/maintainers/netlogix)

![](https://www.gravatar.com/avatar/124704a0d41c6364ac5773df0c9bedc3a85f902f0826df5f12ff2a4b2a06d520?d=identicon)[paxuclus](/maintainers/paxuclus)

---

Top Contributors

[![paxuclus](https://avatars.githubusercontent.com/u/15905038?v=4)](https://github.com/paxuclus "paxuclus (9 commits)")[![stephanschuler](https://avatars.githubusercontent.com/u/1595908?v=4)](https://github.com/stephanschuler "stephanschuler (2 commits)")

---

Tags

compressionflowgzipresource-managementcompressionstorageresourcesNeoszlib

### Embed Badge

![Health badge](/badges/netlogix-compressingfilesystemstorage/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k679.9M2.5k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[sylius/resource-bundle

Resource component for Sylius.

23610.8M234](/packages/sylius-resource-bundle)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[yosymfony/resource-watcher

A simple resource watcher using Symfony Finder

698.8M22](/packages/yosymfony-resource-watcher)

PHPackages © 2026

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