PHPackages                             kohkimakimoto/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. [Admin Panels](/categories/admin)
4. /
5. kohkimakimoto/laravel-adminer

ActiveLibrary[Admin Panels](/categories/admin)

kohkimakimoto/laravel-adminer
=============================

It's a embedded adminer in laravel application.

v0.1.0(11y ago)104.0k2[2 issues](https://github.com/kohkimakimoto/LaravelAdminer/issues)MITPHPPHP &gt;=5.4.0

Since Aug 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kohkimakimoto/LaravelAdminer)[ Packagist](https://packagist.org/packages/kohkimakimoto/laravel-adminer)[ RSS](/packages/kohkimakimoto-laravel-adminer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#laravel-adminer)

It's a embedded [adminer](http://www.adminer.org/) in Laravel4 application.

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

[](#installation)

Run `composer require` command

```
$ composer require kohkimakimoto/laravel-adminer

```

OR

Add dependency in `composer.json`

```
"require": {
    "kohkimakimoto/laravel-adminer": "0.*"
}
```

and run `composer upadte` command.

```
$ composer update

```

Add `AdminerServiceProvider` to providers array in `app/config/app.php`

```
'providers' => array(
    ...
    'Kohkimakimoto\Adminer\AdminerServiceProvider',
),
```

Add a routing definition to `AdminerController@index`. You can use a route you like. The following is example.

```
Route::any('adminer', 'Kohkimakimoto\Adminer\Controllers\AdminerController@index');
```

Finally, Add a little code at the end of `public/index.php`. You must write the additional code after `$app->run();`.

```
$app->run();

use Kohkimakimoto\Adminer\Facade\Adminer;
if (Adminer::shouldRequestToAdminer()) {
    require Adminer::path();
}
```

OK. Access the uri you defined by your browser. you can see the adminer database management page.

[![adminer.png](adminer.png)](adminer.png)

Author
------

[](#author)

Kohki Makimoto

And adminer is created by [Jakub Vrána](https://github.com/vrana).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/232e612dbf32e70978372a2249e28dd037f75eadafc547913375708571c65f9a?d=identicon)[kohkimakimoto](/maintainers/kohkimakimoto)

---

Top Contributors

[![kohkimakimoto](https://avatars.githubusercontent.com/u/761462?v=4)](https://github.com/kohkimakimoto "kohkimakimoto (6 commits)")[![alfredbez](https://avatars.githubusercontent.com/u/1001186?v=4)](https://github.com/alfredbez "alfredbez (2 commits)")

### Embed Badge

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

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

###  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)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

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

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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