Inspired by the awesome work from moby I thought that the wider PHP-Community should have such a names-generator as well.
Well... thanks to nifty-nils
and jolly-jordi
you can include the library via
composer require org_heigl/community-names
use Org_Heigl\CommunityNaming\Generator;
echo Generator::generate();
// Something like emerald-evans ;-)
Thanks to Damien Seguy and his implementation in exakat!