BrightcoveOS / PHP-MAPI-Wrapper

This project provides a starting point for integrating the Brightcove Media API into your application. It provides simple ways to interact with the API, as well as a long list of helper functions.
http://opensource.brightcove.com/project/PHP-MAPI-Wrapper/
48 stars 51 forks source link

Composer Tool #23

Closed gianarb closed 5 years ago

gianarb commented 11 years ago

I have add composer.json file, from manage this library with Composer.

Case Use

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/BrightcoveOS/PHP-MAPI-Wrapper"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "brightcoveos/php-mapi-wrapper" : "*"
    }
}