PHP Package: studio-42/elfinder

Elfinder is a PHP library that provides a web-based file manager with a rich set of features for integrating file management into web applications.

Current Version: 2.1.66
Last Updated: 2025-08-28
PHP Requirement: >=5.2
Dependencies: None

Package Description

Elfinder is a robust open-source file manager for web, written in PHP. It allows users to manage files on the server, upload/download files, edit text files, and more. With a customizable interface and various configuration options, Elfinder simplifies file management for web applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.1.66

Download Download v2.1.66

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/studio-42/elfinder/2.1.66/loader.php';
require_once 'libs/ext-json/{lib_version}/loader.php';
require_once 'libs/ext-session/{lib_version}/loader.php';
require_once 'libs/ext-mbstring/{lib_version}/loader.php';
require_once 'libs/ext-fileinfo/{lib_version}/loader.php';

use Studio42\ElFinder\Connector;
use Studio42\ElFinder\ElFinder;

$obj = new Connector();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.