confetticode/random-name

Generate random names for any kind of entities

v0.1.0 2022-07-11 08:29 UTC

This package is auto-updated.

Last update: 2025-01-30 06:01:32 UTC


README

Latest Version on Packagist Tests Total Downloads

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.