PHPackages                             r0nn1ef/vimeo-service-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. r0nn1ef/vimeo-service-module

ActiveSilverstripe-module[Image &amp; Media](/categories/media)

r0nn1ef/vimeo-service-module
============================

The Vimeo module is designed to let you display a gallery of videos from the Vimeo video sharing site. The module also adds a shortcode to embed a Vimeo video into any text field.

2.0.2(12y ago)334[4 PRs](https://github.com/r0nn1ef/Silverstripe-Vimeo-Service-module/pulls)BSD-3-ClausePHP

Since Sep 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/r0nn1ef/Silverstripe-Vimeo-Service-module)[ Packagist](https://packagist.org/packages/r0nn1ef/vimeo-service-module)[ RSS](/packages/r0nn1ef-vimeo-service-module/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

```
###############################################
Vimeo Service Module
###############################################

18 June 2011

Maintainer Contact
-----------------------------------------------
Ronald Ferguson (Nickname: r0nn1ef)

Requirements
-----------------------------------------------
SilverStripe 2.4.5
PHP 5.2.x

Documentation
-----------------------------------------------

Installation Instructions
-----------------------------------------------
1. Create a basic account at http://www.vimeo.com/join
2. Log in to your Vimeo user account
3. Register your web application at http://www.vimeo.com/api/applications/new (Ensure that you uncheck the checkbox for "Upload Permissions" as you will not need upload access for this module.)
4. Place this directory in the root of your SilverStripe installation
I.e. you will now have the following root folders

assets
mysite
cms
jsparty
sapphire
vimeoservice

5. add the following to your mysite/_config.php:

VimeoService::setAPIKey('vimeo_api_key'); //
