PHP code example of acidjazz / tubestrip
1. Go to this page and download the library: Download acidjazz/tubestrip library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
acidjazz / tubestrip example snippets
use acidjazz\tubestrip\TubeStrip;
$ts = new TubeStrip();
$results = $ts->search('GETV ANSI Show');
dump($results);
use acidjazz\tubestrip\TubeStrip;
$ts = new TubeStrip();
dump($ts->get('r_cYOi3pnhA');
array:20 [▼
0 => {#3768 ▼
+"id": "r_cYOi3pnhA"
+"title": "GETV: ANSI Art for the Masses"
}
...