All Projects â†’ kotkaramit28 â†’ php-file-manager

kotkaramit28 / php-file-manager

Licence: other
PHP File Manager

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php-file-manager

Filestash
đŸĻ„ A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+11788.64%)
Mutual labels:  filemanager, ftp, file-manager
Jaya
Cross platform file manager application for Windows, Mac and Linux operating systems. (planned mobile support)
Stars: ✭ 219 (+397.73%)
Mutual labels:  filemanager, file-manager
vue-fs
A Vue file management client, complete with a node/express/FS backend.
Stars: ✭ 40 (-9.09%)
Mutual labels:  filemanager, file-manager
laravel-responsivefilemanager
Laravel Responsive File Manager integration
Stars: ✭ 13 (-70.45%)
Mutual labels:  filemanager, ftp
Diskover Web
Web file manager, disk space usage, storage search engine and file system analytics for diskover
Stars: ✭ 121 (+175%)
Mutual labels:  filemanager, file-manager
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+3747.73%)
Mutual labels:  filemanager, file-manager
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+1775%)
Mutual labels:  filemanager, file-manager
Farmanager
File and Archive Manager
Stars: ✭ 898 (+1940.91%)
Mutual labels:  filemanager, file-manager
js-fileexplorer
A zero dependencies, customizable, pure Javascript widget for navigating, managing, uploading, and downloading files and folders or other hierarchical object structures on any modern web browser.
Stars: ✭ 124 (+181.82%)
Mutual labels:  filemanager, file-manager
sfm
simple file manager
Stars: ✭ 163 (+270.45%)
Mutual labels:  filemanager, file-manager
Remote-File-Manager
Server Based GUI File Manager
Stars: ✭ 55 (+25%)
Mutual labels:  filemanager, file-manager
React Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
Stars: ✭ 57 (+29.55%)
Mutual labels:  filemanager, file-manager
Filemanager Ui
It is the graphical user interface File Manager, regardless of the backend, lets you work with PHP, Python, nodejs or another.
Stars: ✭ 44 (+0%)
Mutual labels:  filemanager, file-manager
Tinyfilemanager
The best web based PHP File Manager in single file, Manage your files efficiently and easily with tinyfilemanager
Stars: ✭ 2,679 (+5988.64%)
Mutual labels:  filemanager, file-manager
Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-72.73%)
Mutual labels:  filemanager, file-manager
Jumpfm
A file manager that lets you jump.
Stars: ✭ 252 (+472.73%)
Mutual labels:  filemanager, file-manager
twilight-commander
A simple console file manager.
Stars: ✭ 16 (-63.64%)
Mutual labels:  filemanager, file-manager
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+1234.09%)
Mutual labels:  filemanager, file-manager
Fileprovider
FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
Stars: ✭ 724 (+1545.45%)
Mutual labels:  filemanager, ftp
just-fast
⚡ Just Fast is CLI file manager with focus on speed in both execution time and usage.
Stars: ✭ 20 (-54.55%)
Mutual labels:  filemanager, file-manager

php-file-manager

PHP File Manager

Advanced PHP File Manager in a single file.
Fully responsive file manager with Web 2.0 support.
Inspired by https://github.com/prasathmani/tinyfilemanager


Requirements

  • PHP 5.2 or higher.
  • Zip extension for zip and unzip actions.
  • Fileinfo, iconv and mbstring extensions are strongly recommended.

How to use

Download ZIP with latest version from master branch.

Copy all the files to your website folder and open it with web browser (e.g. http://yoursite/any_path/files.php).

Default username/password: root/12345. password has encripted with MD5.

Warning: Please set your own username and password in $auth_users before use.

To enable/disable authentication set $use_auth to true or false.

Supported constants:

  • FM_ROOT_PATH - default is $_SERVER['DOCUMENT_ROOT']
  • FM_ROOT_URL - default is 'http(s)://site.domain/'
  • FM_SELF_URL - default is 'http(s)://site.domain/' . $_SERVER['PHP_SELF']
  • FM_ICONV_INPUT_ENC - default is 'CP1251'
  • FM_USE_HIGHLIGHTJS - default is true
  • FM_HIGHLIGHTJS_STYLE - default is 'vs'
  • FM_DATETIME_FORMAT - default is 'd.m.y H:i'
  • FM_EXTENSION - default is "" //upload files extensions
  • FM_TREEVIEW - default is false

đŸ“ĸ Features

  • đŸ’ŋ Open Source, light and extremely simple
  • ℹī¸ Basic features likes Create, Delete, Modify, View, Download, Copy and Move files
  • âĢ Ability to upload multiple files and file extensions filter
  • 📁 Ability to create folders and files
  • 🎁 Ability to compress, extract files
  • 😎 Support user permissions - based on session
  • 💾 Copy direct file URL
  • ✏ī¸ Edit text formats file using advanced editor
  • ⚡ Backup files
  • 🔎 Search - Advanced Ajax based seach
  • 🌴 Tree file view
  • 📁 Exclude folders from listing
  • â€ŧī¸ lots more...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].