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 2w 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 9% 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://avatars.githubusercontent.com/u/34600137?v=4)[Wellington Rogati](/maintainers/wrogati)[@wrogati](https://github.com/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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M117](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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