yerey/random

Generates random string

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yerey/random

1.0 2021-01-12 12:45 UTC

This package is auto-updated.

Last update: 2025-12-13 00:27:43 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