PHPackages                             fixik/video-details - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fixik/video-details

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fixik/video-details
===================

Get YouTube video details by video URL

2.0.2(8y ago)129MITPHP

Since Jan 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/OlegMarko/video-details)[ Packagist](https://packagist.org/packages/fixik/video-details)[ RSS](/packages/fixik-video-details/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

YouTube video details from video URL

[![Total Downloads](https://camo.githubusercontent.com/c0a85e2108319526412a6c789207db7583f40d7b10959e7f1ced04d24949ec7f/68747470733a2f2f706f7365722e707567782e6f72672f666978696b2f766964656f2d64657461696c732f642f746f74616c2e737667)](https://packagist.org/packages/fixik/video-details)[![Latest Stable Version](https://camo.githubusercontent.com/54b6fae3b7c9abcea80fa66e9bd5665fee67bd600b415cdeb3f2974c26bd2691/68747470733a2f2f706f7365722e707567782e6f72672f666978696b2f766964656f2d64657461696c732f762f737461626c652e737667)](https://packagist.org/packages/fixik/video-details)[![License](https://camo.githubusercontent.com/248e9ac9b0df9fc9540497902d39d8e664674e7d034711e9606c3fb665396398/68747470733a2f2f706f7365722e707567782e6f72672f666978696b2f766964656f2d64657461696c732f6c6963656e73652e737667)](https://packagist.org/packages/fixik/video-details)

Introduction
------------

[](#introduction)

Get details by YouTube video from video URL.

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

[](#installation)

To get started with YouTube video details, simply run:

```
composer require fixik/video-details

```

Next, register the `Fixik\VideoDetails\VideoDetailsServiceProvider` in your `config/app.php` file:

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

    Fixik\VideoDetails\VideoDetailsServiceProvider::class,
],
```

Basic Usage
-----------

[](#basic-usage)

```
