PHPackages                             adsign/filemanager-bundle - 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. adsign/filemanager-bundle

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

adsign/filemanager-bundle
=========================

Adsign FileManager is a simple Multilingual File Manager Bundle for Symfony

v1.0.4(4y ago)01MITPHPPHP &gt;=5.6.0

Since Mar 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/faratabliqdev/filemanager)[ Packagist](https://packagist.org/packages/adsign/filemanager-bundle)[ Docs](https://github.com/Adsign/FileManagerBundle)[ RSS](/packages/adsign-filemanager-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (19)Versions (6)Used By (0)

FileManagerBundle
=================

[](#filemanagerbundle)

[![Tests](https://camo.githubusercontent.com/a09f18c289242431e81f58c254f468b17a2cad8fc3228bc79e94f0e4a2e21422/68747470733a2f2f7472617669732d63692e6f72672f41647369676e2f46696c654d616e6167657242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Adsign/FileManagerBundle) [![Code Quality](https://camo.githubusercontent.com/e42d3691bd23a993423b06c96a02e5854eeffb416df8714da1d1280533cefcaa/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37303161666364352d656464652d343231612d616236632d3031383862666137653764632f6d696e692e706e67)](https://insight.sensiolabs.com/projects/701afcd5-edde-421a-ab6c-0188bfa7e7dc) [![Code Coverage](https://camo.githubusercontent.com/3c19f4ffa325c5a10eeef5aa6a90bb6c4482259f8b764cd1fb90b5ff922898ac/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f41647369676e2f46696c654d616e6167657242756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/Adsign/FileManagerBundle?branch=master) [![Symfony 2.x, 3.x and 4.x](https://camo.githubusercontent.com/322a9aab66d7a829c60cdffeec70852339b9e49493dba365fd76048ac7e49140/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73796d666f6e792d322e78253243253230332e78253230616e64253230342e782d677265656e2e737667)](https://symfony.com/)

Adsign FileManager is a simple Multilingual File Manager Bundle for Symfony

[![Symfony Filemanager created with FileManagerBundle](https://raw.githubusercontent.com/Adsign/FileManagerBundle/master/Resources/doc/images/filemanager-promo.png)](https://raw.githubusercontent.com/Adsign/FileManagerBundle/master/Resources/doc/images/filemanager-promo.png)

- [Documentation](#documentation)
- [Installation](#installation)
- [Creating Your First File Manager](#creating-your-first-file-manager)

**Features**

- Upload, delete (multiple), rename, download and sort files
- Create, rename and delete folders
- Manage **Public** and **Private** folders
- **Multilingual** (English, French)
- **Fully responsive design** (bootstrap)
- Multilple view modes (list, thumbnail, with tree or not)
- Easy integration with [**Tinymce**](https://www.tinymce.com/)
- **Preview images** (even with a Private folder)
- Create **multilple configurations**
- **Advanced configuration** (ex : ACL, ...) with your own **service**
- **File restriction** based on patterns
- File Upload widget used : [blueimp/jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload)
    - **Multiple uploads support**
    - **Drag &amp; Drop support**
    - **Min/Max file size restriction**
    - **Thumbnails generation**
    - **Client-side image resizing/crop**
    - [Exhaustive options](https://github.com/blueimp/jQuery-File-Upload/blob/master/server/php/UploadHandler.php)
- Compatible with [**FOSCKEditorBundle**](https://github.com/FriendsOfSymfony/FOSCKEditorBundle)

Documentation
-------------

[](#documentation)

#### The Book

[](#the-book)

- [Chapter 0 - Installation and your first File Manager](Resources/doc/book/0-installation.md)
- [Chapter 1 - Basic Configuration](Resources/doc/book/1-basic-configuration.md)
- [Chapter 2 - Service Configuration](Resources/doc/book/2-service-configuration.md)
- [Chapter 3 - Access to the File Manager](Resources/doc/book/3-access-file-manager.md)
- [Chapter 4 - Security](Resources/doc/book/4-security.md)

#### Tutorials

[](#tutorials)

- [How to integrate FileManagerBundle into Tinymce](Resources/doc/tutorials/integrate-tinymce.md)
- [How to integrate FileManagerBundle into FOSCKEditorBundle](Resources/doc/tutorials/integrate-fos-ckeditor.md)
- [How to add a button that open the File manager to fill out an input field with the file URL](Resources/doc/tutorials/input-button.md)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

```
$ composer require adsign/filemanager-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

```
