File
Table of Contents
Classes
- Count
- Validator for counting all given files
- Crc32
- Validator for the crc32 hash of given files
- ExcludeExtension
- Validator for the excluding file extensions
- ExcludeMimeType
- Validator for the mime type of a file
- Exists
- Validator which checks if the file already exists in the directory
- Extension
- Validator for the file extension of a file
- FilesSize
- Validator for the size of all files which will be validated in sum
- Hash
- Validator for the hash of given files
- ImageSize
- Validator for the image size of an image file
- IsCompressed
- Validator which checks if the file already exists in the directory
- IsImage
- Validator which checks if the file is an image
- Md5
- Validator for the md5 hash of given files
- MimeType
- Validator for the mime type of a file
- NotExists
- Validator which checks if the destination file does not exist
- Sha1
- Validator for the sha1 hash of given files
- Size
- Validator for the maximum size of a file up to a max of 2GB
- Upload
- Validator for the maximum size of a file up to a max of 2GB
- UploadFile
- Validator for the maximum size of a file up to a max of 2GB
- WordCount
- Validator for counting all words in a file
Traits
- FileInformationTrait