PHPackages                             jolimardi/filament-video-field - 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. jolimardi/filament-video-field

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

jolimardi/filament-video-field
==============================

A Filament form field for video URL processing with YouTube and Vimeo support

1.2(3mo ago)071MITPHPPHP ^8.1

Since Sep 22Pushed 3mo agoCompare

[ Source](https://github.com/jolimardi/filament-video-field)[ Packagist](https://packagist.org/packages/jolimardi/filament-video-field)[ RSS](/packages/jolimardi-filament-video-field/feed)WikiDiscussions main Synced 1mo ago

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

Filament Video Field
====================

[](#filament-video-field)

Un composant de champ personnalisé pour Filament qui permet de récupérer automatiquement les informations de vidéos YouTube et Vimeo.

Fonctionnalités
---------------

[](#fonctionnalités)

- Support des URL YouTube et Vimeo
- Récupération automatique des métadonnées (titre, miniature, ID vidéo)
- Sauvegarde des données en JSON
- Interface utilisateur intégrée avec Filament
- Notifications en cas d'erreur ou de succès
- Téléchargement et stockage local des miniatures

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

[](#installation)

```
composer require jolimardi/filament-video-field
```

Configuration
-------------

[](#configuration)

Ajoutez vos clés API dans votre fichier `.env` :

```
YOUTUBE_API_KEY=your_youtube_api_key
VIMEO_TOKEN=your_vimeo_token
```

Utilisation
-----------

[](#utilisation)

```
use JoliMardi\FilamentVideoField\VideoField;

// Dans votre formulaire Filament
VideoField::make('video_data')
    ->label('Vidéo')
    ->apiEndpoint('/jolimardi/filament-video-field/fetch'), // Optionnel, valeur par défaut
```

Données sauvegardées
--------------------

[](#données-sauvegardées)

Le champ sauvegarde un JSON contenant :

```
{
    "original_url": "https://www.youtube.com/watch?v=...",
    "video_id": "...",
    "title": "Titre de la vidéo",
    "thumbnail_url": "youtube/video_id.jpg",
    "service": "youtube"
}
```

Prérequis
---------

[](#prérequis)

- PHP ^8.1
- Laravel ^10.0|^11.0
- Filament ^3.0
- Clés API YouTube et/ou Vimeo

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance79

Regular maintenance activity

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Every ~61 days

Total

3

Last Release

111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/837198ca814b2f1f46b5d12c199582bb573ece7f5272b636f18b5ecde4340fc4?d=identicon)[JoliMardi](/maintainers/JoliMardi)

---

Top Contributors

[![romaincherot](https://avatars.githubusercontent.com/u/14823758?v=4)](https://github.com/romaincherot "romaincherot (6 commits)")

---

Tags

laravelvideoyoutubevimeofilamentform-field

### Embed Badge

![Health badge](/badges/jolimardi-filament-video-field/health.svg)

```
[![Health](https://phpackages.com/badges/jolimardi-filament-video-field/health.svg)](https://phpackages.com/packages/jolimardi-filament-video-field)
```

###  Alternatives

[vimeo/laravel

A Vimeo bridge for Laravel

4161.5M4](/packages/vimeo-laravel)[chojnicki/video-platforms-parser

Easy to use SDK with grabber for multiple platforms at once like YouTube, Dailymotion, Facebook and more.

22226.4k](/packages/chojnicki-video-platforms-parser)[webplusm/gallery-json-media

a filament media storing in a Json field

196.0k](/packages/webplusm-gallery-json-media)[cohensive/oembed

Media embed generation using OEmbed protocol.

3567.1k](/packages/cohensive-oembed)[johncarter/filament-focal-point-picker

An image focal point picker for Filament Admin.

4326.5k1](/packages/johncarter-filament-focal-point-picker)[mansoor/filament-unsplash-picker

This is my package filament-unsplash-picker

227.7k2](/packages/mansoor-filament-unsplash-picker)

PHPackages © 2026

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