PHPackages                             arudkovskiy/admin - 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. arudkovskiy/admin

ActiveLibrary[Admin Panels](/categories/admin)

arudkovskiy/admin
=================

Admin dashboard

v1.1(7y ago)011CSS

Since Jan 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/AlexeyRudkovskiy/tk-admin)[ Packagist](https://packagist.org/packages/arudkovskiy/admin)[ RSS](/packages/arudkovskiy-admin/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (7)Versions (4)Used By (0)

Admin Dashboard generator
=========================

[](#admin-dashboard-generator)

Table of content
----------------

[](#table-of-content)

- \[Intervention Image\](#Intervention Image)

Libraries
---------

[](#libraries)

### Intervention Image

[](#intervention-image)

Installation using composer:

```
composer require intervention/image
```

Run artisan command:

```
php artisan vendor:publish --provider="Intervention\Image\ImageServiceProviderLaravel5"
```

Configure graphic driver in `config/image.php`

Detailed instruction can be found on official website:

### Slugify

[](#slugify)

Installation using composer:

```
composer require cocur/slugify
```

### Laravel Scout MYSQL Driver

[](#laravel-scout-mysql-driver)

Installation using composer:

```
composer require yab/laravel-scout-mysql-driver
```

Add to .env:

```
SCOUT_DRIVER=mysql
```

Add to scout config file (scout.php)

```
    'mysql' => [
        'mode' => 'NATURAL_LANGUAGE',
        'model_directories' => [app_path()],
        'min_search_length' => 0,
        'min_fulltext_search_length' => 4,
        'min_fulltext_search_fallback' => 'LIKE',
        'query_expansion' => false
    ]
```

Read detailed documentation [here](https://github.com/YABhq/laravel-scout-mysql-driver)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

2720d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1760890?v=4)[AlexeyRudkovskiy](/maintainers/AlexeyRudkovskiy)[@AlexeyRudkovskiy](https://github.com/AlexeyRudkovskiy)

---

Top Contributors

[![AlexeyRudkovskiy](https://avatars.githubusercontent.com/u/1760890?v=4)](https://github.com/AlexeyRudkovskiy "AlexeyRudkovskiy (1 commits)")

### Embed Badge

![Health badge](/badges/arudkovskiy-admin/health.svg)

```
[![Health](https://phpackages.com/badges/arudkovskiy-admin/health.svg)](https://phpackages.com/packages/arudkovskiy-admin)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M125](/packages/laravel-pulse)[livewire/livewire

A front-end framework for Laravel.

23.6k89.0M2.5k](/packages/livewire-livewire)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M123](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M131](/packages/laravel-mcp)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M161](/packages/intervention-image-laravel)

PHPackages © 2026

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