{"id":15674349,"url":"https://github.com/crazy-max/login-servers-enhanced","last_synced_at":"2025-08-22T18:31:54.832Z","repository":{"id":11636725,"uuid":"70195293","full_name":"crazy-max/login-servers-enhanced","owner":"crazy-max","description":"Fork of the official login-servers Adminer plugin with enhancements","archived":true,"fork":false,"pushed_at":"2025-04-13T08:45:58.000Z","size":71,"stargazers_count":16,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-13T19:06:45.890Z","etag":null,"topics":["adminer","login","plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crazy-max.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"crazy-max","custom":"https://www.paypal.me/crazyws"}},"created_at":"2016-10-06T21:38:17.000Z","updated_at":"2025-04-13T08:46:20.000Z","dependencies_parsed_at":"2024-10-20T19:50:09.178Z","dependency_job_id":null,"html_url":"https://github.com/crazy-max/login-servers-enhanced","commit_stats":{"total_commits":61,"total_committers":8,"mean_commits":7.625,"dds":0.4590163934426229,"last_synced_commit":"687e5caea5acf944f437110d49ecd477da8cdc61"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/crazy-max/login-servers-enhanced","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Flogin-servers-enhanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Flogin-servers-enhanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Flogin-servers-enhanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Flogin-servers-enhanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazy-max","download_url":"https://codeload.github.com/crazy-max/login-servers-enhanced/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Flogin-servers-enhanced/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271681566,"owners_count":24802077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adminer","login","plugin"],"created_at":"2024-10-03T15:44:10.281Z","updated_at":"2025-08-22T18:31:54.823Z","avatar_url":"https://github.com/crazy-max.png","language":"PHP","funding_links":["https://github.com/sponsors/crazy-max","https://www.paypal.me/crazyws"],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://img.shields.io/packagist/v/crazy-max/login-servers-enhanced.svg?style=flat-square)](https://packagist.org/packages/crazy-max/login-servers-enhanced)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.3.0-8892BF.svg?style=flat-square)](https://php.net/)\n[![Test workflow](https://img.shields.io/github/workflow/status/crazy-max/login-servers-enhanced/test?label=test\u0026logo=github\u0026style=flat-square)](https://github.com/crazy-max/login-servers-enhanced/actions?workflow=test)\n[![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github\u0026style=flat-square)](https://github.com/sponsors/crazy-max)\n[![Donate Paypal](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal\u0026style=flat-square)](https://www.paypal.me/crazyws)\n\n## :warning: Abandoned project\n\nThis project is not maintained anymore and is abandoned. Feel free to fork and\nmake your own changes if needed.\n\nThanks to everyone for their valuable feedback and contributions.\n\n## About\n\nlogin-servers-enhanced displays a constant list of servers in login form. It's\na fork of the official plugin [login-servers](https://raw.github.com/vrana/adminer/master/plugins/login-servers.php)\nfor [Adminer](https://www.adminer.org/) with enhancements and was created for\nthe [Neard](https://github.com/neard/neard) project.\n\n## Features\n\n* Ability to select a server with different driver.\n\n## Installation\n\n### Adminer\n\nCopy `plugins/login-servers-enhanced.php` in the plugins folder.\n\n### Composer\n\n```bash\ncomposer require crazy-max/login-servers-enhanced\n```\n\nAnd download the code:\n\n```bash\ncomposer install # or update\n```\n\n## Getting started\n\nFollow the instructions on the [official plugins page](https://www.adminer.org/en/plugins/).\u003cbr /\u003e\nThen just add `new AdminerLoginServersEnhanced` to the `$plugins` array :\n\n```php\nfunction adminer_object() {\n    // required to run any plugin\n    include_once \"./plugins/plugin.php\";\n    \n    // autoloader\n    foreach (glob(\"plugins/*.php\") as $filename) {\n        include_once \"./$filename\";\n    }\n    \n    $plugins = array(\n        new AdminerLoginServersEnhanced(\n            array(\n                new AdminerLoginServerEnhanced('127.0.0.1:3306', 'MySQL port 3306', 'server'),\n                new AdminerLoginServerEnhanced('127.0.0.1:3307', 'MariaDB port 3307', 'server'),\n                new AdminerLoginServerEnhanced('127.0.0.1:5432', 'PostgreSQL port 5432', 'pgsql')\n            )\n        )\n    );\n    \n    /* It is possible to combine customization and plugins:\n    class AdminerCustomization extends AdminerPlugin {\n    }\n    return new AdminerCustomization($plugins);\n    */\n    \n    return new AdminerPlugin($plugins);\n}\n\n// include original Adminer or Adminer Editor\ninclude \"./adminer.php\";\n```\n\n## How can I help?\n\nAll kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2:\nthe project, or to raise issues :speech_balloon: You can also support this project by\n[**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) :clap: or by making a\n[Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! :rocket:\n\nThanks again for your support, it is much appreciated! :pray:\n\n## License\n\nApache-2.0. See `LICENSE` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Flogin-servers-enhanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazy-max%2Flogin-servers-enhanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Flogin-servers-enhanced/lists"}