Libraries tagged by file validation
scoumbourdis/upload
3568 Downloads
Handle file uploads with extensible validation and storage strategies
datingvip/codeguy-upload
20718 Downloads
Handle file uploads with extensible validation and storage strategies
almuth/upload
580 Downloads
Handle file uploads with extensible validation and storage strategies
artisanpack-ui/secure-uploads
109 Downloads
File upload security for Laravel — content-type validation, filename sanitization, malware scanning (ClamAV / VirusTotal), rate limiting, secure storage, and quarantine.
torann/mediasort
12543 Downloads
Attachment manager for Laravel.
stolt/composer-travis-lint
13993 Downloads
Composer script to lint a Travis CI configuration file.
shulard/atoum-xml-extension
16818 Downloads
The atoum xml extension allows you to make assertions on XML files
rossriley/upload
18261 Downloads
Framework agnostic upload library - Forked from siriusphp for PHP 5.3 compatibility
ronaldtebrake/agent-skills-validator
206 Downloads
PHP validator for Agent Skills SKILL.md files per agentskills.io specification
phpfui/phpunit-syntax-coverage
5658 Downloads
PHPUnit Testing extensions for complete syntax checking of all files and classes in your project
omarelgabry/miniphp
65 Downloads
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
itxiao6/session
146 Downloads
重写了PHP自带的 SESSION 机制,存储介质支持:本地模式、Memcache、Redis、Mamcached、Xcache,php运行模式支持:LAMP、LNMP、SWOOLE
csoellinger/php-fon-webservices
108 Downloads
PHP library to handle FinanzOnline web services.
platine-php/upload
6076 Downloads
Platine Upload provides a flexible file uploads with extensible validation and storage strategies.
ahrmerd/laravel-test-generator
426 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package