PHPackages                             andrelohmann-silverstripe/vimeo\_video - 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. [Framework](/categories/framework)
4. /
5. andrelohmann-silverstripe/vimeo\_video

ActiveSilverstripe-module[Framework](/categories/framework)

andrelohmann-silverstripe/vimeo\_video
======================================

Vimeo Video Extension

2.6.3(9y ago)0371[4 PRs](https://github.com/andrelohmann/silverstripe-vimeo_video/pulls)BSD-3-ClausePHPPHP &gt;=5.3.2

Since Jul 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/andrelohmann/silverstripe-vimeo_video)[ Packagist](https://packagist.org/packages/andrelohmann-silverstripe/vimeo_video)[ RSS](/packages/andrelohmann-silverstripe-vimeo-video/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (28)Used By (0)

Silverstripe Vimeo Video File - (c) Eduard Malyj (and others) 2016
==================================================================

[](#silverstripe-vimeo-video-file---c-eduard-malyj-and-others-2016)

Maintainer Contact
------------------

[](#maintainer-contact)

- Eduard Malyj &lt;eduard.malyj (at) gmail (dot) com&gt;
- Andre Lohmann (Nickname: andrelohmann)

Requirements
------------

[](#requirements)

Silverstripe 3.3.x

Overview
--------

[](#overview)

this module offes an extended VideoFile Object with automatically upload functionality to your vimeo pro account. the module extends andrelohmann-silverstripe/mediafiles

you need to create an app on  and afterwards request upload for this application (takes up to 5 days) and create an access token

Usage
-----

[](#usage)

Add Vimeo Credentials to your \_ss\_environment.php

```
define('VIMEO_CLIENT_ID', 'YOUR_CLIENT_ID');
define('VIMEO_CLIENT_SECRET', 'YOUR_CLIENT_SECRET');
define('VIMEO_ACCESS_TOKEN', 'YOUR_ACCESS_TOKEN');
define('VIMEO_ALBUM_ID', 'YOUR_ALBUM_ID'); // optional, put every uploaded video in to a defined album
define('VIMEO_PLAYER_PRESET_ID', 'YOUR_PLAYER_PRESET_ID'); // optional, set a embedded preset to every uploaded video
```

Use the following method to get the ids of your albums and presets

```
curl -X GET -H "Authorization: bearer VIMEO_ACCESS_TOKEN" https://api.vimeo.com/me/albums
curl -X GET -H "Authorization: bearer VIMEO_ACCESS_TOKEN" https://api.vimeo.com/me/presets

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~19 days

Recently: every ~89 days

Total

26

Last Release

3500d ago

Major Versions

v1.8 → v2.0.02015-09-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2ee634b511ac11c5e05be625ba61e157ee3056293926c296171b441196cc444?d=identicon)[andrelohmann](/maintainers/andrelohmann)

---

Top Contributors

[![andrelohmann](https://avatars.githubusercontent.com/u/617168?v=4)](https://github.com/andrelohmann "andrelohmann (66 commits)")

---

Tags

frameworksilverstripe

### Embed Badge

![Health badge](/badges/andrelohmann-silverstripe-vimeo-video/health.svg)

```
[![Health](https://phpackages.com/badges/andrelohmann-silverstripe-vimeo-video/health.svg)](https://phpackages.com/packages/andrelohmann-silverstripe-vimeo-video)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7223.7M2.7k](/packages/silverstripe-framework)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

188571.2k](/packages/juzaweb-cms)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[silverstripe/behat-extension

SilverStripe framework extension for Behat

31577.6k5](/packages/silverstripe-behat-extension)[axllent/silverstripe-version-truncator

Automatically delete old versioned Silverstripe records from the database

3676.6k3](/packages/axllent-silverstripe-version-truncator)[oddnoc/silverstripe-artefactcleaner

Find and optionally delete unused tables, columns and indexes in a SilverStripe database

1419.1k4](/packages/oddnoc-silverstripe-artefactcleaner)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
