prasathmani/tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 11th, 2026
Created on July 5th, 2017
Open Issues & Pull Requests: 307 (+0)
GitHub issues: Enabled
Number of forks: 1,813
Total Stargazers: 5,974 (+1)
Total Subscribers: 113 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.7 hours
Mean response time: 88.5 days
90th percentile: 147.9 days
Tracked items: 95

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 57% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 83
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 534 days
Stale 30+ days: 81
Stale 90+ days: 78

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • suggestion (11)
  • question (3)
  • Request (2)
  • enhancement (2)
  • Feature (1)
  • Is It Really an Issue? (1)
  • Security (1)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Tiny File Manager is a single-file PHP web-based file manager that lets you browse, upload, edit, and organize files through your browser.

The tool solves the problem of needing a lightweight file management interface without complex infrastructure. It works by deploying as a single PHP file to any server directory, providing immediate access to file operations. Users can create individual accounts with dedicated directories, and the tool includes a built-in text editor powered by Cloud9 IDE with syntax highlighting for over 150 languages and more than 35 themes. It supports multi-language interfaces and requires only PHP 5.5 or higher, with optional extensions for enhanced functionality like file compression and character encoding.

Tiny File Manager suits developers and administrators who need quick, temporary file access on shared hosting or internal servers without deployment overhead. It works well for small-scale file sharing, content management on basic hosting plans, or administrative tasks where a full-featured system would be overkill. The tool's zero-configuration approach means you copy one file and start working immediately. However, the README includes a strong caution against using it as a standard file manager in public spaces and recommends removing it from the server after completing tasks, which signals it is designed for temporary or protected administrative use rather than permanent public deployment.

The project maintains active documentation through wiki pages covering setup and configuration. Development shows responsiveness to user needs through feature additions like offline support via a dedicated branch for environments without CDN access, and configuration flexibility through optional config.php files. The tool has evolved to support a wide range of use cases from basic file browsing to code editing, indicating ongoing refinement based on practical deployment scenarios.