aescarcha/udemy-api-client

There is no license information available for the latest version (0.1.0) of this package.

Client for interacting with Udemy 2.0 API

0.1.0 2016-03-11 17:08 UTC

This package is auto-updated.

Last update: 2024-04-19 09:01:01 UTC


README

This is a PHP Udemy api client to handle connection with Udemy 2.0 API, atm it only parses course details requests, it may grow in the future, or may not. Feel free to contribute.

Install

Add to composer require

{
    "require": {
        "aescarcha/udemy-api-client": "dev-master"
    }
}

Run composer update

Usage:

$api = new Api('clientId', 'clientSecret');
$course = $api->getUrl( 'http://www.udemy.com/api-2.0/courses/1');