PHPackages                             ozziest/windrider - 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. ozziest/windrider

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

ozziest/windrider
=================

Usefull form validation library

3.0.0(8y ago)392MITPHP

Since Jan 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ozziest/windrider)[ Packagist](https://packagist.org/packages/ozziest/windrider)[ Docs](http://github.com/ozziest/windrider)[ RSS](/packages/ozziest-windrider/feed)WikiDiscussions master Synced 3w ago

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

Windrider
---------

[](#windrider)

[![Build Status](https://camo.githubusercontent.com/b938be14bb9391f6bb2280f51d631016befcfd35c5d6fcece1b800283144bcff/68747470733a2f2f7472617669732d63692e6f72672f6f7a7a696573742f77696e6472696465722e737667)](https://travis-ci.org/ozziest/windrider)[![Total Downloads](https://camo.githubusercontent.com/adae77844c9653742adf056d8a64584e1375d7806ebc1bd861b0de0d26b1b20c/68747470733a2f2f706f7365722e707567782e6f72672f6f7a7a696573742f77696e6472696465722f642f746f74616c2e737667)](https://packagist.org/packages/ozziest/windrider)[![Latest Stable Version](https://camo.githubusercontent.com/6876739e3946f175b9561148d52232f259eae8f8b415997125e4c87eab33447b/68747470733a2f2f706f7365722e707567782e6f72672f6f7a7a696573742f77696e6472696465722f762f737461626c652e737667)](https://packagist.org/packages/ozziest/windrider)[![Latest Unstable Version](https://camo.githubusercontent.com/7a5f993f93e16e2e9b5c17ea959bfcd92a2df2a7a073c22b5532f33aa8ab1d1a/68747470733a2f2f706f7365722e707567782e6f72672f6f7a7a696573742f77696e6472696465722f762f756e737461626c652e737667)](https://packagist.org/packages/ozziest/windrider)[![License](https://camo.githubusercontent.com/db66e0306a065b061b9f513d08709ec46920d2d2566167f8e26be8bdb45bc45c/68747470733a2f2f706f7365722e707567782e6f72672f6f7a7a696573742f77696e6472696465722f6c6963656e73652e737667)](https://packagist.org/packages/ozziest/windrider)

Windrider is a simple and useful validation library which you can use it on your projects.

#### Installation

[](#installation)

```
$ composer require ozziest/windrider

```

\#### Usage

```
try
{
    $data = ['name' => ''];
    $rules = [
        ['name', 'Name', 'required'],
        ['email', 'E-Mail', 'required|valid_email']
    ];
    Ozziest\Windrider\Windrider::runOrFail($data, $rules);
}
catch (Exception $exception)
{
    var_dump(Ozziest\Windrider\Windrider::getErrors());
}
```

#### Methods

[](#methods)

- `run($data, $rules)`
- `runOrFail($data, $rules)`
- `getErrors()`
- `setErrors($messages)`

\#### Validations

- required
- valid\_email
- min\_length\[n\]
- max\_length\[n\]
- exact\_length\[n\]
- alpha
- alpha\_numeric
- alpha\_dash
- alpha\_local (Turkish characters support)
- sentence (Turkish characters support)
- numeric
- integer
- is\_natural
- is\_natural\_no\_zero
- less\_than\[n\]
- greater\_than\[n\]

#### Exception

[](#exception)

[ValidationException](src/Ozziest/Windrider/ValidationException.php)

#### License

[](#license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~92 days

Recently: every ~119 days

Total

8

Last Release

3183d ago

Major Versions

1.0.0 → 2.0.12016-03-18

2.2.2 → 3.0.02017-10-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/2facdc256fbb7fd57510c101c009d6adb6f5cdf07ec7c5a304d30520e78c1357?d=identicon)[ozziest](/maintainers/ozziest)

---

Top Contributors

[![ozziest](https://avatars.githubusercontent.com/u/2325140?v=4)](https://github.com/ozziest "ozziest (23 commits)")

---

Tags

phpform validationindependent

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ozziest-windrider/health.svg)

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

PHPackages © 2026

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