PHPackages                             a-jue/moeins - 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. [Framework](/categories/framework)
4. /
5. a-jue/moeins

AbandonedArchivedProject[Framework](/categories/framework)

a-jue/moeins
============

This is online video.

v1.0(7y ago)24031070[2 issues](https://github.com/178146582/moeins/issues)GPL-3.0-onlyPHPPHP &gt;=5.6.4

Since Sep 25Pushed 7y ago11 watchersCompare

[ Source](https://github.com/178146582/moeins)[ Packagist](https://packagist.org/packages/a-jue/moeins)[ Docs](https://www.moeins.cn)[ RSS](/packages/a-jue-moeins/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

[![](public/images/logo.png)](public/images/logo.png)

[Blog](https://www.52ecy.cn) | [演示站](https://www.moeins.cn) | [QQ群](http://shang.qq.com/wpa/qunwpa?idkey=618c7f3214a5c5ed06c9343a395371a8b27318e5190491bf7283fbf7468e35d7)

基于优雅的 laravel 框架和一点都不妹子的 妹子UI 的在线影视应用

[![](https://camo.githubusercontent.com/ec9e37a574d9596ee670b903a4176f4573d52d88f3ca005989e2ddd7b38f1f91/68747470733a2f2f7773312e73696e61696d672e636e2f6c617267652f30303732566631706c793166766c6b69647a6c6a786a333130793071623471702e6a7067)](https://camo.githubusercontent.com/ec9e37a574d9596ee670b903a4176f4573d52d88f3ca005989e2ddd7b38f1f91/68747470733a2f2f7773312e73696e61696d672e636e2f6c617267652f30303732566631706c793166766c6b69647a6c6a786a333130793071623471702e6a7067)[![](https://camo.githubusercontent.com/dfdfd49398af8c6f58026d4bcf519db5cf7f5f298977b883107a35c003febd0e/68747470733a2f2f7773332e73696e61696d672e636e2f6c617267652f30303732566631706c793166766c6b69656165656c6a333130713071323777682e6a7067)](https://camo.githubusercontent.com/dfdfd49398af8c6f58026d4bcf519db5cf7f5f298977b883107a35c003febd0e/68747470733a2f2f7773332e73696e61696d672e636e2f6c617267652f30303732566631706c793166766c6b69656165656c6a333130713071323777682e6a7067)

#### 作者有话要说

[](#作者有话要说)

虽然在线影视网上也是遍地都是，但这并不影响我自个写一个，这样以后自己看番也方便，毕竟自己动手才能丰衣足食，又能学习到新的知识，岂不美哉。

页面设计参考了部分网站。影视资源均来自网上，如有侵权，请及时联系我们。

让我们一起抛弃那些ex的60秒广告吧~

- 无数据库、无后台模式，仅只有一个配置文件(`config/web.php`)
- 无广告，支持vip解析，官方源，速度快，多频道，多分类

To-do:

- - 独立的频道首页
- - 电视台直播
- - 多解析接口
- - 待添加...

#### 赞助专享版

[](#赞助专享版)

另外这是一个双版本应用，就是它会有两个不同的版本，赞助版基于普通版的优化而来，在功能和性能上做了很大提升，大大加快运行速度，并且保持优先的更新.

- 那么，问题来了，如何获得赞助专享版呢？

你可以在 [这里](https://github.com/178146582/qr#author) 或者 [这里](https://pay.52ecy.cn) 对项目赞助58元以上即可获得

当然，如果项目对你有帮助，或者你有需要，都可以选择赞助我们，哪怕一分也是爱

我想没有一个人写开源项目是为了牟利而写，毕竟它还没有去砖厂搬一天砖赚的多。

安装需求
----

[](#安装需求)

- LNMP/AMP With PHP5.6+
- curl、OpenSSL扩展
- Composer

通过Composer安装主程序
---------------

[](#通过composer安装主程序)

#### 1. 使用composer安装moeins

[](#1-使用composer安装moeins)

```
$ composer create-project a-jue/moeins

```

```
#等待安装依赖库后，会自动执行安装脚本
#出现如下提示表示安装完成

> Illuminate\Foundation\ComposerScripts::postInstall
> php artisan optimize
Generating optimized class loader
The compiled services file has been removed.
> php artisan key:generate
Application key [base64:Hx0I9UUQg7OyIz8lpDYG6Y/gW1uxS760ERdWvGG2jyQ=] set successfully.

```

#### 2. 目录权限

[](#2-目录权限)

将`public` 子目录设置为对外公开的web目录

#### 3. URL重写

[](#3-url重写)

对于Apache服务器，项目目录下的`.htaccess`已经配置好重写规则，如有需求酌情修改. 对于Nginx服务器，以下是一个可供参考的配置：

```
location / {
	try_files $uri $uri/ /index.php$is_args$query_string;
}

```

#### 4. 完成

[](#4-完成)

- 给本项目一个Star~
- 访问你的`域名`即可

通过Git安装
-------

[](#通过git安装)

#### 1. Clone本项目

[](#1-clone本项目)

```
git clone https://github.com/178146582/moeins.git

```

#### 2. composer安装扩展包

[](#2-composer安装扩展包)

```
composer install

```

#### 3. PHP执行以下命令

[](#3-php执行以下命令)

```
php -r "file_exists('.env') || copy('.env.example', '.env');"

php artisan key:generate

```

#### 4. 从"通过Composer安装"的第二步继续

[](#4-从通过composer安装的第二步继续)

许可证
---

[](#许可证)

GPLV3

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2783d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c78bd4996592494110055f64333a0b061c87397635e548f5a03aa0839c9cd57?d=identicon)[阿珏](/maintainers/%E9%98%BF%E7%8F%8F)

---

Top Contributors

[![iAJue](https://avatars.githubusercontent.com/u/32321958?v=4)](https://github.com/iAJue "iAJue (11 commits)")

---

Tags

frameworklaravelmoeins

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/a-jue-moeins/health.svg)

```
[![Health](https://phpackages.com/badges/a-jue-moeins/health.svg)](https://phpackages.com/packages/a-jue-moeins)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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