Libraries tagged by validation patterns
c0de8/matchmaker
3947 Downloads
Ultra-fresh PHP matching class (in PHP 7.x OOP)
globalxtreme/validation
160 Downloads
GlobalXtreme Validation Pattern
mahdyaslami/simple-validation
5 Downloads
Simple validation with composite pattern.
two-bros/repository-pattern
20 Downloads
bugarinov/chain-validation
35 Downloads
Classes which implements the Chain of Responsibility pattern in validating data. Intended primary use is for handling complex validations.
bishalshrestha/fynix
468 Downloads
A modern, extensible PHP library for validating primitive data types, files, nested objects, and arrays of objects with reusable and centralized validation rules.
z7zmey/rvalidate
16 Downloads
Recursive array validator
tommyknocker/struct
8 Downloads
PHP Structure helper with typed properties and attributes
teonord/validator
2 Downloads
Advanced validation library with multiple API styles including JSON templates, inline rules, builder pattern, and functional composition. Features 50+ built-in validators, dot notation for nested objects, field reference resolution, and internationalization support. Zero dependencies, fully synchronous, and designed for maximum developer experience with extensible custom rule system.
selcukmart/spider-form
28 Downloads
SpiderForm - Modern PHP Form Builder with Chain Pattern. Weaving perfect forms for Symfony & Laravel
selcukmart/form-generator
7 Downloads
Modern PHP Form Generator with Chain Pattern - Supports Symfony, Laravel, Twig, and Smarty
raul3k/disposable-email-blocker-core
130 Downloads
Fast disposable/temporary email detection with PSL support, pattern matching, caching and whitelist
portable-content/portable-content-php
62 Downloads
PHP implementation of portable content system - Mutable Architecture with AbstractBlock v0.4.0
mmtaheridev/reginephp
1 Downloads
An expressive PHP library for crafting regular expressions fluently.
me-arif-dewan/laravel-repository-generator
5 Downloads
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.