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
Requires (Dev)
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-10-29 05:23:15 UTC
README
Inspired by the awesome work from moby I thought that the wider PHP-Community should have such a names-generator as well.
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!