PHPackages                             research-nk/rnk-elfinder-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. research-nk/rnk-elfinder-bundle

ActiveSymfony-bundle

research-nk/rnk-elfinder-bundle
===============================

El finder connector for Symfony2

115JavaScript

Since Jul 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ResearchNK/RNKElFinderBundle)[ Packagist](https://packagist.org/packages/research-nk/rnk-elfinder-bundle)[ RSS](/packages/research-nk-rnk-elfinder-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

RNKElfinderBundle
=================

[](#rnkelfinderbundle)

This Bundle provides a Symfony2 [elFinder](https://github.com/Studio-42/elFinder) integration.

elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. This Bundle was inspired by [FMElfinderBundle](https://github.com/helios-ag/FMElfinderBundle). In contrast to FMElfinderBundle, RNKElfinderBundle provides full integration with Symfony\\Component\\HttpFoundation component and is assetic less. All occurrence of exit() function and $\_GET, $\_POST, $\_FILES arrays has been removed. This approach fixes 500 http errors which occurs when using native elFinderConnector in symfony

Installation
============

[](#installation)

RNKElfinderBundle is shipped with elFinder source files (due to lack of composer integration in elFinder). We haven't any additional changes to elFinder code. If embedded version of elFinder became outdated please inform us. We will update it as soon as possible.

\###1 Add the following lines in your composer.json:

```
{
    "require": {
        "research-nk/elfinder-bundle": "dev-master"
    }
}
```

\###2 Run the composer to download the bundle:

```
$ php composer.phar update research-nk/elfinder-bundle
```

\###3 Add this bundle to your application's kernel:

```
