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
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~5.0
Requires (Dev)
- phpspec/phpspec: ~2.0
This package is auto-updated.
Last update: 2024-11-19 10:17:48 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');