Download the PHP package typidesign/laravel-media-validator without Composer
On this page you can find all versions of the php package typidesign/laravel-media-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download typidesign/laravel-media-validator
More information about typidesign/laravel-media-validator
Files in typidesign/laravel-media-validator
Package laravel-media-validator
Short Description A Laravel validator for audio and video files.
License MIT
Homepage https://github.com/typidesign/laravel-media-validator
Informations about the package laravel-media-validator
Add validation rules for audio and videos files.
This package gives your Laravel app a validator for audio and video files based on the information returned by ffprobe, wich is part of the FFmpeg project.
Why this package?
Because Symfony’s MIME types guessing is often not reliable, especially for audio files (see https://github.com/symfony/symfony/issues/8678).
Installation
First install ffmpeg:
- On Debian/Ubuntu, run
- On macOS with Homebrew:
Then you can install the package via composer:
Usage
In your controller or anywhere you validate your data, add this rule:
or this, for videos:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Samuel De Backer
- All Contributors
About Typi Design
Typi Design is a webdesign agency based in Brussels, Belgium.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-media-validator with dependencies
illuminate/support Version ~5.5|~6.0|~7.0|~8.0|~9.0
php-ffmpeg/php-ffmpeg Version ^0.14.0