andheiberg/vimeo

Composer wrapper for Vimeo PHP library

dev-master 2014-09-19 18:17 UTC

This package is not auto-updated.

Last update: 2024-05-07 05:45:55 UTC


README

Composer wrapper for the official Vimeo PHP library Library

Installation

Vimeo is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "andheiberg/vimeo": "2.0.*" // for v2 of the api
        "andheiberg/vimeo": "3.0.*" // for v3 of the api
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Feedback

Please provide feedback! We want to make this library useful in as many projects as possible. Please raise a Github issue, and point out what you do and don't like, or fork the project and make suggestions. No issue is too small.

If you have Vimeo specific questions, please refer to Vimeo API Forum.

Actively maintained by Benjamin David.