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.8k5[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 3w 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 87% of packages

Maintenance42

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community10

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

454d 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://avatars.githubusercontent.com/u/33275679?v=4)[读心印](/maintainers/aa24615)[@aa24615](https://github.com/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

[neuron-core/neuron-ai

The PHP Agentic Framework.

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

TencentCloudApi php sdk

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

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

749284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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