PHPackages                             hylianshield/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hylianshield/alphabet

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hylianshield/alphabet
=====================

Library to support operations on a given alphabet

1.0.0(9y ago)011.0k2Apache-2.0PHPPHP ^7.0

Since Jan 1Pushed 9y ago1 watchersCompare

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

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

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

[](#introduction)

The alphabet library is a means to standardize iterating over a given alphabet. It is useful for code that deals with encoding, cryptography or text manipulation.

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

[](#installation)

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

Usage
=====

[](#usage)

The alphabet constructor accepts 0 (zero) or more arguments, all of the type string.

The alphabet can function as an iterator and give you the number of entries.

```
