PHPackages                             ledc/likeadmin - 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. ledc/likeadmin

ActiveLibrary[Admin Panels](/categories/admin)

ledc/likeadmin
==============

Webman plugin ledc/likeadmin，兼容likeadmin用户

v8.1.16(1y ago)025MITPHPPHP &gt;=8.2

Since Mar 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ledccn/likeadmin)[ Packagist](https://packagist.org/packages/ledc/likeadmin)[ RSS](/packages/ledc-likeadmin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (19)Used By (0)

兼容likeadmin用户的webman中间件
=======================

[](#兼容likeadmin用户的webman中间件)

初衷
--

[](#初衷)

复用likeadmin的基础功能和手机端uniapp源码，提高开发效率；

使用常驻内存的webman来开发新功能。

安装插件
----

[](#安装插件)

`composer require ledc/likeadmin`

Nginx伪静态
--------

[](#nginx伪静态)

### 使用命令生成nginx配置文件：

[](#使用命令生成nginx配置文件)

```
php webman likeadmin:nginx likeadmin_proxy
```

### 生成的配置文件示例：

[](#生成的配置文件示例)

```
location ~ ^/(likeadmin|like)
{
  proxy_set_header X-Real-IP $remote_addr;
  proxy_set_header Host $host;
  proxy_set_header X-Forwarded-Proto $scheme;
  proxy_http_version 1.1;
  proxy_set_header Connection "";
  if (!-f $request_filename){
    proxy_pass http://127.0.0.1:8787;
  }
}
```

原理
--

[](#原理)

配置Nginx伪静态后，所有请求地址以`likeadmin`或`like`开头的接口，都由webman来处理。

自定义前缀
-----

[](#自定义前缀)

修改`likeadmin`或`like`：

1.修改`config/plugin/ledc/likeadmin/middleware.php`

2.使用命令重新生成nginx配置文件

其他
--

[](#其他)

仓库地址：

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

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 ~17 days

Recently: every ~54 days

Total

18

Last Release

543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4af14254189bc74029cc40f4206f8006872b0cd092c680201f204a85a490f143?d=identicon)[ledccn](/maintainers/ledccn)

---

Top Contributors

[![ledccn](https://avatars.githubusercontent.com/u/53997080?v=4)](https://github.com/ledccn "ledccn (20 commits)")

### Embed Badge

![Health badge](/badges/ledc-likeadmin/health.svg)

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

###  Alternatives

[laravel/pulse

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

1.7k15.1M132](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[saithink/saiadmin

webman plugin

28211.5k1](/packages/saithink-saiadmin)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)

PHPackages © 2026

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