PHPackages                             nisimpo/requisition - 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. nisimpo/requisition

ActiveLibrary

nisimpo/requisition
===================

A requisition package

04PHP

Since May 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mwanjoge/requisition-lib)[ Packagist](https://packagist.org/packages/nisimpo/requisition)[ RSS](/packages/nisimpo-requisition/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nisimpo Auth Package
====================

[](#nisimpo-auth-package)

[![Total Downloads](https://camo.githubusercontent.com/e4c746ee65ae7514212726cf596383d0d8535584081907c2c819ffcad093f0b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6973696d706f2f61757468)](https://packagist.org/packages/nisimpo/auth)[![Latest Stable Version](https://camo.githubusercontent.com/c7e6763fcf069629aa54f771b95207b940b4a3d1127b2bcdf4885682fe2ac341/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6973696d706f2f61757468)](https://packagist.org/packages/nisimpo/auth)[![License](https://camo.githubusercontent.com/6923e9abe30c3fa31c58ba17d2eb123bdc849bd0dc1196d5378ed09b8535475f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6973696d706f2f61757468)](https://packagist.org/packages/nisimpo/auth)

Introduction
------------

[](#introduction)

This package does provide a basic starting point using [Bootstrap](https://getbootstrap.com/), [React](https://reactjs.org/), and / or [Vue](https://vuejs.org/) that will be helpful for many applications. By default, Laravel uses [NPM](https://www.npmjs.org/) to install both of these frontend packages.

> This legacy package is a very simple authentication scaffolding built on the Bootstrap CSS framework. While it continues to work with the latest version of Laravel, you should consider using [Laravel Breeze](https://github.com/laravel/breeze) for new projects. Or, for something more robust, consider [Laravel Jetstream](https://github.com/laravel/jetstream).

Official Documentation
----------------------

[](#official-documentation)

### Supported Versions

[](#supported-versions)

Only the latest major version of Laravel UI receives bug fixes. The table below lists compatible Laravel versions:

VersionLaravel Version[1.x](https://github.com/laravel/ui/tree/1.x)5.8, 6.x[2.x](https://github.com/laravel/ui/tree/2.x)7.x[3.x](https://github.com/laravel/ui/tree/3.x)8.x, 9.x[4.x](https://github.com/laravel/ui/tree/4.x)9.x, 10.x, 11.x### Installation

[](#installation)

The Bootstrap and Vue scaffolding provided by Nisimpo is located in the `nisimpo/auth` Composer package, which may be installed in your new laravel app using Composer:

```
composer require nisimpo/auth:dev-main
```

Once the `nisimpo/auth` package has been installed, you may install the frontend scaffolding using the `ui` Artisan command:

```
// Generate login / registration scaffolding...
php artisan ui bootstrap --auth
```

Setup the database of your choice in .env file

```
// Run migration and seeder to get started
php artisan migrate:fresh --seed
```

Your good to go start app by using the following credentials

```
[user]: test@bizytech.com
password: password
```

### Integrating with the package direct from vendor on development

[](#integrating-with-the-package-direct-from-vendor-on-development)

This is when your doing development in this package and you need to test you code from package. You dont need this if your using the package

```
"repositories": {
  "dev-package": {
    "type": "path",
    "url": "/Users/bizytech/Herd/auth",
    "options": {
      "symlink": true
    }
  }
}
```

Add this to you `composer.json` file of a new laravel application to test your package development directly On the url replace the `/Users/bizytech/Herd/auth` with the complete path of your package directory

License
-------

[](#license)

Nisimpo AUTH is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

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/04240ec7b2a8d8ef562f4277c4053bbe6edab2a3d9af993a26c54e231ff872fb?d=identicon)[mwanjoge](/maintainers/mwanjoge)

---

Top Contributors

[![mwanjoge](https://avatars.githubusercontent.com/u/8969251?v=4)](https://github.com/mwanjoge "mwanjoge (2 commits)")

### Embed Badge

![Health badge](/badges/nisimpo-requisition/health.svg)

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

PHPackages © 2026

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