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 3w 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 52% 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

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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k41](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k121](/packages/oat-sa-tao-core)

PHPackages © 2026

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