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)023MITPHPPHP &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 1mo ago

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

32

—

LowBetter than 72% of packages

Maintenance41

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

494d 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

[studio/laravel-totem

A Laravel package to manage your cron jobs through a beautiful dashboard

1.8k1.1M](/packages/studio-laravel-totem)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[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.

44643.1k1](/packages/pressbooks-pressbooks)[webman/admin

Webman Admin

37943.0k9](/packages/webman-admin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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