PHPackages                             graychen/moive-url - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. graychen/moive-url

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

graychen/moive-url
==================

find moive play url by moive name

v1.0.1(6y ago)01.5kMITPHPCI failing

Since Jan 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Graychen/moive-url)[ Packagist](https://packagist.org/packages/graychen/moive-url)[ RSS](/packages/graychen-moive-url/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

[![PHP Unit](https://github.com/Graychen/moive-url/workflows/PHP%20Unit/badge.svg?branch=master&event=push)](https://github.com/Graychen/moive-url/workflows/PHP%20Unit/badge.svg?branch=master&event=push)

moive-url
=========

[](#moive-url)

作用
--

[](#作用)

一个根据电影名称获取对应的播发资源的composer包

怎么引入
----

[](#怎么引入)

```
composer require graychen/moive-url
```

怎么导入
----

[](#怎么导入)

```
use graychen\moiveUrl\moive;
```

怎么使用
----

[](#怎么使用)

### 获取带播放器的播放页面的地址

[](#获取带播放器的播放页面的地址)

```
$name="喜剧之王"
$moive=moive::getInstance();
$moive->setName($name);
$url = $moive->getShareUrl();
```

这个$url就是我们可以观看的地址了

### 获取播放的地址

[](#获取播放的地址)

```
$name="喜剧之王"
$moive=moive::getInstance();
$moive->setName($name);
$url = $moive->getPlayUrl();
```

这个$url就是可以播放的资源地址

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~1 days

Total

2

Last Release

2316d ago

### Community

Maintainers

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

---

Top Contributors

[![Graychen](https://avatars.githubusercontent.com/u/4189971?v=4)](https://github.com/Graychen "Graychen (14 commits)")

---

Tags

composer-package

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/graychen-moive-url/health.svg)

```
[![Health](https://phpackages.com/badges/graychen-moive-url/health.svg)](https://phpackages.com/packages/graychen-moive-url)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[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)
