PHPackages                             atiksoftware/php-class-passgen - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. atiksoftware/php-class-passgen

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

atiksoftware/php-class-passgen
==============================

Generate a spesific username and password for ftp,whm etc. by domain and prefix

1.1.0(5y ago)019MITPHP

Since Apr 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/atiksoftware/php-class-passgen)[ Packagist](https://packagist.org/packages/atiksoftware/php-class-passgen)[ RSS](/packages/atiksoftware-php-class-passgen/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Username and Password creater
=============================

[](#username-and-password-creater)

It creating a spesific username and password You can use this for WHM, FTP, Admin Panel etc.

---

### Installation

[](#installation)

```
composer require atiksoftware/php-class-passgen
```

### Usage example

[](#usage-example)

```
require __DIR__.'/../vendor/autoload.php';

$auth = Atiksoftware\Security\Passgen::make("atiksoftware.com","!%&/xzcas56");
echo $auth->username."   ".$auth->password."\n";

// 4uj0et4d   [0m?/i_j)zqz

$auth = Atiksoftware\Security\Passgen::ForDomain("atiksoftware.com","123456");
echo $auth->username."   ".$auth->password."\n";

// hydzetm0   w3_m*zdy]m,y
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Total

4

Last Release

1913d ago

### Community

Maintainers

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

---

Top Contributors

[![atiksoftware](https://avatars.githubusercontent.com/u/14994715?v=4)](https://github.com/atiksoftware "atiksoftware (8 commits)")

---

Tags

psrphpftpcomposersecuritysftppasswordlibrarygeneratorWhmcsmodeluserclasskeysecuregeneratecreatepassusernamehostingcpanelwhmspecialcreaterpassgenprefiixspesific

### Embed Badge

![Health badge](/badges/atiksoftware-php-class-passgen/health.svg)

```
[![Health](https://phpackages.com/badges/atiksoftware-php-class-passgen/health.svg)](https://phpackages.com/packages/atiksoftware-php-class-passgen)
```

PHPackages © 2026

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