PHPackages                             bitboss-hub/laravel-terminal-users - 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. [CLI &amp; Console](/categories/cli)
4. /
5. bitboss-hub/laravel-terminal-users

ActiveLibrary[CLI &amp; Console](/categories/cli)

bitboss-hub/laravel-terminal-users
==================================

This package provides some functionalities to manage your users from Laravel CLI

v0.1.3(4y ago)023[3 PRs](https://github.com/bitboss-hub/laravel-terminal-users/pulls)MITPHPPHP ^8.0

Since Feb 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bitboss-hub/laravel-terminal-users)[ Packagist](https://packagist.org/packages/bitboss-hub/laravel-terminal-users)[ Docs](https://github.com/bitboss-hub/laravel-terminal-users)[ GitHub Sponsors](https://github.com/BitBoss)[ RSS](/packages/bitboss-hub-laravel-terminal-users/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (12)Versions (8)Used By (0)

Laravel Terminal users
======================

[](#laravel-terminal-users)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cc36c018c247301eef8e30eba671e1ae41a7f172a69f4754a847fd6c2fdf5ec7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626974626f73732d6875622f6c61726176656c2d7465726d696e616c2d75736572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bitboss-hub/laravel-terminal-users)[![GitHub Tests Action Status](https://camo.githubusercontent.com/daa65c40a6f3a33dadb11da937df3700a6049917511847f1eb6871530d419fa7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f626974626f73732d6875622f6c61726176656c2d7465726d696e616c2d75736572732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/bitboss-hub/laravel-terminal-users/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e11a26b1f94790dc5879695449812a999adde20b7025b1d0a095cfc52ee6755d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f626974626f73732d6875622f6c61726176656c2d7465726d696e616c2d75736572732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/bitboss-hub/laravel-terminal-users/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)

This package provides some functionalities to manage your users from laravel artisan terminal

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

[](#installation)

You can install the package via composer:

```
composer require bitboss-hub/laravel-terminal-users
```

You can publish the config file with:

```
php artisan vendor:publish --tag="manage-terminal-users-config"
```

This is the contents of the published config file:

```
   return [

    /**
     * With field to check when the user can prompt. Ex: email, id
     */
    'field_to_check' => 'email',

    /**
     * Which field to update. Ex: password
     */
    'field_to_update' => 'password',

    /**
     * Should the password be encrypted? Default value: hash. Possible values: plain
     */
    'hash' => 'hash',

    /**
     * Which is the authenticable model? If null, we get it from the auth configuration
     */
    'model' => null,

    /**
     * Express optional password validation using Laravel Validation syntax
     */
    'validation' => null
];
```

Usage
-----

[](#usage)

You can call the Command using:

```
> php artisan bitboss:manage-users
```

Then, follow the instructions of the script.

```
 What's the user's email?:
 > ...

```

Prompt the email, or the other field defined in `field_to_check` configuration.

```
 Ok, now choose a password:
> ...

```

Prompt a password for the user found.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Riccardo Barbotti](https://github.com/bitboss)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~0 days

Total

4

Last Release

1547d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96f7ada94636345bffd358d71e14bd8682e2a5081a22849af6c76c7c9a9c1786?d=identicon)[snake03](/maintainers/snake03)

---

Top Contributors

[![snake03](https://avatars.githubusercontent.com/u/4792196?v=4)](https://github.com/snake03 "snake03 (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")

---

Tags

laravelartisanBitBoss

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/bitboss-hub-laravel-terminal-users/health.svg)

```
[![Health](https://phpackages.com/badges/bitboss-hub-laravel-terminal-users/health.svg)](https://phpackages.com/packages/bitboss-hub-laravel-terminal-users)
```

###  Alternatives

[worksome/envy

Automatically keep your .env files in sync.

6871.8M](/packages/worksome-envy)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[lorisleiva/artisan-ui

Run your artisan commands by pressing buttons.

2254.1k](/packages/lorisleiva-artisan-ui)

PHPackages © 2026

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