2017 © Pedro Peláez
 

library video-details

Get YouTube video details by video URL

image

fixik/video-details

Get YouTube video details by video URL

  • Saturday, January 6, 2018
  • by OlegMarko
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

YouTube video details from video URL, (*1)

Total Downloads Latest Stable Version License , (*2)

Introduction

Get details by YouTube video from video URL., (*3)

Installation

To get started with YouTube video details, simply run:, (*4)

composer require fixik/video-details

Next, register the Fixik\VideoDetails\VideoDetailsServiceProvider in your config/app.php file:, (*5)

'providers' => [
    // Other service providers...

    Fixik\VideoDetails\VideoDetailsServiceProvider::class,
],

Basic Usage

    <?php

        require_once 'vendor/autoload.php';

        use Fixik\VideoDetails\VideoDetails;

        $url = 'https://www.youtube.com/watch?v=ol23jnhVAOY';
        $video_details = VideoDetails::getVideoDetailsByURL($url);

        echo '<pre>';
        print_r($video_details);
        echo '</pre>';

Enable extension=php_curl.dll in your php.ini, (*6)

License

YouTube Video Details is open-sourced software licensed under the MIT license, (*7)

The Versions

06/01 2018

dev-master

9999999-dev

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko

06/01 2018

2.0.2

2.0.2.0

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko

05/01 2018

2.0.1

2.0.1.0

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko

05/01 2018

1.1.1

1.1.1.0

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko

05/01 2018

1.2.0

1.2.0.0

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko

05/01 2018

1.1.0

1.1.0.0

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko

05/01 2018

1.0.1

1.0.1.0

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko

05/01 2018

1.0.0

1.0.0.0

Get YouTube video details by video URL

  Sources   Download

MIT

by Avatar OlegMarko