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 2w ago

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

24

—

LowBetter than 30% of packages

Maintenance37

Infrequent updates — may be unmaintained

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

652d 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.6k694.3M2.7k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k293.8M1.2k](/packages/league-flysystem-aws-s3-v3)[google/cloud

Google Cloud Client Library

1.2k16.9M57](/packages/google-cloud)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267104.3k1](/packages/neos-neos-development-collection)[sylius/resource-bundle

Resource component for Sylius.

23611.0M239](/packages/sylius-resource-bundle)[yosymfony/resource-watcher

A simple resource watcher using Symfony Finder

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

PHPackages © 2026

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