There are 0 repository under symfony-validator topic.
PHP Rut Value Object with validation utilities, doctrine type, and other cool features.
Symfony Validators for: Subdomain validation, Username, GA Tracker ID, SMS Message, HTML Color,
Repositório de Desenvolvimento
Simple standalone PHP validation trait. That can be user in any object
🔋 ValueObject - Simple, yet powerful immutable value object. If you need to pass valid parameters into different application layers - use value object.
Symfony request validation example
Opinionated (thin) wrapper for Guzzle supporting request and response DTOs serialization with Symfony Serializer and Symfony Validator
A Symfony Validator wrapper that enables fluent-style validation for raw values, offering an easy-to-use and intuitive API to validate user input or other data in a concise and readable manner.
A CommandBus middleware to validate commands using the Symfony Validator
Simple JSON-RPC params validator that use Symfony validator component
Symfony bundle for easy JSON-RPC params validation
PHP library to validate regular expressions
A custom Symfony Validator that validates CPF.
For Symfony's validator Fully Qualified Domain Name.
Demo repo to show how to validate routes, POST requests and GET request query strings using Silex. There is a corresponding article on medium explaining the process. The master branch is the basic set up. There are 3 other branches which all build on each other: route, getrequest and postrequest. To see everything in context view the postrequest branch.