phpmyadmin/phpmyadmin

A web interface for MySQL and MariaDB

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 8th, 2026
Created on January 19th, 2012
Open Issues & Pull Requests: 938 (+0)
GitHub issues: Enabled
Number of forks: 3,597
Total Stargazers: 7,936 (+1)
Total Subscribers: 276 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.2 hours
Mean response time: 81.8 days
90th percentile: 295.3 days
Tracked items: 883

How this project is maintained

92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 8 hours, while "UI" waits about 7 days. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 510
New in 7 days: 2
Closed in 7 days: 5
Avg open age: 1,330 days
Stale 30+ days: 491
Stale 90+ days: 467

Recent activity

Opened in 7 days: 2
Closed in 7 days: 5
Comments in 7 days: 2
Events in 7 days: 19

Top labels

  • Bug (658)
  • affects/5.2 (213)
  • affects/6.0 (188)
  • has-pr (174)
  • confirmed/6.0 (148)
  • confirmed/5.2 (147)
  • question (132)
  • Enhancement (129)

Detailed Description

phpMyAdmin is a web interface for MySQL and MariaDB databases. It provides a graphical way to manage databases, tables, users, and perform administrative tasks without requiring direct command-line access to the database server.

The tool solves the problem of database administration for users who prefer a visual interface over command-line tools. It works by connecting to MySQL or MariaDB servers through PHP and presenting database operations through a web browser, allowing users to browse data, run queries, manage users and permissions, and perform backups and imports.

phpMyAdmin suits developers and database administrators who need quick access to database management through a web interface, particularly in shared hosting environments where command-line access may be restricted. It is widely deployed in web hosting scenarios and works well for small to medium-sized database administration tasks. The tool is suitable for anyone already running a PHP-based web stack who wants to avoid installing additional database management tools.

The project maintains automated test suites covering both unit tests and end-to-end browser testing, indicating active quality assurance practices. Documentation is built and published automatically, suggesting ongoing maintenance of user-facing guidance. The codebase undergoes code quality analysis and type coverage tracking, showing attention to code standards. Translation contributions are actively managed through a dedicated platform, indicating the project supports internationalization. Security practices are formalized with a dedicated security reporting process separate from general support channels.