PHPackages                             jackal/video-downloader-ext-vimeo - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jackal/video-downloader-ext-vimeo

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

jackal/video-downloader-ext-vimeo
=================================

Vimeo extension for jackal/video-downloader package

v0.5.0(6y ago)2288MITPHPPHP &gt;=7.1

Since Apr 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lucajackal85/VideoDownloaderVimeoExtension)[ Packagist](https://packagist.org/packages/jackal/video-downloader-ext-vimeo)[ RSS](/packages/jackal-video-downloader-ext-vimeo/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (4)Versions (10)Used By (0)

VideoDownloaderVimeoExtension
=============================

[](#videodownloadervimeoextension)

[![Latest Stable Version](https://camo.githubusercontent.com/dd2c4a84dfbac80559bfa2c8961ce6fad8c259239f8e2f29f7df97694e096b7a/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f766964656f2d646f776e6c6f616465722d6578742d76696d656f2f762f737461626c65)](https://packagist.org/packages/jackal/video-downloader-ext-vimeo)[![Total Downloads](https://camo.githubusercontent.com/1adc9c0bfc8c032a9905456b9e283e3dea03283bc11a79fb29cc41442a9c9e4e/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f766964656f2d646f776e6c6f616465722d6578742d76696d656f2f646f776e6c6f616473)](https://packagist.org/packages/jackal/video-downloader-ext-vimeo)[![Latest Unstable Version](https://camo.githubusercontent.com/0871ac20477391c50eddd9ad7362bf9229f7c5e8c0794982b9d5f6e285f0d334/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f766964656f2d646f776e6c6f616465722d6578742d76696d656f2f762f756e737461626c65)](https://packagist.org/packages/jackal/video-downloader-ext-vimeo)[![License](https://camo.githubusercontent.com/f9d606712a71a00bca2c6f06efdfd092d004ff6f42bd3b9425c733b1cc53ac9e/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f766964656f2d646f776e6c6f616465722d6578742d76696d656f2f6c6963656e7365)](https://packagist.org/packages/jackal/video-downloader-ext-vimeo)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ca04562f5647f0a453a5a74eeb7cdf2f55cb562160994528b5dc44fb5732452c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c7563616a61636b616c38352f566964656f446f776e6c6f6164657256696d656f457874656e73696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lucajackal85/VideoDownloaderVimeoExtension/?branch=master)

**Vimeo extension for [jackal/video-downloader](https://github.com/lucajackal85/VideoDownloader)**

Installation
------------

[](#installation)

```
composer require jackal/video-downloader-ext-vimeo

```

Usage
-----

[](#usage)

```
use Jackal\Downloader\Ext\Vimeo\Downloader\VimeoDownloader;

require_once __DIR__ . '/vendor/autoload.php';

$vimeo = '71281510';

$vd = new \Jackal\Downloader\VideoDownloader();
$vd->registerDownloader(VimeoDownloader::VIDEO_TYPE, VimeoDownloader::class);

$downloader = $vd->getDownloader(VimeoDownloader::VIDEO_TYPE, $vimeo, [
    'format' => [240,360],
]);

$downloader->download(__DIR__ . '/output.avi');

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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 ~5 days

Total

8

Last Release

2193d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13db4a2702d54af2cbbce04c934f80cddd423fc7a8ad12124cae6459b39e3a05?d=identicon)[lucajackal85](/maintainers/lucajackal85)

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jackal-video-downloader-ext-vimeo/health.svg)

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

###  Alternatives

[cubear/finder

Finder is a Drupal 8 module to help users find services which meet their criteria

404.2k](/packages/cubear-finder)

PHPackages © 2026

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