confetticode/random-name

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

Generate random names for any kind of entities

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/confetticode/random-name

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.