schickling / validators
A set of additional validator rules for Laravel 4
Installs: 740
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/schickling/validators
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
This package is not auto-updated.
Last update: 2025-10-06 20:54:01 UTC
README
A set of additional validator rules for Laravel 4
Installation
-
Add the following to your composer.json and run
composer update
{ "require": { "schickling/validators": "dev-master" } }
-
Add
Schickling\Validators\ValidatorsServiceProvider
to your config/app.php
Available Rules
Boolean
'isEnabled' => 'boolean'
Optional
'isOptional' => 'optional'
Bankaccounts
'myIban' => 'iban', 'myBic' => 'bic'
Upcoming Features
- Number precision rule
- language specific string rule (umlauts etc)
- Array validation