marcuspi / random-factor
Makes strings of random words (if you need a semi-safe random word combination)
Installs: 5 445
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
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.