PHPackages                             baraja-core/vimeo-video-api - 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. [API Development](/categories/api)
4. /
5. baraja-core/vimeo-video-api

ActiveLibrary[API Development](/categories/api)

baraja-core/vimeo-video-api
===========================

Simple API wrapper for Vimeo.

v1.4.1(4y ago)12.4kPHPPHP ^8.0CI failing

Since Sep 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/baraja-core/vimeo-video-api)[ Packagist](https://packagist.org/packages/baraja-core/vimeo-video-api)[ Docs](https://github.com/baraja-core/vimeo-video-api)[ RSS](/packages/baraja-core-vimeo-video-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (9)Dependencies (7)Versions (13)Used By (0)

Vimeo video API
===============

[](#vimeo-video-api)

Simple API wrapper for Vimeo. [Czech documentation](https://php.baraja.cz/zpracovani-nahledovych-obrazku-z-vimea)

Download video name, description, thumbnail, duration and more.

📦 Installation
--------------

[](#-installation)

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on [Packagist](https://packagist.org/packages/baraja-core/vimeo-video-api) and [GitHub](https://github.com/baraja-core/vimeo-video-api).

To install, simply use the command:

```
$ composer require baraja-core/vimeo-video-api

```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

And simple create instance or create service:

```
service:
    - \Baraja\VimeoAPI\VimeoVideoAPI(%vimeo.referer%)

parameters:
    vimeo:
        referer: https://baraja.cz
```

Or manually:

```
$api = new \Baraja\VimeoAPI\VimeoVideoAPI;

$token = 0; // Some token as integer
$info = $api->getInfo($token);

echo var_dump($info);

// or specific information

echo 'Duration is: ' . $info->getDuration();
```

Referer
-------

[](#referer)

In new Vimeo API you must use `http referer`, it's domain name of your server where your API is hosted.

If the referrer is not listed, the `baraja.cz` is assumed.

📄 License
---------

[](#-license)

`baraja-core/vimeo-video-api` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/variable-generator/blob/master/LICENSE) file for more details.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 96.9% 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 ~113 days

Recently: every ~125 days

Total

9

Last Release

1571d ago

PHP version history (4 changes)v1.0.0PHP &gt;=7.1.0

v1.3.0PHP &gt;=7.4.0

v1.4.0PHP ^7.4 || ^8.0

v1.4.1PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3382204?v=4)[baraja](/maintainers/baraja)[@baraja](https://github.com/baraja)

---

Top Contributors

[![janbarasek](https://avatars.githubusercontent.com/u/4738758?v=4)](https://github.com/janbarasek "janbarasek (31 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

api-wrappervimeo-api

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/baraja-core-vimeo-video-api/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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