PHPackages                             nattreid/file-manager - 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. nattreid/file-manager

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

nattreid/file-manager
=====================

File Manager for Nette Framework

1.5.6(4y ago)2601[2 issues](https://github.com/nattreid/file-manager/issues)1MITJavaScriptPHP &gt;= 7.1

Since Jun 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nattreid/file-manager)[ Packagist](https://packagist.org/packages/nattreid/file-manager)[ RSS](/packages/nattreid-file-manager/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (47)Used By (1)

File manager pro Nette Framework
================================

[](#file-manager-pro-nette-framework)

Nastavení v **config.neon**

```
services:
    - NAttreid\Filemanager\IFileManagerFactory
```

Pokud používáte bower, upravte css

```
.fileManagerContainer .fileManagerContent .itemContainer a.item .image {
    background-image: url('/images/filemanager/fileIcons.png');
}
```

Použití v presenteru

```
/** @var \NAttreid\FileManager\IFileManagerFactory @inject */
public $fileManagerFactory;

function createComponentList(){
    $basePath = 'korenovyAdresar';
    $manager = $this->fileManagerFactory->create($basePath);
    $manager->editable(true); // povolí editaci, mazání a přejmenování souborů

    // pro zmenu jazyka
    $manager->getTranslator()->setLang('cs');

    return $manager;
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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 ~47 days

Recently: every ~329 days

Total

46

Last Release

1504d ago

PHP version history (3 changes)1.0.2PHP &gt;= 5.6

1.0.31PHP &gt;= 7.0

1.4.1PHP &gt;= 7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a388aeb3f00b15a3af1c1a5d3a2107c94af1730c6043dd30ce32a63f95ea290?d=identicon)[attreid](/maintainers/attreid)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nattreid-file-manager/health.svg)

```
[![Health](https://phpackages.com/badges/nattreid-file-manager/health.svg)](https://phpackages.com/packages/nattreid-file-manager)
```

###  Alternatives

[contributte/image-storage

Image storage for Nette framework

28750.1k1](/packages/contributte-image-storage)[jkuchar/filedownloader

Addon makes controlled downloads of files peace of cake. It supports client reconnections, segmented downloading, files over 4GB, automatic mime-type detection and special characters in file names. If you need to control download speed you are on the right site.

2730.7k1](/packages/jkuchar-filedownloader)[jzechy/jquery-fileupload

Nette UploadControl rozšířené o blueimp jQuery FileUpload.

2723.7k](/packages/jzechy-jquery-fileupload)[ublaboo/image-storage

Image storage for Nette framework

2813.7k](/packages/ublaboo-image-storage)

PHPackages © 2026

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