PHPackages                             php127/douyin - 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. php127/douyin

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

php127/douyin
=============

php视频去水印 抖音去水印 快手去水印

2.4.0(1y ago)1714.7k4[1 issues](https://github.com/aa24615/douyin/issues)MITPHPPHP &gt;=7.2|^8.0CI failing

Since Mar 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/aa24615/douyin)[ Packagist](https://packagist.org/packages/php127/douyin)[ RSS](/packages/php127-douyin/feed)WikiDiscussions master Synced 1mo ago

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

php127/douyin
=============

[](#php127douyin)

已实现

- 获取无水印视频链接
- 获取图片封面
- 获取视频音乐
- 获取视频标题

支持平台

- 抖音
- 快手

要求
--

[](#要求)

1. php &gt;= 7.3
2. Composer

安装
--

[](#安装)

```
composer require php127/douyin -vvv
```

用法
--

[](#用法)

```
use Php127\Douyin\Factory;;

//抖音
$app = Factory::douyin('https://v.Douyin.com/eeYy4Yo/');

//快手
$app = Factory::kuaishou('https://v.kuaishou.com/gcNIRW');
```

获取所有信息

```
$app->getData();

/*
Array
(
    [title] => “如果风会说话，不知道他会不会告诉你，我一直在想你”#三月你好
    [url] => https://aweme.snssdk.com/aweme/v1/playwm/?video_id=v0d00ff90000c0u6h388f47ar50b7ssg&ratio=720p&line=0
    [img] => https://p29.Douyinpic.com/tos-cn-p-0015/dab756097b094853bbffb9b744aa246a_1614571698~tplv-dy-360p.jpeg?from=2563711402
    [music] => https://sf6-cdn-tos.Douyinstatic.com/obj/ies-music/6934532600002284296.mp3
)
*/
```

单个获取

```
//获取title
$app->getTitle();

//获取img
$app->getImg();

//获取music
$app->getMusic();

//获取无水印url
$app->getUrl();

//获取图文类型中的图片
$app->getImages();
```

重新设置url

```
$app->setUrl(string $url = 'https://v.Douyin.com/eeYy4Yo/');
$app->getData();
//...
```

参与贡献
----

[](#参与贡献)

1. fork 当前库到你的名下
2. 在你的本地修改完成审阅过后提交到你的仓库
3. 提交 PR 并描述你的修改，等待合并

License
-------

[](#license)

[MIT license](https://opensource.org/licenses/MIT)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance45

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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 ~124 days

Recently: every ~220 days

Total

13

Last Release

409d ago

Major Versions

1.2.1 → 2.x-dev2021-10-24

PHP version history (2 changes)1.0.0PHP &gt;=7.3

2.0.1PHP &gt;=7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbcdf7ec634eb735375fa4f6046f91646934f9eb07456f4b4dcbdec545c6435b?d=identicon)[aa24615](/maintainers/aa24615)

---

Top Contributors

[![aa24615](https://avatars.githubusercontent.com/u/33275679?v=4)](https://github.com/aa24615 "aa24615 (25 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/php127-douyin/health.svg)

```
[![Health](https://phpackages.com/badges/php127-douyin/health.svg)](https://phpackages.com/packages/php127-douyin)
```

###  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)
