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
None
Requires (Dev)
- phpunit/phpunit: ^9.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:04:45 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!