PHPackages                             djordje/filebrowser - 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. djordje/filebrowser

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

djordje/filebrowser
===================

File browser for PHP

4171PHP

Since Nov 1Pushed 12y ago1 watchersCompare

[ Source](https://github.com/djordje/filebrowser)[ Packagist](https://packagist.org/packages/djordje/filebrowser)[ RSS](/packages/djordje-filebrowser/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Filebrowser - manipulate your files from PHP
------------------------------------------------

[](#php-filebrowser---manipulate-your-files-from-php)

[![Build Status](https://camo.githubusercontent.com/73042bc841a006aded91b241eac6327f282506d0e3e3d03999e943662b7d8fd5/68747470733a2f2f7472617669732d63692e6f72672f646a6f72646a652f66696c6562726f777365722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/djordje/filebrowser)

Filebrowser is simple interface for manipulating files within your PHP application.

The idea is to enable easy manipulation with familiar syntax:

```
$repository->ls($path);
$repository->mkdir($path);
$repository->remove($path);
$repository->isDir($path);
$repository->copy($source, $destination);
$repository->move($source, $destination);
$repository->upload($uploadedFile, $destination);
```

##### Installation

[](#installation)

Recommanded installation is trough *composer*, add to your `composer.json`:

```
"require": {
	"djordje/filebrowser": "dev-master"
}
```

#### Currently supported repositories:

[](#currently-supported-repositories)

- LocalFilesystem

###### Released under MIT licence.

[](#released-under-mit-licence)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/936366059f593fa9a53c2d9803e62c9046796ad007970deb4cbca4b52dba9e93?d=identicon)[djordje](/maintainers/djordje)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/djordje-filebrowser/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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