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

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

php127s/douyin
==============

抖音去水印

1.1.0(5y ago)08MITPHPPHP &gt;=7.3

Since Mar 2Pushed 5y agoCompare

[ Source](https://github.com/evandaz/douyin)[ Packagist](https://packagist.org/packages/php127s/douyin)[ RSS](/packages/php127s-douyin/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (3)Versions (3)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->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();
```

重新设置url

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

参与贡献
----

[](#参与贡献)

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

> 注: 本项目同时发布在gitee 请使用github提交
> github:

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~56 days

Total

2

Last Release

1846d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/php127s-douyin/health.svg)](https://phpackages.com/packages/php127s-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)
