PHPackages                             crazy-max/login-servers-enhanced - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. crazy-max/login-servers-enhanced

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

crazy-max/login-servers-enhanced
================================

Fork of the official login-servers Adminer plugin with enhancements.

1.3.2(5y ago)17526[3 PRs](https://github.com/crazy-max/login-servers-enhanced/pulls)Apache-2.0PHPPHP &gt;=5.3.0CI passing

Since Oct 6Pushed 1y ago3 watchersCompare

[ Source](https://github.com/crazy-max/login-servers-enhanced)[ Packagist](https://packagist.org/packages/crazy-max/login-servers-enhanced)[ Docs](https://github.com/crazy-max/login-servers-enhanced)[ Fund](https://www.paypal.me/crazyws)[ GitHub Sponsors](https://github.com/crazy-max)[ RSS](/packages/crazy-max-login-servers-enhanced/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (9)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/c7e35d236013d7a2bc2a64fa196f640a8e505296e27a74f9f2ecda07652e0cda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6372617a792d6d61782f6c6f67696e2d736572766572732d656e68616e6365642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crazy-max/login-servers-enhanced)[![Minimum PHP Version](https://camo.githubusercontent.com/55453b8aba1f0d2c449c2dfa58e6debd503f9d637d2e474960cea8c266371e2f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e332e302d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![Test workflow](https://camo.githubusercontent.com/821c4e5b0f605db7d6e1d155d56eb50593cab6a1adea048e561658b878fce03b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6372617a792d6d61782f6c6f67696e2d736572766572732d656e68616e6365642f746573743f6c6162656c3d74657374266c6f676f3d676974687562267374796c653d666c61742d737175617265)](https://github.com/crazy-max/login-servers-enhanced/actions?workflow=test)[![Become a sponsor](https://camo.githubusercontent.com/2b64183536d3742cfdfdbe2a16c7a26ae05e6a3db44e513ff73defdeed344cc1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73706f6e736f722d6372617a792d2d6d61782d3138313731372e7376673f6c6f676f3d676974687562267374796c653d666c61742d737175617265)](https://github.com/sponsors/crazy-max)[![Donate Paypal](https://camo.githubusercontent.com/86518966c73798ed1c862566d92cd4cdd48152e30ab7f42fb7d5138138231d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d3030343537632e7376673f6c6f676f3d70617970616c267374796c653d666c61742d737175617265)](https://www.paypal.me/crazyws)

⚠️ Abandoned project
--------------------

[](#warning-abandoned-project)

This project is not maintained anymore and is abandoned. Feel free to fork and make your own changes if needed.

Thanks to everyone for their valuable feedback and contributions.

About
-----

[](#about)

login-servers-enhanced displays a constant list of servers in login form. It's a fork of the official plugin [login-servers](https://raw.github.com/vrana/adminer/master/plugins/login-servers.php)for [Adminer](https://www.adminer.org/) with enhancements and was created for the [Neard](https://github.com/neard/neard) project.

Features
--------

[](#features)

- Ability to select a server with different driver.

Installation
------------

[](#installation)

### Adminer

[](#adminer)

Copy `plugins/login-servers-enhanced.php` in the plugins folder.

### Composer

[](#composer)

```
composer require crazy-max/login-servers-enhanced
```

And download the code:

```
composer install # or update
```

Getting started
---------------

[](#getting-started)

Follow the instructions on the [official plugins page](https://www.adminer.org/en/plugins/).
Then just add `new AdminerLoginServersEnhanced` to the `$plugins` array :

```
function adminer_object() {
    // required to run any plugin
    include_once "./plugins/plugin.php";

    // autoloader
    foreach (glob("plugins/*.php") as $filename) {
        include_once "./$filename";
    }

    $plugins = array(
        new AdminerLoginServersEnhanced(
            array(
                new AdminerLoginServerEnhanced('127.0.0.1:3306', 'MySQL port 3306', 'server'),
                new AdminerLoginServerEnhanced('127.0.0.1:3307', 'MariaDB port 3307', 'server'),
                new AdminerLoginServerEnhanced('127.0.0.1:5432', 'PostgreSQL port 5432', 'pgsql')
            )
        )
    );

    /* It is possible to combine customization and plugins:
    class AdminerCustomization extends AdminerPlugin {
    }
    return new AdminerCustomization($plugins);
    */

    return new AdminerPlugin($plugins);
}

// include original Adminer or Adminer Editor
include "./adminer.php";
```

How can I help?
---------------

[](#how-can-i-help)

All kinds of contributions are welcome 🙌! The most basic way to show your support is to star 🌟 the project, or to raise issues 💬 You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) 👏 or by making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! 🚀

Thanks again for your support, it is much appreciated! 🙏

License
-------

[](#license)

Apache-2.0. See `LICENSE` for more details.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~304 days

Recently: every ~324 days

Total

6

Last Release

1979d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a2ac50dd173150fc9339728d7b2b1c872b6853111b20e4569844e215f644f632?d=identicon)[crazy-max](/maintainers/crazy-max)

---

Top Contributors

[![crazy-max](https://avatars.githubusercontent.com/u/1951866?v=4)](https://github.com/crazy-max "crazy-max (35 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (4 commits)")[![DuncanFairley](https://avatars.githubusercontent.com/u/1350420?v=4)](https://github.com/DuncanFairley "DuncanFairley (1 commits)")[![unclej84](https://avatars.githubusercontent.com/u/60842330?v=4)](https://github.com/unclej84 "unclej84 (1 commits)")

---

Tags

adminerloginpluginadminerlogin-servers

### Embed Badge

![Health badge](/badges/crazy-max-login-servers-enhanced/health.svg)

```
[![Health](https://phpackages.com/badges/crazy-max-login-servers-enhanced/health.svg)](https://phpackages.com/packages/crazy-max-login-servers-enhanced)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)[magefan/module-admin-user-guide

Admin panel user guides.

132.5M1](/packages/magefan-module-admin-user-guide)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
