- 1 min read

Adminer

On this page
Introduction

Adminer is an all-inclusive, single-file, PHP-based tool for effective database management. It offers a seamless user interface that allows you to interact with numerous databases, including MySQL, PostgreSQL, SQLite, MS SQL and Oracle.

Adminer - Database management in a single PHP file
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via pl…

Features

Notable features of Adminer include the capacity to handle any database operation such as creating new tables, editing database structures and deleting data. Moreover, it supports foreign keys and allows you to easily edit stored procedures.

In addition to these basic functionalities, Adminer stands out for its robust security features. It helps to prevent unauthorized access and protects your data by employing several security practices. Additionally, its lightweight nature ensures that it does not consume excessive resources on your server.


With 5750 GitHub stars and the latest commit on 2021-05-23 the project looks abandoned.