PHPackages                             ae8/tokenizer - 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. [Security](/categories/security)
4. /
5. ae8/tokenizer

ActiveLibrary[Security](/categories/security)

ae8/tokenizer
=============

A simple PHP library for token-based encryption.

2.1(1y ago)116MITPHPPHP &gt;=5.5

Since Jul 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/arismarioneves/Tokenizer)[ Packagist](https://packagist.org/packages/ae8/tokenizer)[ Docs](https://github.com/arismarioneves/tokenizer)[ RSS](/packages/ae8-tokenizer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Tokenizer
=========

[](#tokenizer)

Tokenizer is a simple PHP library for creating and validating token-based encryption.

Description
-----------

[](#description)

It is a simple and secure way to encrypt data generating small tokens that can be used as a parameter. It is useful for creating URLs with encrypted data, such as password reset links, email verification links, and more.

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

[](#installation)

Tokenizer is available on [Packagist](https://packagist.org/packages/ae8/tokenizer), and installation via [Composer](https://getcomposer.org) is the recommended way to install Tokenizer. Just add this line to your `composer.json` file:

```
"ae8/tokenizer": "^1.5"
```

or run

```
composer require ae8/tokenizer
```

Note that the `vendor` folder and the `vendor/autoload.php` script are generated by Composer; they are not part of Tokenizer.

Usage
-----

[](#usage)

```
use AE8\Tokenizer\Tokenizer;

// Encrypt a value
$encrypted = Tokenizer::criptografar('Tokenizer');

// Decrypt a value
$decrypted = Tokenizer::descriptografar($encrypted);

echo $encrypted . PHP_EOL;
echo $decrypted . PHP_EOL;
```

Developer
---------

[](#developer)

- Arismário Neves (Mari05liM)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Total

5

Last Release

655d ago

Major Versions

1.7 → 2.02024-07-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/5210fb30723d4145f11b6afa540a2f658ebaf89c610f00ba142ba4dbb6bb044c?d=identicon)[arismarioneves](/maintainers/arismarioneves)

---

Top Contributors

[![arismarioneves](https://avatars.githubusercontent.com/u/7850799?v=4)](https://github.com/arismarioneves "arismarioneves (7 commits)")

---

Tags

securityencryptionaestoken

### Embed Badge

![Health badge](/badges/ae8-tokenizer/health.svg)

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

###  Alternatives

[phpseclib/phpseclib

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k434.8M1.3k](/packages/phpseclib-phpseclib)[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[nzo/url-encryptor-bundle

The NzoUrlEncryptorBundle is a Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application or passed through URL

961.0M2](/packages/nzo-url-encryptor-bundle)

PHPackages © 2026

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