PHPackages                             aldorg/validater - 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. [Templating &amp; Views](/categories/templating)
4. /
5. aldorg/validater

ActiveProject[Templating &amp; Views](/categories/templating)

aldorg/validater
================

Boilerplate package for creating other packages.

v0.1(9y ago)027proprietaryPHPPHP &gt;=5.4

Since Apr 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AldoRG/validater)[ Packagist](https://packagist.org/packages/aldorg/validater)[ RSS](/packages/aldorg-validater/feed)WikiDiscussions master Synced yesterday

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

Validater Package
=================

[](#validater-package)

create an validator library for projects on PHP, easy to implement.

Getting Started
---------------

[](#getting-started)

This is a simple library to validate types of data, including numbers, emails, etc. You can copy this package from composer or via github.

### Prerequisites

[](#prerequisites)

For download with composer or git, you need:

```
* Composer
* Git
* PHP

```

### Installing

[](#installing)

In your project folder run, once composer installed

Composer:

```
composer require aldorg/validater

```

GitHub:

```
https://github.com/AldoRG/validater.git

```

Code Examples
-------------

[](#code-examples)

All methods needs the data type to validate and is going to return a boolean result, you can validate different types of data using the methods below:

```
Validater::validateEmail("name@example.com");

```

Available methods:

```
* validateBoolean
* validateEmail
* validateInteger
* validateArray
* validateNumeric
* validateString
* validateUrl
* validateAlpha
* validateAlphaNum
* validateDate

```

Running the tests
-----------------

[](#running-the-tests)

You can test this repository creating a new class in the Test folder, and using PHPUnit. Run your test cases using:

```
vendor/bin/phpunit

```

Built With
----------

[](#built-with)

- [PHP](http://php.net/) - PHP language
- [Git](https://git-scm.com/) - Version Control System
- [PHPUnit](https://phpunit.de/) - Programmer-oriented testing framework for PHP

Contributing
------------

[](#contributing)

Everyone can contributing to the library, ask me for the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

For the versions available, see the [tags on this repository](https://github.com/AldoRG/validater/tags).

Authors
-------

[](#authors)

- **Aldo Ruiz** - *Initial work* - [AldoRG](https://github.com/AldoRG/)

See also the list of [contributors](https://github.com/AldoRG/validater/contributors) who participated in this project.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3375d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7007183?v=4)[Aldo Ruiz](/maintainers/AldoRG)[@AldoRG](https://github.com/AldoRG)

---

Top Contributors

[![AldoRG](https://avatars.githubusercontent.com/u/7007183?v=4)](https://github.com/AldoRG "AldoRG (12 commits)")

---

Tags

composerpackagetemplate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aldorg-validater/health.svg)

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

PHPackages © 2026

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