2017 © Pedro PelĂĄez
 

library login-servers-enhanced

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

image

crazy-max/login-servers-enhanced

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

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Latest Stable Version Minimum PHP Version Test workflow Become a sponsor Donate Paypal, (*1)

:warning: Abandoned project

This project is not maintained anymore and is abandoned. Feel free to fork and make your own changes if needed., (*2)

Thanks to everyone for their valuable feedback and contributions., (*3)

About

login-servers-enhanced displays a constant list of servers in login form. It's a fork of the official plugin login-servers for Adminer with enhancements and was created for the Neard project., (*4)

Features

  • Ability to select a server with different driver.

Installation

Adminer

Copy plugins/login-servers-enhanced.php in the plugins folder., (*5)

Composer

composer require crazy-max/login-servers-enhanced

And download the code:, (*6)

composer install # or update

Getting started

Follow the instructions on the official plugins page.
Then just add new AdminerLoginServersEnhanced to the $plugins array :, (*7)

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?

All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by becoming a sponsor on GitHub :clap: or by making a Paypal donation to ensure this journey continues indefinitely! :rocket:, (*8)

Thanks again for your support, it is much appreciated! :pray:, (*9)

License

Apache-2.0. See LICENSE for more details., (*10)

The Versions

09/05 2018

dev-master

9999999-dev https://github.com/crazy-max/login-servers-enhanced

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

  Sources   Download

Apache-2.0 GPL-2.0

The Requires

 

adminer login-servers

19/05 2017

1.1

1.1.0.0 https://github.com/crazy-max/login-servers-enhanced

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

  Sources   Download

Apache-2.0

The Requires

 

adminer login-servers

07/10 2016

1.0

1.0.0.0 https://github.com/crazy-max/login-servers-enhanced

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

  Sources   Download

Apache-2.0 GPL-2.0

The Requires

 

adminer login-servers