PHPackages                             morontt/passwogen-cli - 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. morontt/passwogen-cli

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

morontt/passwogen-cli
=====================

Password generator

v0.2.4(3y ago)214MITPHP

Since Nov 13Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/morontt/passwogen-cli)[ Packagist](https://packagist.org/packages/morontt/passwogen-cli)[ RSS](/packages/morontt-passwogen-cli/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

passwogen-cli
=============

[](#passwogen-cli)

Консольный генератор и менеджер паролей, сделанный по мотивам другого [проекта](https://github.com/morontt/passwogen).

Установка
---------

[](#установка)

Скачать phar-архив [отсюда](https://github.com/morontt/passwogen-cli/releases) или собрать его самостоятельно.

```
    ./install.sh

    # Далее можно скопировать получившийся файл в папку, откуда он будет
    # доступен для запуска, например:
    mv passwogen.phar ~/bin/passwogen
```

Так же можно установить его глобально через [composer](https://getcomposer.org):

```
    composer global require morontt/passwogen-cli
```

Для копирования пароля в буфер обмена в системе **Linux** необходимо установить *xclip*, если он ещё не установлен.

```
    # Debian, Ubuntu и другие производные:
    sudo apt-get install xclip
```

### Использование

[](#использование)

```
    # создание пароля для ключа mail.ru
    passwogen generate mail.ru
    # или
    passwogen g mail.ru

    # обновление пароля по ключу mail.ru
    passwogen update mail.ru
    # или
    passwogen u mail.ru

    # при создании и обновлении пароль можно указать явно, через опцию -p
    # или --password

    # поиск пароля с mail в ключе
    # если возвращается одна запись, то пароль попадает в буфер обмена
    passwogen find mail
    # или
    passwogen f mail

    # удаление пароля для ключа example.org
    passwogen delete example.org
    # или
    passwogen d example.org

    # список просроченных паролей (не обновлялись более полугода)
    passwogen outdated
    # или
    passwogen o
```

#### Настройка

[](#настройка)

Конфигурационный файл *$HOME/.passwogen/config.json*. В нём можно настроить длину генерируемых паролей и расположение зашифрованного файла с паролями.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance41

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Recently: every ~654 days

Total

6

Last Release

1260d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1615692?v=4)[Alexander Kharchenko](/maintainers/morontt)[@morontt](https://github.com/morontt)

---

Top Contributors

[![morontt](https://avatars.githubusercontent.com/u/1615692?v=4)](https://github.com/morontt "morontt (36 commits)")

### Embed Badge

![Health badge](/badges/morontt-passwogen-cli/health.svg)

```
[![Health](https://phpackages.com/badges/morontt-passwogen-cli/health.svg)](https://phpackages.com/packages/morontt-passwogen-cli)
```

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k245.4M24.0k](/packages/friendsofphp-php-cs-fixer)[phpro/soap-client

A general purpose SoapClient library

8895.9M52](/packages/phpro-soap-client)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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