PHPackages                             niharb/my-form - 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. niharb/my-form

ActiveLaravel-package[Authentication &amp; Authorization](/categories/authentication)

niharb/my-form
==============

A Laravel package with registartion and login form with database migration and seeder

016Blade

Since Jul 26Pushed 9mo agoCompare

[ Source](https://github.com/ok-nihar/new-form)[ Packagist](https://packagist.org/packages/niharb/my-form)[ RSS](/packages/niharb-my-form/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

My Form Package
===============

[](#my-form-package)

A Laravel package for form management with built-in user authentication.

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

[](#installation)

Follow these steps to install and configure the package:

### 1. Install via Composer

[](#1-install-via-composer)

```
composer require niharb/my-form:@dev
```

### 2. Run Migrations

[](#2-run-migrations)

```
php artisan migrate
Now you have table named Paackage user table with these data
=> Now you have 1 User =
    'username' => 'adminuser',
    'email' => 'admin@example.com',
    'password' => 'secret'
```

### 3. Update Auth Configuration

[](#3-update-auth-configuration)

Modify your config/auth.php file with these settings:

```
'providers' => [
    'package_users' => [
        'driver' => 'eloquent',
        'model' => Niharb\MyForm\Models\PackageUser::class,
    ],
],

'guards' => [
    'package_web' => [
        'driver' => 'session',
        'provider' => 'package_users',
    ],

    'api' => [
        'driver' => 'token',
        'provider' => 'users',
        'hash' => false,
    ],
],
```

### 4. Routes

[](#4-routes)

Now you can see your Forms in

```
   Registration = /my-form/register
   Login = /my-form/login
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance40

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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/99c42d54760a15f1ca138bcb6eb171f16ff0557dd2fc1956758dbebee523a6de?d=identicon)[ok-nihar](/maintainers/ok-nihar)

---

Top Contributors

[![ok-nihar](https://avatars.githubusercontent.com/u/218205718?v=4)](https://github.com/ok-nihar "ok-nihar (29 commits)")

### Embed Badge

![Health badge](/badges/niharb-my-form/health.svg)

```
[![Health](https://phpackages.com/badges/niharb-my-form/health.svg)](https://phpackages.com/packages/niharb-my-form)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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