helios-ag / fm-elfinder
File manager for web
Installs: 3 863
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1 378
Language:JavaScript
Requires
- php: >=5.2
Suggests
- barryvdh/elfinder-flysystem-driver: VolumeDriver for elFinder to use Flysystem as a root.
- google/apiclient: VolumeDriver GoogleDrive require `google/apiclient:^2.0.
- kunalvarma05/dropbox-php-sdk: VolumeDriver `Dropbox`2 require `kunalvarma05/dropbox-php-sdk.
- nao-pon/flysystem-google-drive: require in GoogleDrive network volume mounting with Flysystem.
- dev-master
- 2.1.x-dev
- 2.1.41
- 2.1.40
- 2.1.39
- 2.1.38
- 2.1.37
- 2.1.36
- 2.1.35
- 2.1.34
- 2.1.33
- 2.1.32
- 2.1.31
- 2.1.30
- 2.1.29
- 2.1.28
- 2.1.27
- 2.1.26
- 2.1.25
- 2.1.24
- 2.1.23
- 2.1.22
- 2.1.21
- 2.1.20
- 2.1.19
- 2.1.18
- 2.1.17
- 2.1.16
- 2.1.15
- 2.1.14
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- dev-2.1-src
- dev-2.0-src
- dev-npm
This package is auto-updated.
Last update: 2022-02-01 12:21:43 UTC
README
WARNING: IF YOU HAVE OLDER (IN PARTICULAR 2.1.38 OR EARLIER) VERSIONS OF ELFINDER ON PUBLIC SERVERS, IT MAY CAUSE SERIOUS DAMAGE TO YOUR SERVER AND VISITED USER. YOU SHOULD UPDATE TO THE LATEST VERSION OR REMOVE IT FROM THE SERVER.
_ ______ _ _ | | ____(_) | | ___| | |__ _ _ __ __| | ___ _ __ / _ \ | __| | | '_ \ / _` |/ _ \ '__| | __/ | | | | | | | (_| | __/ | \___|_|_| |_|_| |_|\__,_|\___|_|
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.
Contents
- Branches
- Features
- Requirements
- Installation
- Downloads
- Demo Sites
- FAQs
- 3rd Party Connectors
- 3rd Party Volume Drivers
- 3rd Party Themes
- Support
- Authors
- License
Branches
- master - Main development branch
- 2.1-src - 2.1 development branch, auto build to 2.1 on commit
- 2.1 - 2.1 nightly build branch
Features
- Usability like the MacOS Finder or Windows Explorer
- Mobile friendly view for touch devices
- All operations with files and folders on a remote server (copy, move, upload, create folder/file, rename, etc.)
- High performance server backend and light client UI
- Multi-root support
- Local file system, MySQL, FTP volume storage drivers
- Cloud storage (Box, Dropbox, GoogleDrive and OneDrive) drivers
- Background file/folder upload with Drag & Drop HTML5 support
- Chunked file upload for large file
- Upload directly to the folder
- Upload form URL (or list)
- List and Icons view
- Keyboard shortcuts
- Standard methods of file/group selection using mouse or keyboard
- Move/Copy files with Drag & Drop
- Drag & Drop to outside by starting drag with alt/option key press
- Archives create/extract (zip, rar, 7z, tar, gzip, bzip2)
- Rich context menu and toolbar
- Quicklook, preview for common file types
- Edit text files and images
- "Places" for your favorites
- Calculate directory sizes
- Thumbnails for image, movie files
- Easy to integrate with web editors (elRTE, CKEditor, TinyMCE)
- Flexible configuration of access rights, upload file types, user interface and other
- Extensibility by event handling of backend and client side
- Simple client-server API based on JSON
- Supports custom information in info dialog
- Configuable columns of list view
- Supports custom CSS class function for the custom folder icon
- Connector plugin
- AutoRotate : Auto rotation on file upload of JPEG file by EXIF Orientation.
- AutoResize : Auto resize on file upload.
- Normalizer : UTF-8 Normalizer of file-name and file-path etc.
- Sanitizer : Sanitizer of file-name and file-path etc.
- Watermark : Print watermark on file upload.
- For more details, see the Changelog
Requirements
jQuery / jQuery UI
- jQuery 1.8.0+
- jQuery UI 1.9.0+ (require draggable, droppable, resizable, selectable and slider)
However, we recommend newest version.
Client
- Modern browsers both of desktop or mobile. elFinder was tested in newest Chrome, Edge, Firefox, IE and Opera
- Caution: Web App mode ("apple-mobile-web-app-capable" meta tag) on iOS is not work perfectly in elFinder
Server
- Any web server
- PHP 5.2+ (Recommend PHP 5.4 or higher) And for thumbnails - GD / Imagick module / convert(imagemagick) require
- Recommend PHP 7.1 or higher to supports non-ASCII character of file path/name on the Windows server
Installation
Builds (compressed)
- Download and unzip one of the builds below to your PHP server
- Rename
/php/connector.minimal.php-dist
to/php/connector.minimal.php
- Load
/elfinder.html
in your browser to run elFinder
Source (uncompressed)
-
Clone this repository to your PHP server
$ git clone https://github.com/Studio-42/elFinder.git
-
Rename
/php/connector.minimal.php-dist
to/php/connector.minimal.php
-
Load
/elfinder.src.html
in your browser to run elFinder
Installer
Downloads
Stable releases (Changelog)
- elFinder 2.1.41
- elFinder 2.0.9 (deprecated)
Nightly builds
Demo sites
2.1.x Nightly
FAQs
Should I use elFinder builds (compressed) or source (uncompressed)?
For debugging and development, use the source. For production, use builds.
How do I integrate elFinder with CKEditor/TinyMCE/elRTE/etc...?
Check out the wiki for individual instructions.
The procedure of language files created or modified?
You can create or modify the language file to use translation tool. Please refer to the pull request the results to the respective branch.
3rd party connectors
3rd party Volume Drivers
- League\Flysystem (PHP) (for elFinder 2.1+)
3rd party Themes
Hint: How to load CSS with RequireJS?
- lokothodida/elfinder-theme-moono
- lokothodida/elfinder-theme-windows-10
- RobiNN1/elFinder-Material-Theme
- StudioJunkyard/elfinder-boostrap-theme
3rd party Integrations
Support
Authors
- Chief developer: Dmitry "dio" Levashov dio@std42.ru
- Maintainer: Troex Nevelin troex@fury.scancode.ru
- Developers: Alexey Sukhotin strogg@yandex.ru, Naoki Sawada hypweb+elfinder@gmail.com
- Icons: PixelMixer, Yusuke Kamiyamane, Icons8
We hope our tools will be helpful for you.
License
elFinder is issued under a 3-clauses BSD license.