Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 922 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 922 Bytes

Vimeo

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": {
        "dukt/vimeo": "0.1.*"
    }
}

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.