muhammadkazimsadiq/filament-video-importer
Composer 安装命令:
composer require muhammadkazimsadiq/filament-video-importer
包简介
This is my package filament-video-importer
README 文档
README
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:
composer require muhammadkazimsadiq/filament-video-importer
1. Configuration
Publish the configuration file:
php artisan vendor:publish --tag="filament-video-importer-config"
⚙️ Configuration
API Keys
Add your credentials to your .env file:
YOUTUBE_API_KEY=your_youtube_key VIMEO_ACCESS_TOKEN=your_vimeo_token BUNNY_API_KEY=your_bunny_key BUNNY_LIBRARY_ID=your_bunny_library_id
Map Your Model
In config/video-importer.php, set the model where videos should be imported:
'model' => \App\Models\Video::class,
🛠️ Usage
Register the ImportVideosAction in your Filament Resource's headerActions() or inside any Table/Page action list.
use MuhammadKazimSadiq\FilamentVideoImporter\Actions\ImportVideosAction; public static function table(Table $table): Table { return $table ->headerActions([ ImportVideosAction::make() ->label('Import Videos') ->queue(), // Enable background processing (Recommended for large playlists) ]); }
🌍 Translations
The plugin supports multi-language setups. You can publish translations to customize them:
php artisan vendor:publish --tag="filament-video-importer-translations"
🤝 Credits
📄 License
The MIT License (MIT). Please see License File for more information.
muhammadkazimsadiq/filament-video-importer 适用场景与选型建议
muhammadkazimsadiq/filament-video-importer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 11 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 03 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「filament」 「filament-plugin」 「filamentphp」 「MuhammadKazimSadiq」 「filament-video-importer」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 muhammadkazimsadiq/filament-video-importer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 muhammadkazimsadiq/filament-video-importer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 muhammadkazimsadiq/filament-video-importer 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
jitone-ai is a powerful FilamentPHP plugin that integrates AI-powered features directly into your Filament forms.
Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class
Alfabank REST API integration
Database-driven onboarding for Filament: progress checklists and guided spotlight tours, translatable to any locale.
Laravel package for Accurate Online API integration.
Create-project starter for a Laravel application with the public Capell CMS foundation.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-01