Libraries tagged by validate code
mbhsoft/codeception-sitemap-module
10 Downloads
Parse and validate sitemap.xml files
golov-evgeniy/codeception-openapi3.0-validator
457 Downloads
Validate API requests and responses for compliance with the Swagger / OpenAPI 3.0 description
alexpts/codeception-json-schema
131 Downloads
Simple validate response by json schema
nickyeoman/php-validation-class
125 Downloads
Validate, email, postal code, zipcode and phone numbers
ycpfzf/vcode
86 Downloads
laravel sms&email validdate code
parraweb/laravel-extensions
27 Downloads
Laravel Extensions package is a package with functions that optimize code.
jey/ir-validator
2 Downloads
A laravel package for validate some Iranian values. cloned from https://github.com/majidalavizadeh
esi/numverify-api-client-php
1 Downloads
Numverify API Client for PHP
codemonauts/craft-iban-field
15 Downloads
Craft CMS plugin to store, validate and format IBAN codes.
coderofsalvation/typeshave
9 Downloads
Lightweight typesafe function wrapper for PHP/JS. Validate nested data for forms,api's and more with jsonschema (http://coderofsalvation.github.io/typeshave)
codelicia/xulieta-php
5 Downloads
Xulieta plugin to validate PHP
codelayer/laravel-vat-validator
8943 Downloads
Validate the format of EU vat numbers.
codelayer/laravel-student-validator
2 Downloads
Validate educational email addresses for student status verification.
perform/licensing
1303 Downloads
Code used by the bundles to validate your project license.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.