Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 600 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 600 Bytes

TikTok Downloader

test

Installation

composer require gingteam/tiktok:dev-main

Usage

<?php

use TikTok\Driver\SnaptikDriver;
use TikTok\VideoDownloader;

require __DIR__.'/vendor/autoload.php';

$tiktok = new VideoDownloader(new SnaptikDriver());

echo $tiktok->get('https://www.tiktok.com/@philandmore/video/6805867805452324102');