PHPackages                             gumphp/parse-video - 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. [Image &amp; Media](/categories/media)
4. /
5. gumphp/parse-video

ActiveLibrary[Image &amp; Media](/categories/media)

gumphp/parse-video
==================

A PHP library to parse video information from various Chinese social media platforms

v1.0.3(6mo ago)18MITPHPPHP &gt;=8.1

Since Nov 6Pushed 6mo agoCompare

[ Source](https://github.com/gumphp/video-parse)[ Packagist](https://packagist.org/packages/gumphp/parse-video)[ RSS](/packages/gumphp-parse-video/feed)WikiDiscussions main Synced 1mo ago

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

GumPHP Parse Video
==================

[](#gumphp-parse-video)

A PHP library to parse video information from various Chinese social media platforms. This is the PHP equivalent of the popular Python `parse-video-py` library.

Features
--------

[](#features)

- Parse video information from 20+ Chinese social media platforms
- Extract direct video URLs, thumbnails, titles, and author information
- Support for both video and image album parsing where applicable
- Modern PHP 8.1+ with strict typing
- PSR-4 autoloading and composer support
- Built with Guzzle HTTP client for reliable requests

Supported Platforms
-------------------

[](#supported-platforms)

- **Douyin** (抖音) - including image albums and Live Photos
- **Kuaishou** (快手)
- **Weibo** (微博) - including image albums
- **Bilibili** (哔哩哔哩)
- **Xiaohongshu** (小红书)
- **PiPiXia** (皮皮虾)
- **WeiShi** (微视)
- **LvZhou** (绿洲)
- **ZuiYou** (最右)
- **QuanMin** (度小视/原 全民小视频)
- **XiGua** (西瓜视频)
- **LiShiPin** (梨视频)
- **PiPiGaoXiao** (皮皮搞笑)
- **HuYa** (虎牙)
- **AcFun** (A站)
- **DouPai** (逗拍)
- **MeiPai** (美拍)
- **QuanMinKGe** (全民K歌)
- **SixRoom** (六间房)
- **XinPianChang** (新片场)
- **HaoKan** (好看视频)

Installation
------------

[](#installation)

```
composer require gumphp/parse-video
```

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- ext-json
- ext-curl
- guzzlehttp/guzzle

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
