PHPackages                             khaleejinfotech/youtube-data-api-laravel - 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. [API Development](/categories/api)
4. /
5. khaleejinfotech/youtube-data-api-laravel

ActiveLibrary[API Development](/categories/api)

khaleejinfotech/youtube-data-api-laravel
========================================

YouTube Metadata normal grabs singular details about a video and its uploader.

v1.1(3y ago)022MITPHP

Since Aug 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ibilalkhilji/youtube-data-api-laravel)[ Packagist](https://packagist.org/packages/khaleejinfotech/youtube-data-api-laravel)[ RSS](/packages/khaleejinfotech-youtube-data-api-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

YoutubeDataApi Laravel Package
==============================

[](#youtubedataapi-laravel-package)

YouTube Metadata normal grabs singular details about a video and its uploader.

*Note: This extension works in Laravel 8 and Laravel 9.*

INSTALLATION
------------

[](#installation)

Run the command: `composer require khaleejinfotech/youtube-data-api-laravel` to download the package into the Laravel platform.

After you have installed the package, open your Laravel config file config/app.php and add the following lines.

In the $providers array add the service providers for this package.

```
Khaleejinfotech\YoutubeDataApi\YoutubeDataApiServiceProvider::class,

```

Publish the config file with

```
php artisan vendor:publish --tag="youtube_data_api"

```

Open the **config/youtube\_data\_api.php** in any text editor and add your api key obtained from google developer console.

```
