Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olegmarko/video-details
- Owner: OlegMarko
- License: mit
- Created: 2018-01-05T09:21:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T00:16:26.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T20:03:13.429Z (about 1 month ago)
- Topics: laravel-5-package, laravel-package, youtube-video, youtube-video-details
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YouTube video details from video URL
## 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)