Libraries tagged by file validation
usermp/laravel-media
26 Downloads
A Laravel package for managing media uploads and storage. Supports images, videos, audio, and files with built-in validation and customizable storage. Easy integration and API endpoints for efficient media management.
felixnagel/pluploadfe-powermail
36 Downloads
Add a EXT:pluploadfe form element type to Powermail. Includes PHP validation and attaching files to emails.
abdullahzubair/svg-upload-fix
9 Downloads
SVG Upload Fix - A module that modifies the image field upload process to bypass image validation for SVG files.
semantic-lab/lara-validator
30 Downloads
A Laravel artisan command expansion for developer more convenient generate FormRequest with validation rules by JSON file
evilfreelancer/yaml-php
14 Downloads
Small PHP library for importing and exporting with validation of YAML configuration files.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
cassarco/markdown-tools
4 Downloads
A package for Laravel that lets you run Laravel Validation and/or a handler function over markdown files in your application.
alimohammaddev/image-uploader
0 Downloads
A Laravel-ready image uploader package that supports validation, MIME filtering, and safe unique naming for uploaded files.
abcaeffchen/sepa-utilities
1583839 Downloads
SepaUtilities provides useful methods for validating and sanitizing inputs used in SEPA files supporting PHP >= 8.1.
indiehd/audio-manipulator
4860 Downloads
Library for manipulating audio files (validating, transcoding, and tagging)
digifactory/laravel-svg-fixer-middleware
29679 Downloads
Fixes your uploaded SVG files before validating through the Laravel validator
joseph-leedy/module-xml-validator
219 Downloads
Adds a console command for validating XML files against their configured schema
imaginationmedia/module-xml-validator
15801 Downloads
Adds a console command for validating XML files against their configured schema