Image Description
yerey80619/random
  • 0 Stars
  • 4 years ago

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