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(1mo ago)01892PHPPHP ^8.3 || ^8.4 || ^8.5

Since Aug 9Pushed 1mo ago2 watchersCompare

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

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

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

54

—

FairBetter than 97% of packages

Maintenance93

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community15

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

34d 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://www.gravatar.com/avatar/abed9bab73157b9b9d1f4a8f0ca61e49020d7fa643223364f2067586e759f8d9?d=identicon)[nikolaplavsic](/maintainers/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.2k3.3M74](/packages/unisharp-laravel-filemanager)[farhanshares/laravel-mediaman

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

293.7k](/packages/farhanshares-laravel-mediaman)[jasekz/laradrop

File manager using Dropzone.js for Laravel 5 | 6 | 7 | 8

7310.3k1](/packages/jasekz-laradrop)[andrewelkins/cabinet

Laravel 4 file upload package.

1011.5k](/packages/andrewelkins-cabinet)[dgtlss/capsule

A Laravel package for backing up databases and files to external sources with notifications

194.3k](/packages/dgtlss-capsule)

PHPackages © 2026

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