vimeo-php-lib icon indicating copy to clipboard operation
vimeo-php-lib copied to clipboard

Our official PHP library for the Advanced API.

Results 8 vimeo-php-lib issues
Sort by recently updated
recently updated
newest added

This updates to PSR-0 compliance and adds a componser.json for http://packagist.org/ compatibility. [](https://reviewable.io/reviews/vimeo/vimeo-php-lib/1)

The response from vimeo is either an array of objects if using chunks, or just one array with id and size if using one chunk.

I added the extra expl, to VimeoAPIException, the standard message is to vauge to know what is the real issue unless digging into the code. Ex: With just the VimeAPIExpection...

This branch makes various cleanups and fixes to the library, in separate commits.

$chunk_check isn't a StdObj, it's an array.

In method `upload()` of class `phpVimeo`, if `$use_multiple_chunks` is true, then chunking will always create a file named `my_upload_file.file_ext.0`, and if `$size` of the main file is less than the...

Avoid "trying to get property of a non-object"