PHPackages                             lizhipay/acg-faka - 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. lizhipay/acg-faka

ActiveProject

lizhipay/acg-faka
=================

一款基于php8开发的原生虚拟发卡系统、个人店铺系统！

4.6k631↓50%887[5 PRs](https://github.com/lizhipay/acg-faka/pulls)PHP

Since Mar 28Pushed 3mo ago26 watchersCompare

[ Source](https://github.com/lizhipay/acg-faka)[ Packagist](https://packagist.org/packages/lizhipay/acg-faka)[ RSS](/packages/lizhipay-acg-faka/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![异次元店铺系统](https://raw.githubusercontent.com/lizhipay/acg-faka/refs/heads/main/favicon.ico) ](https://faka.wiki/)

[![php8.0,8.1](https://camo.githubusercontent.com/8ef81d900256aa7f48b3770fcd0eb253a0b21494fc686b4cec27e4225c8712b3/68747470733a2f2f66616b612e77696b692f7376672f7068702e737667)](https://camo.githubusercontent.com/8ef81d900256aa7f48b3770fcd0eb253a0b21494fc686b4cec27e4225c8712b3/68747470733a2f2f66616b612e77696b692f7376672f7068702e737667)[![mysql5.6+](https://camo.githubusercontent.com/351605f4177009609c1b8b9c349dcf170c16916d1b5b137a6bb3e877115d3d71/68747470733a2f2f66616b612e77696b692f7376672f6d7973716c2d76657273696f6e2e737667)](https://camo.githubusercontent.com/351605f4177009609c1b8b9c349dcf170c16916d1b5b137a6bb3e877115d3d71/68747470733a2f2f66616b612e77696b692f7376672f6d7973716c2d76657273696f6e2e737667)[![license](https://camo.githubusercontent.com/bf1ee8991ff7d20315192e6137cf4001ccc13382e679ac1125442d773bf2dac9/68747470733a2f2f66616b612e77696b692f7376672f6c6963656e73652e737667)](https://camo.githubusercontent.com/bf1ee8991ff7d20315192e6137cf4001ccc13382e679ac1125442d773bf2dac9/68747470733a2f2f66616b612e77696b692f7376672f6c6963656e73652e737667)

法律声明
----

[](#法律声明)

> 本商城程序基于 MIT 协议开源，并且完全免费。该程序的初衷是为开发者提供学习和研究的机会。未取得合法资质，严禁将本程序用于任何商业用途，尤其是禁止利用本程序搭建平台进行商品销售。
>
> 用户在使用或学习本程序时，必须严格遵守法律法规。我们提倡依法行事，尊重法律，坚守法律，避免对社会产生不良影响。
>
> 使用本程序即表示您已充分理解并同意本法律声明的所有内容。

快速体验
----

[](#快速体验)

- 后台演示： 账号： 密码：123456
- 前台演示： 账号：为了明天美好而战斗 密码：123456
- 文档地址：

功能简介
----

[](#功能简介)

- 支付系统，拥有强悍的插件扩展能力，现目今已经支持全网任意平台，任意支付渠道。
- 云更新，如果系统升级新版本，你无需进行繁琐操作，只需要在你的店铺后台就可以无缝完成升级。
- 商品销售，支持商品配图、会员价、游客价、邮件通知、卡密预选（用户可以预选自己想购买的那个账号或者卡号）、API对接、强制登录购买、强悍的自定义控件功能、限时秒杀、批发优惠、优惠卷、等众多功能。
- 分站系统，前台用户可以开通分站，分站可以独立运行，也可以卖主站商品，有点类似商业店铺了。
- 会员系统，会员/商户融为一体，支持会员等级，以及商户等级完全自定义，以及商品可自定义会员等级对应价格。
- 推广/代理系统，拥有三级分销返佣功能，注册账号即实现自动发展下级。
- 共享店铺系统，可以在后台直接对接别人的店铺，通过扣除余额来进行无感知进货。
- 应用商店，拥有众多插件以及模板，让你的店铺变得格外强大。
- 界面美观，完美支持PC和手机，真正的内外二次元文化。
- 强悍的扩展能力，你可以通过本程序在几分钟之内快速的实现你任意想实现的在线购物功能，例子如下：
    - 游戏方面，物品购买即时到玩家背包
    - 商业软件余额充值
    - 商业软件自动授权
    - 论坛/社区VIP自动开通
    - 只要你想得到，没有做不到。
- 还有更多强大的功能，需要安装自己发掘。至此，介绍完毕。

安装教程
----

[](#安装教程)

- 在安装之前，请检查你的系统环境，`php>=8.0`，`MySQL版本>=5.6[不推荐5.6后续升级可能会有问题，推荐5.7或者8.0]`，因为使用了大量的PHP8注解以及PHP8的新特性，所以php版本不得不从8.0起，这里还需要注意。
- 将源码下载至你的服务器、或者使用composer下载源码：`composer create-project lizhipay/acg-faka:dev-main`
- 以上步骤完成后，然后配置伪静态，Apache无需配置，根目录已经有.htaccess文件了，但如果你是Nginx，则需要配置伪静态。
- 下面是Nginx伪静态规则：

```
location / {
      if (!-e $request_filename){
              rewrite ^(.*)$ /index.php?s=$1 last; break;
      }
}

```

- Windows IIS服务器环境，可以使用下面伪静态规则：

```

```

- 配置完成后，访问你的首页，即可开始安装
- 安装完成后，后台地址是：`https://你的域名/admin`

更多支持
----

[](#更多支持)

- 交流QQ群：970103572
- [Telegram](http://t.me/mcyofficial)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance53

Moderate activity, may be stable

Popularity49

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/22bd3b0098cc67f68e9e04bf56e8d6eacd0d30870554a8f6c0d46379e403b875?d=identicon)[lizhipay](/maintainers/lizhipay)

---

Top Contributors

[![lizhipay](https://avatars.githubusercontent.com/u/68234346?v=4)](https://github.com/lizhipay "lizhipay (240 commits)")

### Embed Badge

![Health badge](/badges/lizhipay-acg-faka/health.svg)

```
[![Health](https://phpackages.com/badges/lizhipay-acg-faka/health.svg)](https://phpackages.com/packages/lizhipay-acg-faka)
```

PHPackages © 2026

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