Skip to content

Nekland/YoutubeApi

Repository files navigation

Nekland Youtube Api

Scrutinizer Code Quality Build Status Gitter chat

Let's make usage of youtube easy, cool, and maintainable !

Getting Started

Installation

You should use composer to install it, and it's sooooo easy to install:

composer require 'nekland/youtube-api'

Usage

<?php

$youtube = new Youtube();

// You have to authenticate to access the youtube api
$youtube->authenticate(
    'JsonFileServiceAuth',
    ['json_file' => 'my_google_certificate.json']
);

// The info variable will contains an array of data returned by google
$info = $youtube->api('videos')->getById('RnpyRe_7jZA');

More

We have a more complete documentation in the docs folder.

Thanks

This library is inspired by php-github-api from KnpLabs.

Any contribution is lovely accepted. And contributors, we love you.