Skip to content

yerey80619/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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