dukt/vimeo

This package is abandoned and no longer maintained. The author suggests using the vimeo/vimeo-api package instead.

Composer wrapper for Vimeo PHP library

1.0.4 2013-04-06 00:27 UTC

This package is auto-updated.

Last update: 2022-02-01 12:24:10 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": {
        "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.