PHPackages                             congraph/filesystem - 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. congraph/filesystem

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

congraph/filesystem
===================

v2.0.3(2mo ago)01893PHPPHP ^8.3 || ^8.4 || ^8.5

Since Aug 9Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/congraphcms/filesystem)[ Packagist](https://packagist.org/packages/congraph/filesystem)[ RSS](/packages/congraph-filesystem/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (13)Versions (11)Used By (3)

congraph/filesystem
===================

[](#congraphfilesystem)

`congraph/filesystem` stores file metadata and provides file-serving and image-version behavior for Congraph content.

Responsibilities
----------------

[](#responsibilities)

- file CRUD commands and validators
- file metadata persistence
- file serving
- image version handlers
- generated admin image variants

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

[](#installation)

```
composer require congraph/filesystem
```

Laravel package provider:

- [FilesystemServiceProvider.php](/Users/nikolap/git/np/congraph/packages/filesystem/FilesystemServiceProvider.php)

Image handling
--------------

[](#image-handling)

This package now uses maintained Intervention Image v3:

- `intervention/image`
- `intervention/image-laravel`

Current image handlers use `coverDown()` instead of the old `fit()` semantics to avoid upscaling smaller originals.

Typical usage
-------------

[](#typical-usage)

Use this package to:

- create file records for uploaded content
- fetch metadata for assets
- serve originals and derived versions
- attach files to EAV entities

Development
-----------

[](#development)

### Install dependencies

[](#install-dependencies)

```
cd /Users/nikolap/git/np/congraph/packages/filesystem
composer update -W
```

### Run tests

[](#run-tests)

```
composer test
composer test:pgsql
```

The package includes:

- command tests
- validator tests
- image handler tests
- integration tests for serving and file behavior

Contribution notes
------------------

[](#contribution-notes)

- verify behavior on both SQLite and PostgreSQL-backed suites
- test image behavior explicitly when changing handler logic
- keep file-serving routes and signed URLs compatible with `laravel-api`

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance84

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

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

Every ~560 days

Recently: every ~284 days

Total

6

Last Release

81d ago

Major Versions

v1.1.0 → v2.0.02026-04-11

PHP version history (4 changes)v1.0betaPHP &gt;=5.4.0

v1.0.0PHP ^8.1.0

v1.1.0PHP ^8.2.0

v2.0.0PHP ^8.3 || ^8.4 || ^8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3585404?v=4)[Nikola Plavšić](/maintainers/nikolaplavsic)[@nikolaplavsic](https://github.com/nikolaplavsic)

---

Top Contributors

[![nikolaplavsic](https://avatars.githubusercontent.com/u/3585404?v=4)](https://github.com/nikolaplavsic "nikolaplavsic (3 commits)")[![veljamatic](https://avatars.githubusercontent.com/u/1091355?v=4)](https://github.com/veljamatic "veljamatic (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/congraph-filesystem/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k17](/packages/fleetbase-core-api)[farhanshares/laravel-mediaman

MediaMan - The most elegant &amp; powerful media management package for Laravel!

314.1k](/packages/farhanshares-laravel-mediaman)[outerweb/image-library

Store and link files to your models

1113.8k3](/packages/outerweb-image-library)

PHPackages © 2026

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