PHPackages                             hylianshield/validator-alphabet - 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. hylianshield/validator-alphabet

ActiveLibrary

hylianshield/validator-alphabet
===============================

Validator to validate messages against a given alphabet

1.0.1(9y ago)0701Apache-2.0PHPPHP ^7.0

Since Jan 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/HylianShield/validator-alphabet)[ Packagist](https://packagist.org/packages/hylianshield/validator-alphabet)[ RSS](/packages/hylianshield-validator-alphabet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (1)

Introduction
============

[](#introduction)

The alphabet validator is a validator that will validate given messages against a configured [alphabet](https://github.com/HylianShield/alphabet).

Installation
============

[](#installation)

```
composer require hylianshield/validator-alphabet:^1.0
```

Usage
=====

[](#usage)

The alphabet validator accepts an alphabet instance. It is based on the [PCRE validator](https://github.com/HylianShield/validator-pcre).

```
