PHPackages                             funsoul/funcipher - 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. funsoul/funcipher

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

funsoul/funcipher
=================

Custom random ciphertext

2.0(8y ago)016MITPHPPHP &gt;=5.3

Since Feb 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/funsoul/funcipher)[ Packagist](https://packagist.org/packages/funsoul/funcipher)[ Docs](https://github.com/funsoul/funcipher)[ RSS](/packages/funsoul-funcipher/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

funcipher
=========

[](#funcipher)

Custom random ciphertext

Install
=======

[](#install)

```
composer require "funsoul/funcipher: 2.0"

```

Usage
=====

[](#usage)

Global Variable

```
CIPHER_USE_LOWER
CIPHER_USE_CAPITAL
CIPHER_USE_NUMBER
CIPHER_USE_SPECIAL
```

### create()

[](#create)

```
use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->create(10);
// ,+T=!V67|E
```

### ignore()

[](#ignore)

```
use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->ignore(['a',1,3,5,7])->create(10);
// w0/22S0i2~
```

### Customize code

[](#customize-code)

```
use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->ignore([1,3,5,7])->create(10,[CIPHER_USE_NUMBER]);
// 4288062890
```

License
=======

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

6

Last Release

3024d ago

Major Versions

1.4 → 2.02018-02-03

PHP version history (2 changes)1.0PHP 5.3

1.1PHP &gt;=5.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b200d6f27115452ecbf7dc3ea63a6fd3ad4de2b77c535c559d3a0382a1228eb3?d=identicon)[funsoul](/maintainers/funsoul)

---

Top Contributors

[![shuixn](https://avatars.githubusercontent.com/u/7775361?v=4)](https://github.com/shuixn "shuixn (9 commits)")

---

Tags

codepasswordcipher

### Embed Badge

![Health badge](/badges/funsoul-funcipher/health.svg)

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

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[endroid/qr-code

Endroid QR Code

4.8k67.6M348](/packages/endroid-qr-code)[laminas/laminas-code

Extensions to the PHP Reflection API, static code scanning, and code generation

1.9k185.4M172](/packages/laminas-laminas-code)[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.2k64.2M576](/packages/nette-php-generator)[jetbrains/phpstorm-stubs

PHP runtime &amp; extensions header files for PhpStorm

1.4k27.7M68](/packages/jetbrains-phpstorm-stubs)[scrivo/highlight.php

Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js

71040.3M82](/packages/scrivo-highlightphp)

PHPackages © 2026

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