Search by

yerey / random

yerey80619

Generates random string

1.0 2021-01-12 12:45 UTC

This package is auto-updated.

Last update: 2026-09-13 02:37:03 UTC


README

Features

  • Creates random string.

Installation

$ composer require yerey/random

Usage

<?php

	require_once 'vendor/autoload';
	use Random\Random;

?>

Example

<?php

    require_once '/vendor/autoload.php';

    use Random\Random;

    $random = new Random();
    echo $random->create();

?>

Functions

Function name Description
create() Creates random string