PHPackages                             wsmallnews/user - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. wsmallnews/user

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

wsmallnews/user
===============

Wsmallnews system user modules

v1.0.5(1mo ago)19[2 issues](https://github.com/Wsmallnews/user/issues)[2 PRs](https://github.com/Wsmallnews/user/pulls)MITPHPPHP ^8.2CI passing

Since Feb 3Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Wsmallnews/user)[ Packagist](https://packagist.org/packages/wsmallnews/user)[ Docs](https://github.com/wsmallnews/user)[ GitHub Sponsors](https://github.com/Wsmallnews)[ RSS](/packages/wsmallnews-user/feed)WikiDiscussions v1 Synced today

READMEChangelog (6)Dependencies (52)Versions (11)Used By (0)

Wsmallnews system user modules
==============================

[](#wsmallnews-system-user-modules)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ecdf9f773e938b3da65947c25969b0b7ee232ed06302e40b4cae4880bbbf365f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77736d616c6c6e6577732f757365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wsmallnews/user)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8767d1a297872dc87499535ed4d3f60e08d2323a586ae0d425068bc9c224388b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f77736d616c6c6e6577732f757365722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/wsmallnews/user/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/60bc798beda3a8b6449172a2e38148ddf5d2285fefc9a556ad7c12127a5ef1da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f77736d616c6c6e6577732f757365722f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/wsmallnews/user/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c7fa16056877cca3788f22edce01f56716b540d8584dba9fade92da9b45d32b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77736d616c6c6e6577732f757365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wsmallnews/user)

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

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

[](#installation)

You can install the package via composer:

```
composer require wsmallnews/user
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="user-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="user-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="user-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$user = new Wsmallnews\User();
echo $user->echoPhrase('Hello, Wsmallnews!');
```

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)

- [smallnews](https://github.com/Wsmallnews)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance73

Regular maintenance activity

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

Every ~23 days

Total

7

Last Release

12d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16216215?v=4)[小新](/maintainers/Wsmallnews)[@Wsmallnews](https://github.com/Wsmallnews)

---

Top Contributors

[![Wsmallnews](https://avatars.githubusercontent.com/u/16216215?v=4)](https://github.com/Wsmallnews "Wsmallnews (108 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laraveluserWsmallnews

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k2.1M59](/packages/jeffgreco13-filament-breezy)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[rainlab/user-plugin

User plugin for October CMS

11955.0k15](/packages/rainlab-user-plugin)

PHPackages © 2026

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