PHPackages                             brianfreytag/php-bijective - 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. brianfreytag/php-bijective

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

brianfreytag/php-bijective
==========================

Encodes any integer into a base(n) string

v1.0.1(11y ago)397.1kMITPHPPHP &gt;=5.3.3

Since Jun 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/brianfreytag/php-bijective)[ Packagist](https://packagist.org/packages/brianfreytag/php-bijective)[ Docs](http://www.github.com/brianfreytag/php-bijective)[ RSS](/packages/brianfreytag-php-bijective/feed)WikiDiscussions master Synced 1mo ago

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

Bijective
=========

[](#bijective)

Encodes any integer into a base(n) string using a defined alphabet.

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

[](#installation)

The suggested installation method is via [composer](https://getcomposer.org/):

```
php composer.phar require brianfreytag/php-bijective:dev-master
```

Usage
-----

[](#usage)

After installing the Bijective library, simply create a new instance of the Bijective class, passing in a defined alphabet.

```
