PHPackages                             djordje/li3\_filemanager - 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/li3\_filemanager

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

djordje/li3\_filemanager
========================

File management (file browser) for Lithium PHP framework

98PHP

Since Mar 24Pushed 13y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\[[![project status](https://camo.githubusercontent.com/39c6f334632f337d7de27aa49afab4bd8045029f794d54727d625c75ba05f935/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f646a6f72646a652f6c69335f66696c656d616e616765722e706e67)](https://camo.githubusercontent.com/39c6f334632f337d7de27aa49afab4bd8045029f794d54727d625c75ba05f935/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f646a6f72646a652f6c69335f66696c656d616e616765722e706e67)\] ([http://stillmaintained.com/djordje/li3\_filemanager](http://stillmaintained.com/djordje/li3_filemanager))

File manager plugin for the Lithium framework
=============================================

[](#file-manager-plugin-for-the-lithium-framework)

Instalation
-----------

[](#instalation)

Checkout the code to either of your library directories:

```
cd libraries
git clone git://github.com/djordje/li3_filemanager.git

```

Include the library in yor `/app/config/bootstrap/libraries.php`

```
Libraries::add('li3_filemanager');

```

Require `session.php` in your app bootstrap file

Dependencies
------------

[](#dependencies)

Your application shoud have:

```
jQuery, Twitter Bootstrap (CSS and JS)

```

For building JS (li3\_filemanager.min.js) you need:

```
node with this modules: grunt, uglify-js, jshint

```

Usage
-----

[](#usage)

```
Go to your application URL /fm
By default you are browsing app/webroot/img

```

Add location
------------

[](#add-location)

```
	Filesystem:
	Location::add('default', array(
		'adapter' => 'FileSystem',
		'location' => LITHIUM_APP_PATH.'/webroot/files'
	));

	Filesystem with file URL:
	Location::add('default', array(
		'adapter' => 'Filesystem',
		'location' => LITHIUM_APP_PATH.'/webroot/files'
		'url' => 'http://example.com/files/'
	));

	FTP:
	Locations::add('default', array(
		'adapter' => 'FTP',
		'host' => 'ftp.yourdomain.com',
		'username' => 'username@yourdomain.com',
		'password' => 'yourPassword'
	));

```

Testing
-------

[](#testing)

```
FileSystem adapter have location setup for testing
FTP adapter can be tested if you add FTP location config

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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://avatars.githubusercontent.com/u/1223357?v=4)[Djordje Kovacevic](/maintainers/djordje)[@djordje](https://github.com/djordje)

---

Top Contributors

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

### Embed Badge

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

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

###  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.8M125](/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)
