Skip to content
forked from dukt/vimeo-lib

Composer wrapper for Vimeo PHP library

Notifications You must be signed in to change notification settings

andheiberg/vimeo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": {
        "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.

About

Composer wrapper for Vimeo PHP library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%