marcuspi/random-factor

Makes strings of random words (if you need a semi-safe random word combination)

Maintainers

Package info

github.com/marcusirgens/RandomFactor

pkg:composer/marcuspi/random-factor

Statistics

Installs: 8 410

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v2.0 2018-02-22 23:04 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:08 UTC


README

Creates strings with an adjective and a noun. Used for semi-safe stuff like simple two factor authentication.

Usage

random_factor($lang = 'en', $spacing = ' ')

Supports English (en) and Norwegian (no).

Installation

Composer, get it as "marcuspi/random-factor": "dev-master"

Is this safe to use?

Probably not.