Libraries tagged by easy validation
abdylreshit/laravel-eav
9 Downloads
A lightweight EAV package for Laravel: add dynamic, typed attributes to any Eloquent model with validation and easy querying.
igorsantos07/yii-br-pack
30 Downloads
Provide validations and easy masked fields for brazilian localization on Yii 1.1.*
titon/validate
1 Downloads
The validate package provides data validation through an easy to use validator and constraint API.
net_bazzline/php_component_cli_arguments
2308 Downloads
free as in freedom php cli command thin wrapper to easy up usage and validation of command line arguments
germix/json-object-wrapper
76 Downloads
A json object wrapper to easy use with fields validation
carlosv2/can
1256 Downloads
Tool for easy and powerful data validations
ahmedali-dev/codenova
16 Downloads
php fremwork for handling route and request validation data and easy to use sql
aaronadal/validator
1809 Downloads
Easy and powerful PHP validation library
amitkhare/validbit
216 Downloads
ValidBit is an easy and simple PHP validation library
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.
edydeyemi/easyphpvalidation
8 Downloads
An easy-to-use, lightweight PHP Validation Class
truecrouton/retort
9 Downloads
Easy PHP route definition and request validation
raphaelbsr/yii2-jwt-tools
0 Downloads
An easy way to configure JWT authentication and validation on Yii Framework 2 Projects
popcorn4dinner/policies
4 Downloads
easy to use, non-opinionated library to model complex rules for validations, access control, etc
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.