https://github.com/vimeo/vimeo-php-lib
Our official PHP library for the Advanced API.
https://github.com/vimeo/vimeo-php-lib
Last synced: 8 months ago
JSON representation
Our official PHP library for the Advanced API.
- Host: GitHub
- URL: https://github.com/vimeo/vimeo-php-lib
- Owner: vimeo
- Created: 2010-06-29T20:53:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T21:04:22.000Z (over 10 years ago)
- Last Synced: 2025-05-09T01:45:44.507Z (8 months ago)
- Language: PHP
- Homepage: http://vimeo.com/api/docs/advanced-api
- Size: 246 KB
- Stars: 178
- Watchers: 35
- Forks: 78
- Open Issues: 8
-
Metadata Files:
- Readme: readme.textile
- Changelog: changelog.txt
Awesome Lists containing this project
README
h1. The Vimeo Advanced API has been deprecated, along with this library.
h1. Check out the new API: https://developer.vimeo.com/api
h1. Check out the new library : https://github.com/vimeo/vimeo.php
h1. Vimeo Advanced API PHP Library
This library is all set to go with version 2 of our API. Just create the object and call a method like this:
$vimeo = new phpVimeo('your consumer key', 'your consumer secret');
$videos = $vimeo->call('vimeo.videos.getUploaded', array('user_id' => 'brad'));
The index.php file included will show you how to get an access token so that you can query the API for private items. To take a look at an example of how to upload a file, check out upload.php.
h2. Support
If you come across any bugs, or have any suggestions, please post them in our "API Forum":http://www.vimeo.com/forum:API.
Note: php 5.6 does not work with this library. We highly recommend you update to the new library, but you can also add curl_setopt($curl, CURLOPT_SAFE_UPLOAD, true);