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: 2024-04-30 00:28:34 UTC


README

Build Status Total Downloads Latest Stable Version License

This is a very simple package that helps you generate random names for any kind of entities, such as VPS or docker containers.

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(); // golick-suspicious

Testing

composer run test

Contributing

  1. Clone this repository
  2. Checkout a new branch from master.
  3. Make any changes that you need.
  4. Ensure all tests pass by running this command.
  5. Finally, submit your pull request.

License

The MIT License (MIT). Please see License File for more information.