PHPackages                             gnugat/pronounceableword - 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. gnugat/pronounceableword

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

gnugat/pronounceableword
========================

A light, customizable and simple library generating random and pronounceable words without using dictionaries or Markov chains.

2.0.0(14y ago)1513.8k↓50%4MITPHPPHP &gt;=5.2

Since Jan 8Pushed 14y ago3 watchersCompare

[ Source](https://github.com/gnugat/PronounceableWord)[ Packagist](https://packagist.org/packages/gnugat/pronounceableword)[ Docs](https://github.com/gnugat/PronounceableWord)[ RSS](/packages/gnugat-pronounceableword/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PronounceableWord PHP library
-----------------------------

[](#pronounceableword-php-library)

A light, customizable and simple PHP (&gt;= 5.2) library, used to generate randomly pronounceable words, names and passwords without using database of existing words or big samples of text like with Markov chains.

**Warning**

Offensive or insulting words might be generated because of the random nature of the generator (see how to manage them in `./doc/manageOffensiveAndInsultingWords.rst`).

Installation and usage
----------------------

[](#installation-and-usage)

First, get the last stable version, and put it in an accessible directory.

You can use composer to do so (), by adding in the `require` of your file `./composer.json` the following entry: `"gnugat/PronounceableWord": "*"`.

You should have a fully operationnal pronounceable word generator:

```
