org_heigl/community-naming

Get namings by randomly adding adjectives to names of people of the PHP-Community

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/org_heigl/community-naming

0.3.0 2020-09-01 07:43 UTC

This package is auto-updated.

Last update: 2025-09-29 03:05:37 UTC


README

Inspired by the awesome work from moby I thought that the wider PHP-Community should have such a names-generator as well.

So here it is

Install

Well... thanks to nifty-nils and jolly-jordi you can include the library via

composer require org_heigl/community-names

Usage

use Org_Heigl\CommunityNaming\Generator;

echo Generator::generate();
// Something like emerald-evans ;-)

Thanks

Thanks to Damien Seguy and his implementation in exakat!