marcuspi/random-factor

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

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

This package is auto-updated.

Last update: 2024-11-29 04:25:16 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.