PHPackages                             phroggyy/laravel-adminer - 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. [Database &amp; ORM](/categories/database)
4. /
5. phroggyy/laravel-adminer

ActiveLibrary[Database &amp; ORM](/categories/database)

phroggyy/laravel-adminer
========================

A wrapper for the Adminer Database admin

41581PHP

Since Dec 27Pushed 10y ago2 watchersCompare

[ Source](https://github.com/phroggyy/Laravel-Adminer)[ Packagist](https://packagist.org/packages/phroggyy/laravel-adminer)[ RSS](/packages/phroggyy-laravel-adminer/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Adminer
===============

[](#laravel-adminer)

A Laravel 5 wrapper for [Adminer](https://github.com/vrana/adminer/). Adminer is a database management tool contained within a single PHP file written by [Jakub Vrana](https://github.com/vrana), and is a great replacement for PhpMyAdmin.

This package was inspired by [Miroc](https://github.com/miroc)'s [Laravel-Adminer](https://github.com/miroc/Laravel-Adminer) package, and aims to address one major shortcoming. Namely, this package has a built-in artisan command to fetch the latest adminer file, so that you can always stay up to date, without this package needing to be updated.

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

[](#installation)

To install the library, first pull it in through Composer:

```
composer require phroggyy/laravel-adminer dev-master

```

Then simply register the service provider in the `providers` array in `config/app.php`

```
Phroggyy\LaravelAdminer\AdminerServiceProvider::class,

```

Getting Started
---------------

[](#getting-started)

To get started with using Adminer, simply run

```
php artisan adminer:latest

```

to fetch the latest version of Adminer. the `/adminer` route has already been registered for you.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f7c369fe9e0f2394fa77dfd669ab045a4743a517fc08dcfdbc65dbe17928178?d=identicon)[phroggyy](/maintainers/phroggyy)

---

Top Contributors

[![phroggyy](https://avatars.githubusercontent.com/u/7256451?v=4)](https://github.com/phroggyy "phroggyy (6 commits)")[![pavankataria](https://avatars.githubusercontent.com/u/1791244?v=4)](https://github.com/pavankataria "pavankataria (2 commits)")

### Embed Badge

![Health badge](/badges/phroggyy-laravel-adminer/health.svg)

```
[![Health](https://phpackages.com/badges/phroggyy-laravel-adminer/health.svg)](https://phpackages.com/packages/phroggyy-laravel-adminer)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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