Libraries tagged by Attribute Validation
kalshah/laravel-validation-html-attributes
11 Downloads
Use laravel backend validation rules as html validation attributes.
monkeyscloud/monkeyslegion-validation
13 Downloads
Attribute-driven DTO binding and validation layer for the MonkeysLegion framework.
jojomak13/laravel-attributes
3 Downloads
This package provides the ability to create custom attributes for Laravel controllers. You can use these attributes to add functionality like authorization, validation, or any other custom behavior to your controller methods.
wilmoore/attributes.php
243 Downloads
minimal object attributes for PHP.
jeffersoncechinel/attribute-validator
20 Downloads
moe-mizrak/validator-guard
1 Downloads
ValidatorGuard enables attribute-driven validation to control Laravel method behavior.
knik/x509
6224 Downloads
A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.
takemo101/simple-prop-check
785 Downloads
Simple Prop Check
raoul2000/yii2-twbsmaxlength-widget
7913 Downloads
The TwbsMaxlength widget is a wrapper for the Bootstrap Maxlength plugin, a visual feedback indicator for the maxlength attribute.
kariricode/property-inspector
75 Downloads
A robust and flexible data sanitization component for PHP, part of the KaririCode Framework, utilizing configurable processors and native functions.
bkief29/laravel-dto
556 Downloads
Data Transfer Objects complete with castable attributes and validation.
daxslab/yii2-uploader-behavior
685 Downloads
Yii2 Uploader Behavior for Active Record that automates file uploading for every attribute tagged with `file` or `image` validation rule. It also configures the way that filename should be renamed and stored in database as attribute value.
yuandian/validation
2 Downloads
Helpers for making PHP Attribute validation.
uzbek/laravel-validation-attributes
42 Downloads
Laravel validation attributes
emma/validation
32 Downloads
A PHP 8.0+ Attribute Based Validation For Properties of Object/Entity/DTO. Comes with in-built data-type converter that can be implemented to make validation easy without compromising your object. You can create your own custom Validators and/or Converter by implementing a simple interface.