PHPackages                             kolpikov/laravel-youtube - 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. kolpikov/laravel-youtube

ActiveLibrary[API Development](/categories/api)

kolpikov/laravel-youtube
========================

Basic Youtube API support for the Laravel framework

v1.0.2(7y ago)042MITPHPPHP &gt;=7.1.3

Since Dec 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Kolpikov/laravel-youtube)[ Packagist](https://packagist.org/packages/kolpikov/laravel-youtube)[ Docs](https://github.com/kolpikov/laravel-youtube)[ RSS](/packages/kolpikov-laravel-youtube/feed)WikiDiscussions master Synced 3w ago

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

Laravel Youtube
===============

[](#laravel-youtube)

[![Build Status](https://camo.githubusercontent.com/54f2ce99b0d38a4f7365bbcc5c2df1f16d54a112926b45b891824a38a4e6358c/68747470733a2f2f7472617669732d63692e6f72672f4b6f6c70696b6f762f6c61726176656c2d796f75747562652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Kolpikov/laravel-youtube)[![Total Downloads](https://camo.githubusercontent.com/b9c8f15b4c835fb34cf5df9e8b98269245321813383c57abdc47cf75fe96fbc4/68747470733a2f2f706f7365722e707567782e6f72672f6b6f6c70696b6f762f6c61726176656c2d796f75747562652f642f746f74616c2e737667)](https://packagist.org/packages/kolpikov/laravel-youtube)[![Latest Stable Version](https://camo.githubusercontent.com/1c80f60a0234249a5d660765440e1bc118a06364516d52af2469be636dac22ba/68747470733a2f2f706f7365722e707567782e6f72672f6b6f6c70696b6f762f6c61726176656c2d796f75747562652f762f737461626c652e737667)](https://packagist.org/packages/kolpikov/laravel-youtube)[![License](https://camo.githubusercontent.com/27285ef1ea9d88ddc3696116c9b5bc2828d4c82a62ad83f8fe0c1b36628e2cd8/68747470733a2f2f706f7365722e707567782e6f72672f6b6f6c70696b6f762f6c61726176656c2d796f75747562652f6c6963656e73652e737667)](https://packagist.org/packages/kolpikov/laravel-youtube)

Basic Youtube API v.3 support for the Laravel framework

Requirements
------------

[](#requirements)

- PHP 7.1 or higher;
- PHP extensions: JSON, CURL;
- Laravel 5.7 or higher;
- Youtube API key from [Google Console](https://console.developers.google.com);

1. Install Laravel Youtube
--------------------------

[](#1-install-laravel-youtube)

Run this at the command line:

```
composer require kolpikov/laravel-youtube

```

2. Copy config file into your application
-----------------------------------------

[](#2-copy-config-file-into-your-application)

```
 php artisan vendor:publish --tag=laravel-youtube-config

```

3. Set your Youtube API key
---------------------------

[](#3-set-your-youtube-api-key)

In your .env file add new line:

```
YOUTUBE_API_KEY={{YOUR_KEY_HERE}}

```

Where **{{YOUR\_KEY\_HERE}}** is your key from Youtube API.

Usage example:
--------------

[](#usage-example)

The code below outputs contentData about Video:

```
$videoID = "{{ANY_VIDEO_ID}}";
$data = \Kolpikov\Youtube\Facades\Youtube::getContentDetails($videoID);
dump($data);
```

No Technical Support!
---------------------

[](#no-technical-support)

Sorry, **I don't provide any kind of technical support** in any cases.

License
-------

[](#license)

This library is open-sourced software licensed under the [MIT License](https://choosealicense.com/licenses/mit/).

**Copyright © 2018 Kolpikov Andrey**

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~86 days

Total

3

Last Release

2582d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/df25d0eb9f45432919426994fd1bdb0a8f8c8ddd529bb41de553b8b1f704522d?d=identicon)[Kolpikov](/maintainers/Kolpikov)

---

Top Contributors

[![Kolpikov](https://avatars.githubusercontent.com/u/17802186?v=4)](https://github.com/Kolpikov "Kolpikov (9 commits)")

---

Tags

laravelyoutube

### Embed Badge

![Health badge](/badges/kolpikov-laravel-youtube/health.svg)

```
[![Health](https://phpackages.com/badges/kolpikov-laravel-youtube/health.svg)](https://phpackages.com/packages/kolpikov-laravel-youtube)
```

###  Alternatives

[alaouy/youtube

Laravel PHP Facade/Wrapper for the Youtube Data API v3

8121.3M9](/packages/alaouy-youtube)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
