kennyray / youtube

YouTube API v3

Repository from Github https://github.comkennyray/youtubeRepository from Github https://github.comkennyray/youtube

Laravel-YouTube-Package

A package for working with the YouTube API v3

To use this package:

  1. Import it with composer using the following command:

    composer require kennyray/youtube

  2. Add the YouTubeServiceProvider to your config/app.php providers array:

    'KennyRay\YouTube\YouTubeServiceProvider',

  3. Run php artisan vendor:publish

  4. Add your YouTube API key in config/youtube.php

To make sure it's working, try this:

YouTube::hello();  // Prints "hello" to the screen to verify it's working

Portions of my code are adapted from others. Thank you for putting your code up publicly to help me learn and grow. alaouy, susomena, and others

About

YouTube API v3

License:MIT License


Languages

Language:PHP 100.0%