liuyupeng/random-nickname

There is no license information available for the latest version (v1.1) of this package.

get a random nickname

v1.1 2019-07-29 06:47 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28:42 UTC


README

Introduction

get a random nickname

install

$ composer require liuyupeng/random-nickname

Demo

require __DIR__ . '/vendor/autoload.php';

use liuyupeng\randomnickname\Nickname;

$nkClass = new Nickname();
$nickname = $nkClass->getNickname();