iartz/php-package

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/iartz/php-package

1.0.3 2021-12-27 07:55 UTC

This package is auto-updated.

Last update: 2025-09-27 17:14:30 UTC


README

Generate random string.

Installation

This project using composer.

$ composer require iartz/php-package

Usage

Generate random string

<?php

use Utils\RandomString;

$randomString = new RandomString(6);

print $randomString->generate();