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

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

coolcsn/csn-file-manager
========================

File manager for ZF2

43245[2 issues](https://github.com/coolcsn/CsnFileManager/issues)PHP

Since Sep 25Pushed 12y ago2 watchersCompare

[ Source](https://github.com/coolcsn/CsnFileManager)[ Packagist](https://packagist.org/packages/coolcsn/csn-file-manager)[ RSS](/packages/coolcsn-csn-file-manager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CsnFileManager
==============

[](#csnfilemanager)

Zend Framework 2 Module

### What is CsnFileManager?

[](#what-is-csnfilemanager)

CsnCsnFileManager is a simple File Manager that lets users upload files. It makes it easy to download a file or include it in your html. The files are stored in a directory not directly accessible by *Apache*.

Installation
------------

[](#installation)

1. Installation via composer is supported, simply run: `php composer.phar require coolcsn/csn-file-manager:dev-master`
2. Copy the sample file-manager configuration from `./vendor/coolcsn/csn-file-manager/config/file-manager.local.php.dist` to `./config/autoload` renaming it to **file-manager.local.php**. Edit the file, replacing the directory path with one where you want to store the uploads, set the maximum file size in bytes - default is 200kb.
3. Add 'CsnFileManager' to your application configuration in `config/application.config.php`. An example application configuration could look like the following:

```
'modules' => array(
    'Application',
	'CsnUser',
    'CsnFileManager',
)

```

**Note:** You may need to enable the `php_fileinfo` extension depending on your *php* version.

> ### How can I upload my gorgeous profile picture?
>
> [](#how-can-i-upload-my-gorgeous-profile-picture)

Navigate to ***\[hostname\]/csn-file-manager***. Enjoy :)

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

[](#dependencies)

This Module requires that you have a working authentication and authorization modules (in order to control who can upload files and who has access to them). You can check [coolcsn/CsnUser](https://github.com/coolcsn/CsnUser) and [coolcsn/CsnAuthorization](https://github.com/coolcsn/CsnAuthorization).

Recommends
----------

[](#recommends)

- [coolcsn/CsnCmsApplication](https://github.com/coolcsn/CsnCmsApplication) - An enhanced skeleton application;
- [coolcsn/CsnUser](https://github.com/coolcsn/CsnUser) - Authentication (login, registration) module.
- [coolcsn/CsnAuthorization](https://github.com/coolcsn/CsnAuthorization) - Authorization module.
- [coolcsn/CsnAclNavigation](https://github.com/coolcsn/CsnAclNavigation) - Navigation module;
- [coolcsn/CsnCms](https://github.com/coolcsn/CsnCms) - CMS module;

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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/e53636eeb1a7343d62c4f66f46bf318faf1041ab5bbfd2a5f87cb8477583010e?d=identicon)[wingman](/maintainers/wingman)

---

Top Contributors

[![revov](https://avatars.githubusercontent.com/u/4138535?v=4)](https://github.com/revov "revov (5 commits)")[![coolcsn](https://avatars.githubusercontent.com/u/3388479?v=4)](https://github.com/coolcsn "coolcsn (1 commits)")

### Embed Badge

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

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

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