Download the PHP package derhaeuptling/contao-vimeo-api without Composer

On this page you can find all versions of the php package derhaeuptling/contao-vimeo-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contao-vimeo-api

vimeo_api extension for Contao Open Source CMS

This extension allows you to embed the Vimeo videos and albums on your website. It supports displaying both public and private videos, using custom poster images, viewing video in the lightbox.

The module supports responsive images feature which is implemented by default in Contao.

Requirements

The only requirement is to have jQuery enabled on the page. If you want to also use the lightbox feature, please enable the template in the page layout settings.

Configuration

In order to make it work, you have to create the Vimeo app at https://developer.vimeo.com/apps/ and generate the personal access token. Then, in the Contao settings enter the following data:

  1. Client ID (in Vimeo: Client Identifier)
  2. Client secret (in Vimeo: Client Secrets)
  3. Access token (in Vimeo: Personal access token)

Afterwards you can start creating the "Vimeo video" content elements. If something does not work, be sure to check the system logs.

Clearing Vimeo cache

By default the extension caches video data and images fetched from Vimeo API to improve the overall performance. In case you need to clear the cache, go to the Maintenance module and purge the Vimeo cache.

Rebuilding Vimeo cache

In case you would like to rebuild the images and data cache, you can go to the Maintenance module and rebuild it there. The script will perform an AJAX request for every Vimeo content element - it works similar to the rebuilding Contao search index.

Contrary to the clearing/purging the Vimeo cache it will not delete the cache but override it. This means the frontend will still be accessible in timely fashion but it can still display the old cache if the particular elements have not been processed yet.

Displaying private videos

To display the Vimeo private videos, make sure that your access token has scope enabled. You may also need to refine the settings of the video itself, allowing it to be displayed on desired websites.

Upgrade from 1.x to 2.x

After installing the new version of the extension make sure to purge the Vimeo cache. This will delete the obsolete files. Then you should batch rebuild the whole cache again.


All versions of contao-vimeo-api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
contao/core-bundle Version ~3.5 || ~4.1
contao-community-alliance/composer-plugin Version ~2.4 || ~3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package derhaeuptling/contao-vimeo-api contains the following files

Loading the files please wait ....