Download the PHP package muhammadkazimsadiq/filament-video-importer without Composer
On this page you can find all versions of the php package muhammadkazimsadiq/filament-video-importer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download muhammadkazimsadiq/filament-video-importer
More information about muhammadkazimsadiq/filament-video-importer
Files in muhammadkazimsadiq/filament-video-importer
Package filament-video-importer
Short Description This is my package filament-video-importer
License MIT
Homepage https://github.com/muhammadkazimsadiq/filament-video-importer
Informations about the package filament-video-importer
Filament Video Importer
The Filament Video Importer is a filament plugin that allows you to seamlessly import videos from YouTube, Vimeo, and Bunny.net directly into your Laravel database.
It features a modern, user-friendly 4-step wizard with field mapping intelligence and field discovery.
🚀 Key Features
- Multi-Platform: Full support for YouTube, Vimeo, and Bunny.net (Stream).
- Flexible Fetching: Import entire playlists, folders, or specific video IDs.
- Custom Mapping: Customize mapping of API fields (Title, Duration, URL, etc.) to your custom database columns.
- Background Imports: Native support for Laravel Queues via a simple
->queue()method.
📦 Installation
Install the package via composer:
1. Configuration
Publish the configuration file:
⚙️ Configuration
API Keys
Add your credentials to your .env file:
Map Your Model
In config/video-importer.php, set the model where videos should be imported:
🛠️ Usage
Register the ImportVideosAction in your Filament Resource's headerActions() or inside any Table/Page action list.
🌍 Translations
The plugin supports multi-language setups. You can publish translations to customize them:
🤝 Credits
📄 License
The MIT License (MIT). Please see License File for more information.
All versions of filament-video-importer with dependencies
filament/filament Version ^5.0
spatie/laravel-package-tools Version ^1.15.0