Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olegmarko/video-details

YouTube video details from video URL
https://github.com/olegmarko/video-details

laravel-5-package laravel-package youtube-video youtube-video-details

Last synced: about 1 month ago
JSON representation

YouTube video details from video URL

Awesome Lists containing this project

README

        

YouTube video details from video URL


Total Downloads
Latest Stable Version
License

## Introduction

Get details by YouTube video from video URL.

## 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:

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

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

## Basic Usage

```php
';
print_r($video_details);
echo '';
```

Enable `extension=php_curl.dll` in your `php.ini`

## License

YouTube Video Details is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)