PHPackages                             deschamps-jeremy/php-file - 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. deschamps-jeremy/php-file

ActiveLibrary

deschamps-jeremy/php-file
=========================

A file manager

1.0.8(5y ago)048Apache-2.0PHPPHP &gt;=7.3.0

Since Oct 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/DeschampsJeremy/PhpFile)[ Packagist](https://packagist.org/packages/deschamps-jeremy/php-file)[ RSS](/packages/deschamps-jeremy-php-file/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)DependenciesVersions (11)Used By (0)

PhpFile
=======

[](#phpfile)

By [Jeremy Deschamps](https://www.jddev.net)

A file manager

Contrib
-------

[](#contrib)

- Download the repository, in a CLI :

```
git clone https://github.com/DeschampsJeremy/PhpFile.git

```

Push on the `staging` branch.

Install
-------

[](#install)

- Download the package, in a CLI :

```
composer require deschamps-jeremy/php-file

```

- Import :

```
use DeschampsJeremy\FileService;

```

- Construct on your controller :

```
$fileService = new FileService('testFolder');

```

Script will automatically create an `uploaded` folder to contains `uploaded\tmp`, `uploaded\testFolder` directories.

- Use any methods, the security apply actions only on `uploaded\testFolder`, you can create any PhpFileService objects you needed.

Methods
-------

[](#methods)

On this examples, I have an `uploaded\testFolder` directory to contains :

```
"jpg_1200x800.jpg"
"png_1200x800.png"
"pdf.pdf"
"myFolder": [
    "jpg_1200x800.jpg",
    "pdf.pdf",
    "png_1200x800.png"
    "otherFolder": [
        "jpg_1200x800.jpg",
        "pdf.pdf",
        "png_1200x800.png"
    ],
],

```

- [BASE 64](/wiki/BASE64.md)
- [FILE &amp; FOLDER](/wiki/FILE_AND_FOLDER.md)
- [IMAGE RESIZE](/wiki/IMAGE_RESIZE.md)
- [JSON](/wiki/JSON.md)
- [ZIP](/wiki/ZIP.md)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~23 days

Recently: every ~15 days

Total

9

Last Release

1840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/045f3c871d976463ad7522e2acb4818fb195c7bea62eccb61510f387b6b030e4?d=identicon)[DeschampsJeremy](/maintainers/DeschampsJeremy)

---

Top Contributors

[![DeschampsJeremy](https://avatars.githubusercontent.com/u/47090156?v=4)](https://github.com/DeschampsJeremy "DeschampsJeremy (1 commits)")

### Embed Badge

![Health badge](/badges/deschamps-jeremy-php-file/health.svg)

```
[![Health](https://phpackages.com/badges/deschamps-jeremy-php-file/health.svg)](https://phpackages.com/packages/deschamps-jeremy-php-file)
```

PHPackages © 2026

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