Download the PHP package smart-over/base64-validation without Composer
On this page you can find all versions of the php package smart-over/base64-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smart-over/base64-validation
More information about smart-over/base64-validation
Files in smart-over/base64-validation
Download smart-over/base64-validation
More information about smart-over/base64-validation
Files in smart-over/base64-validation
Vendor smart-over
Package base64-validation
Short Description Lumen validators for base64 encoded files
License
Package base64-validation
Short Description Lumen validators for base64 encoded files
License
Please rate this library. Is it a good library?
Informations about the package base64-validation
Laravel validators for base64 encoded files, includes versions of laravel files validation for base64 encoded files.
Forked from https://github.com/crazybooot/base64-validation
Requirements
- PHP: 7.1+
- Laravel: 5.5+
Install
- Install composer package to your laravel project
Using
Use base64 validation rules as usual Laravel validation rules. Base64 rules variants supports all parameters from their original Laravel rules.
Available rules
base64 rule | analog of Laravel rule |
---|---|
base64max | max (for file) |
base64min | min (for file) |
base64dimensions | dimensions (for image) |
base64file | file |
base64image | image |
base64mimetypes | mimetypes |
base64mimes | mimes |
base64between | between (for file) |
base64size | size (for file) |
License
The MIT License (MIT). Please see License File for more information.
All versions of base64-validation with dependencies
PHP Build Version
Package Version
The package smart-over/base64-validation contains the following files
Loading the files please wait ....