PHPackages                             zedanlab/laravel-username-generator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zedanlab/laravel-username-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zedanlab/laravel-username-generator
===================================

This is my package laravel-username-generator

1.0.0(3y ago)035[3 PRs](https://github.com/ZedanLab/laravel-username-generator/pulls)MITPHPPHP ^7.3|^8.1

Since Jun 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ZedanLab/laravel-username-generator)[ Packagist](https://packagist.org/packages/zedanlab/laravel-username-generator)[ Docs](https://github.com/ZedanLab/laravel-username-generator)[ RSS](/packages/zedanlab-laravel-username-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (15)Versions (5)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

This is my package laravel-username-generator
=============================================

[](#this-is-my-package-laravel-username-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5479706cc6624145b206191bbc17ec9116a7098d3e7244590f4890a4b0b1d328/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f5a6564616e4c61622f6c61726176656c2d757365726e616d652d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ZedanLab/laravel-username-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a439b6a1d8ca9a12081e28f9cbd8785918f85d0e2e478a736f7096b885fae06f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f5a6564616e4c61622f6c61726176656c2d757365726e616d652d67656e657261746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ZedanLab/laravel-username-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f282d09fd7d58ce149cf406457e9116b4df603f4b7fd53f67ca479edaba7f296/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f5a6564616e4c61622f6c61726176656c2d757365726e616d652d67656e657261746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ZedanLab/laravel-username-generator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/fddba13fd00225f99e15b60d4efa723dfe3b00e05c17b459d51f07da3041c98b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f5a6564616e4c61622f6c61726176656c2d757365726e616d652d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ZedanLab/laravel-username-generator)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/12023dfdfa743883e4ff36df46fda59df90cb5417651662bc4af4241cec4fa70/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d757365726e616d652d67656e657261746f722e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-username-generator)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require ZedanLab/laravel-username-generator
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-username-generator-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-username-generator-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-username-generator-views"
```

Usage
-----

[](#usage)

```
$usernameGenerator = new ZedanLab\UsernameGenerator();
echo $usernameGenerator->echoPhrase('Hello, ZedanLab!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mohamed Zedan](https://github.com/ZedanLab)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

1437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9facc0e214bd9373415ff1d7e4aa302c6955b2d7af69e57fb358519c67a764a8?d=identicon)[Mohamed-Zedan](/maintainers/Mohamed-Zedan)

---

Top Contributors

[![ZedanLab](https://avatars.githubusercontent.com/u/4432593?v=4)](https://github.com/ZedanLab "ZedanLab (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

laravellaravel-username-generatorZedanLab

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/zedanlab-laravel-username-generator/health.svg)

```
[![Health](https://phpackages.com/badges/zedanlab-laravel-username-generator/health.svg)](https://phpackages.com/packages/zedanlab-laravel-username-generator)
```

###  Alternatives

[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)

PHPackages © 2026

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