PHPackages                             sylapi/nova-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. sylapi/nova-vimeo

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

sylapi/nova-vimeo
=================

A Laravel Nova field.

v1.0.0(2y ago)03.0kMITPHPPHP ^7.3|^8.0

Since Aug 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sylapi/nova-vimeo)[ Packagist](https://packagist.org/packages/sylapi/nova-vimeo)[ RSS](/packages/sylapi-nova-vimeo/feed)WikiDiscussions main Synced 1mo ago

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

Nova Vimeo
==========

[](#nova-vimeo)

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

[](#installation)

Install the package in to a Laravel app that uses Nova via composer:

```
composer require sylapi/nova-vimeo

```

Publish the package configuration to your Laravel config directory:

```
php artisan vendor:publish --provider="Sylapi\Vimeo\FieldServiceProvider" --tag="config"

```

You need to type your VIMEO API Credentials in the .env file as follows:

```
VIMEO_CLIENT_ID=VimeoClientId
VIMEO_SECRET=VimeoSecret
VIMEO_TOKEN=VimeoToken

```

Usage
-----

[](#usage)

```
Vimeo::make(___('Vimeo'))->nullable()
    ->hideFromIndex()
    ->fields([
        'thumbnail' => [
            'name' => 'Background Vimeo thumbnail',
            'attribute' => 'your_field_video_thumbnail',
            'value' => $this->your_field_video_thumbnail,
        ],
        'vimeo' => [
            'name' => 'Vimeo Video',
            'attribute' => 'your_field_video',
            'value' => $this->your_field_video,
        ],
        'vimeo_hls' => [
            'name' => 'Vimeo Video HLS',
            'attribute' => 'your_field_video_hls',
            'value' => $this->your_field_video_hls,
        ],
        'vimeo_dash' => [
            'name' => 'Vimeo Video DASH',
            'attribute' => 'your_field_video_dash',
            'value' => $this->your_field_video_dash,
        ],
    ]),

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

999d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8284e979dcbb9e6ff013f3e04f2c3f0a3de8f62fad97e12383155779b0adee23?d=identicon)[sylapi](/maintainers/sylapi)

---

Top Contributors

[![dserafinski](https://avatars.githubusercontent.com/u/73796476?v=4)](https://github.com/dserafinski "dserafinski (8 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/sylapi-nova-vimeo/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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