Skip to content

gingteam/tiktok-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

Releases

No releases published

Packages

No packages published

Languages