org_heigl/community-naming

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

0.3.0 2020-09-01 07:43 UTC

This package is auto-updated.

Last update: 2024-03-29 04:12:44 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!