Composer wrapper for the official Vimeo PHP library Library
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
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.