PHPackages                             devtoolboxuk/simplevalidator - 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. devtoolboxuk/simplevalidator

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

devtoolboxuk/simplevalidator
============================

Simple Data Validator

1.0.1(7y ago)03.7kMITPHP

Since Mar 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/devtoolboxuk/simplevalidator)[ Packagist](https://packagist.org/packages/devtoolboxuk/simplevalidator)[ RSS](/packages/devtoolboxuk-simplevalidator/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Simple Data Validation
======================

[](#simple-data-validation)

[![Latest Stable Version](https://camo.githubusercontent.com/e1387306b51e3f90d9f93e5f4595c911ea9c69d08bfb41d71bf58b35a5448b95/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646576746f6f6c626f78756b2f73696d706c6576616c696461746f722e737667)](https://packagist.org/packages/devtoolboxuk/simplevalidator)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#Installation)
- [Usage](#Usage)
- [Maintainers](#Maintainers)
- [License](#License)

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

[](#installation)

Install Composer

```
$ php -r "readfile('https://getcomposer.org/installer');" | php && php composer.phar install
```

```
$ composer require devtoolboxuk/simplevalidator
```

Then include Composer's generated vendor/autoload.php to enable autoloading:

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';

use devtoolboxuk/simplevalidator
```

### Email Validation

[](#email-validation)

```
$validationService = new ValidatorService();
$email = 'test@test.com';
$validationService->isEmailValid($email); //Returns Boolean
```

Maintainers
-----------

[](#maintainers)

[@DevToolboxUk](https://github.com/devtoolboxuk).

License
-------

[](#license)

[MIT](LICENSE) © DevToolboxUk

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~0 days

Total

2

Last Release

2629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11e7828108a460ad0b3dc92c08fa9e0e863168b8dae2b4d7041a6d699f936faa?d=identicon)[devtoolboxuk](/maintainers/devtoolboxuk)

---

Top Contributors

[![devtoolboxuk](https://avatars.githubusercontent.com/u/6337609?v=4)](https://github.com/devtoolboxuk "devtoolboxuk (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devtoolboxuk-simplevalidator/health.svg)

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

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54013.2M450](/packages/nette-forms)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)

PHPackages © 2026

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