Libraries tagged by file validator
robinparisi/imageuploader
5 Downloads
File uploader and validation plugin for CakePHP.
usermp/laravel-media
18 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.
mbhsoft/codeception-sitemap-module
10 Downloads
Parse and validate sitemap.xml files
felixnagel/pluploadfe-powermail
36 Downloads
Add a EXT:pluploadfe form element type to Powermail. Includes PHP validation and attaching files to emails.
certificationy/yaml-linter
618 Downloads
Validate all Yaml files in a path
abdullahzubair/svg-upload-fix
5 Downloads
SVG Upload Fix - A module that modifies the image field upload process to bypass image validation for SVG files.
harmbandstra/edexmllib
2531 Downloads
PHP Library for validating and importing Edexml files.
evilfreelancer/yaml-php
14 Downloads
Small PHP library for importing and exporting with validation of YAML configuration files.
tanoconsulting/ezdbintegritybundle
6 Downloads
Validates database data and binary file storage of eZPlatform 3 (aka Ibexa OSS/DXP)
webino/zend-input-filter
272 Downloads
Normalize and validate input sets from the web, APIs, the CLI, and more, including files
rapidwebltd/no-post-data-laravel-middleware
77 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.
pckg/import
2109 Downloads
Import, validate and map imported data from common file formats
jeontwikkeling-nl/ltisaas_client_api_php
19 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.