PHPackages                             schickling/validators - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. schickling/validators

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

schickling/validators
=====================

A set of additional validator rules for Laravel 4

0.1.0(12y ago)77401PHPPHP &gt;=5.3.0

Since Aug 3Pushed 12y ago2 watchersCompare

[ Source](https://github.com/schickling/laravel-validators)[ Packagist](https://packagist.org/packages/schickling/validators)[ RSS](/packages/schickling-validators/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravel-validators [![Build Status](https://camo.githubusercontent.com/93d8df81181d7ce06c401626afbd2c8b3829282926cda2efd6a64d2c0f7953ae/68747470733a2f2f7472617669732d63692e6f72672f73636869636b6c696e672f6c61726176656c2d76616c696461746f72732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/schickling/laravel-validators) [![Coverage Status](https://camo.githubusercontent.com/2f716bd9b5c2c3cd918d57f402235541f5b88951077255173e0efe6c95344fae/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f73636869636b6c696e672f6c61726176656c2d76616c696461746f72732f62616467652e706e67)](https://coveralls.io/r/schickling/laravel-validators)
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-validators--)

A set of additional validator rules for Laravel 4

Installation
------------

[](#installation)

1. Add the following to your composer.json and run `composer update`

    ```
    {
        "require": {
            "schickling/validators": "dev-master"
        }
    }
    ```
2. Add `Schickling\Validators\ValidatorsServiceProvider` to your config/app.php

Available Rules
---------------

[](#available-rules)

#### Boolean

[](#boolean)

```
'isEnabled' => 'boolean'
```

#### Optional

[](#optional)

```
'isOptional' => 'optional'
```

#### Bankaccounts

[](#bankaccounts)

```
'myIban' => 'iban',
'myBic' => 'bic'
```

Upcoming Features
-----------------

[](#upcoming-features)

- Number precision rule
- language specific string rule (umlauts etc)
- Array validation

[![Bitdeli Badge](https://camo.githubusercontent.com/def2432e9244974caa52ba73e132b0c79aae454094d95eb5d843ea4bf9a1492a/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f73636869636b6c696e672f6c61726176656c2d76616c696461746f72732f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4715d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a2606bc02313fbf3a7bd57cefaebeba31662d462f26517dee64ce160f433d73b?d=identicon)[schickling](/maintainers/schickling)

---

Top Contributors

[![schickling](https://avatars.githubusercontent.com/u/1567498?v=4)](https://github.com/schickling "schickling (19 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

### Embed Badge

![Health badge](/badges/schickling-validators/health.svg)

```
[![Health](https://phpackages.com/badges/schickling-validators/health.svg)](https://phpackages.com/packages/schickling-validators)
```

###  Alternatives

[illuminate/validation

The Illuminate Validation package.

18837.7M1.7k](/packages/illuminate-validation)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2422.3M6](/packages/laravel-validation-rules-credit-card)[danielebarbaro/laravel-vat-eu-validator

A simple package that validates EU VAT numbers against the central ec.europa.eu database

41401.6k](/packages/danielebarbaro-laravel-vat-eu-validator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
