confetticode / random-name
Generate random names for any kind of entities
v0.1.0
2022-07-11 08:29 UTC
Requires
- php: ^8.0
Requires (Dev)
- phpunit/phpunit: ^9.5.9
This package is auto-updated.
Last update: 2025-01-30 06:01:32 UTC
README
Requirements
- PHP ^8.0
Installation
You can install the package via composer:
composer require confetticode/random-name
Usage
<?php require __DIR__ . '/vendor/autoload.php'; echo random_name(); // Eg: golick-suspicious
Contributing
Thank you for considering contributing to the ConfettiCode
project! The contribution guide can be found in the contributing documentation.
License
The MIT License (MIT). Please see the License for more information.