Skip to content

dbotman/medialab-sdk-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaLab API SDK

A library to easily implement the MediaLab API. Full documentation of API methods is available here.

License: MIT

Please see the examples directory on how to use these classes.

Requirements

  • PHP 7.1+
  • PHP cURL extension

If you require PHP 5 support, look at version 2.

Authentication

The SDK supports 2 methods to authenticate with the API:

  • OAuth2. See authorize.php on how you could set up the authorization workflow.
  • Private Token: CLI tools or private tools that only need to access a single account. See private_token.php for an example.

Setup

If you're using Composer for your project's dependencies, add the following to your "composer.json":

"require": {
    "medialab/medialab-sdk-php": "^3.0"
}

About

MediaLab SDK for PHP, integrating MediaLab in your project - https://docs.medialab.co

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%