vrana/adminer

Database management in a single PHP file

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 8th, 2026
Created on April 25th, 2010
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 1,182
Total Stargazers: 7,869 (+0)
Total Subscribers: 222 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.2 hours
Mean response time: 16.7 days
90th percentile: 48.7 days
Tracked items: 266

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 14% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 2
Closed in 7 days: 8
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 2
Closed in 7 days: 3
Comments in 7 days: 4
Events in 7 days: 7

Top labels

  • Waiting (1)

Detailed Description

Adminer is a database management tool written in a single PHP file.

Adminer addresses the need for lightweight database administration without requiring installation of separate applications or complex server setup. It works by deploying a single PHP file to a web server, providing immediate access to database management capabilities through a web interface. The tool supports multiple database systems including MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, and Oracle. Beyond core databases, a plugin system extends functionality to work with Elasticsearch, OpenSearch, SimpleDB, MongoDB, Redis, Firebird, ClickHouse, and other data stores. Adminer Editor provides a companion tool focused on data manipulation for end-users rather than administrators.

Adminer suits projects where a self-contained, portable database management solution is preferable to installing dedicated software. It works well in shared hosting environments, development setups, and scenarios where minimal server footprint matters. The single-file deployment model eliminates dependency management and simplifies version control. Teams should consider it when they need quick database access without infrastructure overhead, though the web-based interface trades some power-user features for accessibility and portability.

The project maintains active development with regular updates to language translations and end-to-end test coverage using Playwright. Plugin support remains a focus area, with both distributed plugins and community contributions available. The codebase supports multiple PHP versions, with compiled versions compatible with PHP 5.3 and source code requiring PHP 7.4 or later, allowing deployment across different hosting environments.