Community Documentation

Installing the Brightcove PHP MAPI Wrapper

Last updated December 19, 2012. Created by kvantomme on July 6, 2011.
Edited by noisetteprod, scorchio. Log in to edit this page.

The PHP MAPI Wrapper is a PHP SDK that integrates with the Brightcove Media API. It's essential for both the Brightcove and the Brightcove CCK module. You can find more information about the SDK here.

Requirements

PHP version 5.2 (or greater) is needed, or you must have the JavaScript Object Notation (JSON) PECL package. For more information on the JSON PECL package, please visit the PHP JSON package website.

Installation

  1. Go to PHP MAPI Wrapper page on GitHub and download the latest package. At the time of the writing, the latest version was 2.0.5.
  2. Create a directory for libraries, if you haven't already. It should be at sites/all/libraries or sites/SITENAME/libraries.
  3. Unzip the PHP MAPI Wrapper package into this directory and rename it to "brightcove". The following file should exist: sites/all/libraries/brightcove/bc-mapi.php (or sites/SITENAME/libraries/brightcove/bc-mapi.php).

Problems?

If you run into any issues with the library, you can file an issue in the GitHub Issue Tracker. You can get additional support at the Support Forums.

Page status

About this page

Drupal version
Drupal 6.x, Drupal 7.x
Audience
Programmers, Site administrators

Site Building Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.