PHPackages                             wrogati/user-seed - 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. [Database &amp; ORM](/categories/database)
4. /
5. wrogati/user-seed

ActiveLibrary[Database &amp; ORM](/categories/database)

wrogati/user-seed
=================

Fill users table

08PHP

Since Nov 12Pushed 7y agoCompare

[ Source](https://github.com/wrogati/userSeed-laravel)[ Packagist](https://packagist.org/packages/wrogati/user-seed)[ RSS](/packages/wrogati-user-seed/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

userSeed-laravel
================

[](#userseed-laravel)

Fill your users table with one artisan command, initiate with very simple command

How it woks
===========

[](#how-it-woks)

This package you will help to show some data of users, with just one command you will to fill the table 'users', and can choose by english names and portuguese names.

Pre-requisites
==============

[](#pre-requisites)

Laravel &gt;= 5.4 version

Instruction to install
======================

[](#instruction-to-install)

1. Register the Service Provider in config(app.php)

    ```
     /*
      * Package Service Providers...
      */

     ...

     Wrogati\UserSeed\Providers\CmdTableServiceProvider::class,
     Wrogati\UserSeed\Providers\UserSeedServiceProvider::class,

    ```
2. Configure the alias in config(app.php)

    ```
     ...

     'US' => Wrogati\UserSeed\Controllers\UserSeedController::class,

    ```
3. Run composer

    ```
     composer require wrogati/user-seed

    ```

Usage
=====

[](#usage)

Run the command into terminal:

#### IF you want english names use 'us' in the option, see the example below

[](#if-you-want-english-names-use-us-in-the-option-see-the-example-below)

php artisan db:usseed --op=us

#### IF you want portuguese names use 'pt' in the option, see the example below

[](#if-you-want-portuguese-names-use-pt-in-the-option-see-the-example-below)

php artisan db:usseed --op=pt

After that, see the users table. The name, email and password are filled.

Aditional information
=====================

[](#aditional-information)

#### The password is encrypted but is '123456' int plan text, if you need to enter in the application with some user.

[](#the-password-is-encrypted-but-is-123456-int-plan-text-if-you-need-to-enter-in-the-application-with-some-user)

Disclaimer
==========

[](#disclaimer)

Isn't recommended to use this package in production, is just solution to help to test your application. See the code and use as you want.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![wrogati](https://avatars.githubusercontent.com/u/34600137?v=4)](https://github.com/wrogati "wrogati (6 commits)")

### Embed Badge

![Health badge](/badges/wrogati-user-seed/health.svg)

```
[![Health](https://phpackages.com/badges/wrogati-user-seed/health.svg)](https://phpackages.com/packages/wrogati-user-seed)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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