PHPackages                             gvhuyssteen/laravel-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. [Image &amp; Media](/categories/media)
4. /
5. gvhuyssteen/laravel-vimeo

ActiveLibrary[Image &amp; Media](/categories/media)

gvhuyssteen/laravel-vimeo
=========================

Laravel 4.2 wrapper for the official Vimeo API. Original: https://github.com/vinkla/vimeo

1.0.0(11y ago)0100MITPHPPHP &gt;=5.4.0

Since Jun 30Pushed 11y agoCompare

[ Source](https://github.com/gvhuyssteen/laravel-vimeo)[ Packagist](https://packagist.org/packages/gvhuyssteen/laravel-vimeo)[ Docs](https://github.com/gvhuyssteen/laravel-vimeo)[ RSS](/packages/gvhuyssteen-laravel-vimeo/feed)WikiDiscussions master Synced today

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

Laravel Vimeo
=============

[](#laravel-vimeo)

[![image](https://raw.githubusercontent.com/vinkla/vinkla.github.io/master/images/vimeo-package.png)](https://raw.githubusercontent.com/vinkla/vinkla.github.io/master/images/vimeo-package.png)

Laravel wrapper for the official Vimeo API. Read more about the API in the official [Vimeo repository](https://github.com/vimeo/vimeo.php).

```
// Fetching data.
$vimeo->request('/users/dashron', ['per_page' => 2], 'GET');

// Upload videos.
$vimeo->upload('/home/aaron/foo.mp4', false);

// Wanna use a facade?
Vimeo::uploadImage('/videos/123/images', '/home/aaron/bar.png', true);
```

This package gives you an easy way to handle [Vimeo](https://developer.vimeo.com/apps) configuration keys like client identifier and secret. The package includes a Facade and a contract which you can integrate within your project. Happy coding!

[![Build Status](https://camo.githubusercontent.com/82247353973dca7d2da0a1a9cebc1f27fe44eaac7b31ba2272b63e165a77e7ec/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f76696e6b6c612f76696d656f2f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/vinkla/vimeo)[![Latest Stable Version](https://camo.githubusercontent.com/c2992b553396cd432330ecf72b494ce8221627a5787e6c5a79b3ff1712e0b847/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e6b6c612f76696d656f2e7376673f7374796c653d666c6174)](https://packagist.org/packages/vinkla/vimeo)[![License](https://camo.githubusercontent.com/83b0eadde841a01d4913c8df696c03f68c3c4166dc3e24e88785699996bd67b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f76696e6b6c612f76696d656f2e7376673f7374796c653d666c6174)](https://packagist.org/packages/vinkla/vimeo)

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

[](#installation)

Require this package in your `composer.json` and update composer.

```
{
	"require": {
		"vinkla/vimeo": "~1.0"
	}
}
```

Add the service provider to `config/app.php` in the providers array.

```
'Vinkla\Vimeo\VimeoServiceProvider'
```

If you want you can use the [facade](http://laravel.com/docs/4.2/facades). Add the reference in `config/app.php` to your aliases array.

```
'Vimeo' => 'Vinkla\Vimeo\Facades\Vimeo'
```

To add the configuration file to your `app/config/packages` directory, run the command below.

```
php artisan config:publish vinkla/vimeo
```

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

[](#documentation)

This a wrapper for the [official Vimeo API package](https://github.com/vimeo/vimeo.php). You can find [the documentation](https://github.com/vimeo/vimeo.php) in their repository. The documentation applies to this package as well.

License
-------

[](#license)

The Laravel Vimeo package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4022d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1265536?v=4)[Gerrit van Huyssteen](/maintainers/gvhuyssteen)[@gvhuyssteen](https://github.com/gvhuyssteen)

---

Tags

laravelvideovimeo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gvhuyssteen-laravel-vimeo/health.svg)

```
[![Health](https://phpackages.com/badges/gvhuyssteen-laravel-vimeo/health.svg)](https://phpackages.com/packages/gvhuyssteen-laravel-vimeo)
```

###  Alternatives

[vimeo/laravel

A Vimeo bridge for Laravel

4191.7M4](/packages/vimeo-laravel)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M183](/packages/intervention-image-laravel)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4924.8k5](/packages/ralphjsmit-laravel-glide)

PHPackages © 2026

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