Download the PHP package startsevdenis/fm-elfinder-bundle without Composer

On this page you can find all versions of the php package startsevdenis/fm-elfinder-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fm-elfinder-bundle

FMElfinderBundle

ElFinder integration in Symfony2

Code Quality Assurance

Gitter SL Insight TravisCI Coverage License Version
Gitter SensioLabsInsight Build Status Coverage Status Latest Stable Version
Dependencies Downloads
Dependency Status Total Downloads

elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Creation is inspired by simplicity and convenience of Finder program used in Mac OS X operating system.

Recommended bundles to use with:

FMTinyMCEBundle IvoryCKEditorBundle TrsteelCkeditorBundle FMSummernoteBundle
FMTinyMCEBundle IvoryCKEditorBundle TrsteelCkeditorBundle FMSummernoteBundle

Table of contents

Installation

Step 1: Installation

Version 6 (Symfony 3 Compatible):

Add FMElFinderBundle to your composer.json

Version 5:

Add FMElfinderBundle to your composer.json:

also add component-dir under config node of composer.json

Version 4:

This version doesn't use component library

For Symfony =<2.3 use version ~2.3

Now tell composer to download the bundle by running the command:

Step 2: Enable the bundle

Enable the bundle in the kernel:

Step 3: Import FMElfinderBundle routing file

Step 4: Configure your application's security.yml

Secure ElFinder with access_control:

Step 5: Install assets

Install and dump assets via symfony built-in command:

Basic configuration

Add configuration options to your config.yml

You can see the full list of roots options here. To use them, convert camelCased option name to under_scored name.

Use multiple upload folder by instance

You can set multiple upload root folder by instance configuration.

If you have configured your instance with /uploads path, you can provide an additional folder as a home folder (e.g. for a multi-users application) when accessing to the instance URL :

/elfinder/{instance}/{homeFolder} or /efconnect/{instance}/{homeFolder}

For example, accessing to /elfinder/acmeInstance/bob URL will open up elfinder with /uploads/bob as root directory which only contains Bob's files.

Then, accessing to /elfinder/acmeInstance/alice URL will re-use your instance, but open up elfinder with /uploads/alice folder as root directory, containing only Alice's files.

To use this feature, you must provide the instance name in the URL, and of course be sure to set proper write/read permissions on home folders.

Note: this feature is only available with LocalFileSystem driver.


All versions of fm-elfinder-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.9
symfony/framework-bundle Version ~2.4|~3.0
symfony/twig-bundle Version ~2.4|~3.0
symfony/form Version ~2.4|~3.0
helios-ag/fm-elfinder-php-connector Version ~2.0
components/elfinder Version ~2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package startsevdenis/fm-elfinder-bundle contains the following files

Loading the files please wait ....