2017 © Pedro Peláez
 

library validators

A set of additional validator rules for Laravel 4

image

schickling/validators

A set of additional validator rules for Laravel 4

  • Wednesday, October 16, 2013
  • by schickling
  • Repository
  • 2 Watchers
  • 6 Stars
  • 732 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-validators Build Status Coverage Status

A set of additional validator rules for Laravel 4, (*1)

Installation

  1. Add the following to your composer.json and run composer update, (*2)

    {
        "require": {
            "schickling/validators": "dev-master"
        }
    }
    
  2. Add Schickling\Validators\ValidatorsServiceProvider to your config/app.php, (*3)

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

Bitdeli Badge, (*4)

The Versions

16/10 2013

dev-master

9999999-dev

A set of additional validator rules for Laravel 4

  Sources   Download

The Requires

 

The Development Requires

by Johannes Schickling

03/08 2013

0.1.0

0.1.0.0

  Sources   Download

The Requires

 

by Johannes Schickling