pegziq / validator
A Validation Wrapper For Laravel 5
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
pkg:composer/pegziq/validator
Requires
- php: >=5.5.9
- illuminate/contracts: 5.1.*|5.2.*|5.3.*
- illuminate/support: 5.1.*|5.2.*|5.3.*
- psr/log: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.8|^5.0
This package is not auto-updated.
Last update: 2025-09-28 00:56:12 UTC
README
A validation wrapper for Laravel 5.
Installation
Either PHP 5.5+ or HHVM 3.6+ are required.
To get the latest version of Alt Three Validator, simply require the project using Composer:
$ composer require alt-three/validator
Instead, you may of course manually update your require block and run composer update
if you so choose:
{ "require": { "alt-three/validator": "^1.0" } }
Security
If you discover a security vulnerability within this package, please e-mail us at support@alt-three.com. All security vulnerabilities will be promptly addressed.
License
Alt Three Validator is licensed under The MIT License (MIT).