PHPackages                             nirmal/random - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. nirmal/random

ActiveLibrary

nirmal/random
=============

Random Number Generator

1(9y ago)125GNUPHP

Since Apr 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nirmalsharmamca/Laravel-random-string)[ Packagist](https://packagist.org/packages/nirmal/random)[ RSS](/packages/nirmal-random/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel-random-string
=====================

[](#laravel-random-string)

it is for laravel 5+

Installation
------------

[](#installation)

Begin by installing this package through Composer. Just run following command to terminal-

```
composer require nirmal/random=dev-master

```

Once this operation completes, the final step is to add the service provider &amp; aliases. Open `config/app.php`, and add a new item to the providers array.

```
'providers' => [
    ...
    Nirmal\Random\RandomServiceProvider::class,
    ...
]
```

Now add the alias.

```
'aliases' => [
    ...
    'Ndom' => Nirmal\Random\Facades\RandomFacade::class,
    ...
]
```

This package provide various type of commands like random number, random captcha image etc.

generator in html

```
Route::get('/', function () {
	$x = Ndom::create();
	echo "";
	die;
    return view('welcome');
});
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3310d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b73872f148a595a3893c4f43684add3758f50e16408167d98876c4ab9714610e?d=identicon)[nirmalsharmamca](/maintainers/nirmalsharmamca)

---

Top Contributors

[![nirmalsharmamca](https://avatars.githubusercontent.com/u/13479422?v=4)](https://github.com/nirmalsharmamca "nirmalsharmamca (13 commits)")

### Embed Badge

![Health badge](/badges/nirmal-random/health.svg)

```
[![Health](https://phpackages.com/badges/nirmal-random/health.svg)](https://phpackages.com/packages/nirmal-random)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
