Actualités

This is a simple PHP library for interacting with the Vimeo API. If you’re new to Vimeo APIs, check out Getting Started: The Basics before diving into the content on this page. The API docs often use ...
It took me quite a while to get this figured out; the Vimeo API is rather PHP-centric. info = vimeo.request('vimeo.videos.getInfo', data=dict(video_id=video_id)) Perform any request like so: (the list ...