confetticode/random-name

This package is abandoned and no longer maintained. No replacement package was suggested.

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-06-20 03:38:58 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

License

The confetticode/random-name package is licensed under the MIT license.