Download the PHP package vimeify/vimeo-api without Composer
On this page you can find all versions of the php package vimeify/vimeo-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vimeify/vimeo-api
More information about vimeify/vimeo-api
Files in vimeify/vimeo-api
Package vimeo-api
Short Description Unofficial PHP library for the Vimeo API.
License Apache-2.0
Homepage https://github.com/vimeify/vimeo.php
Informations about the package vimeo-api
Interacting with the Vimeo API using PHP
This is a simple PHP library for interacting with the Vimeo API.
Before you start
Get started 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.
Understand the PHP hierarchy
The API docs often use dot notation to represent a hierarchy of data, such as privacy.view
. Since the PHP library sends all data using JSON, you must use nested associative arrays instead of dot notation.
Install and access the PHP library
To install the PHP library, run the following command:
After installation is complete, you can access the library by using $lib = new \Vimeo\Vimeo($client_id, $client_secret)
in a Composer-enabled PHP script.
Advanced examples
To see examples of the most common use cases of the PHP library, visit our PHP Library Examples page.
Why this library
This library was built for the purposes of the Vimeify.com WordPress plugin, however, anyone can use it, really!
The main goal of this library is to maintain backwards compatibility and stability for the modern PHP
We aim to support at least four major PHP versions. This way the library will be compatible with most WordPress installs.
Support
To troubleshoot an issue, reach out to Vimeo Support.
All versions of vimeo-api with dependencies
ext-curl Version *
ext-json Version *
ankitpokhrel/tus-php Version v2.3.0