PHPackages                             odenktools/stoplite - 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. odenktools/stoplite

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

odenktools/stoplite
===================

2.0(10y ago)038MITPHPPHP &gt;=5.5.9

Since Apr 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/odenktools/stoplite)[ Packagist](https://packagist.org/packages/odenktools/stoplite)[ Docs](https://github.com/odenktools/stoplite)[ RSS](/packages/odenktools-stoplite/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

Stoplite
========

[](#stoplite)

========== Laravel 5.1 Auth

\#How To Install

To install stoplite, add the following lines in your composer.json file:

```
"require-dev": {
	"odenktools/stoplite": "dev-master"
}

```

Save, then run it from your console

```
composer update --dev

```

\#Setup

After updating composer, add the service provider to the `providers` array in `config/app.php`

```
Odenktools\Stoplite\StopliteServiceProvider::class,

```

Also add the aliases to the `aliases` array in `config/app.php`

```
'Stoplite'      => Odenktools\Stoplite\Facades\Stoplite::class,

```

\#Publish

Create Some Dummy Data

```
php artisan vendor:publish --provider="Odenktools\Stoplite\StopliteServiceProvider"
composer dumpautoload
php artisan migrate
php artisan db:seed --class=StopliteSeeder

```

You can also publish the views, assets, public folder

```
php artisan vendor:publish --provider="Odenktools\Stoplite\StopliteServiceProvider"

```

Or using tag

```
php artisan vendor:publish --provider="Odenktools\Stoplite\StopliteServiceProvider" --tag="config"

```

\#Migration

```
php artisan vendor:publish --provider="Odenktools\Stoplite\StopliteServiceProvider" --tag="migrations"
php artisan migrate

```

\#Seeding

```
php artisan vendor:publish --provider="Odenktools\Stoplite\StopliteServiceProvider" --tag="seeds"
composer dumpautoload
php artisan db:seed --class=StopliteSeeder

```

\#Note

This is Alpha release, please do not install/usage this package for your development

User Entity Relashionships

```
- odk_users 				: main user table
- odk_user_fields			: user custom field [foreign : field_type_id(odk_field_types), group_field_id(odk_user_group_fields)]
- odk_user_profile_fields 	: values for table user_fields [foreign : userid(odk_users), userfield_id(odk_user_fields)]
- odk_user_group_fields		: user custom field type for table user_fields

```

\#Documentation

Onprogress

\#Project References

[Verify](https://github.com/Toddish/Verify)

[Entrust](https://github.com/Zizaco/entrust)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

3719d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f7f2a27279f20428dae0a8385089cf61665b9c56e3cae0b5860c35043ffaf00?d=identicon)[moeloet](/maintainers/moeloet)

---

Top Contributors

[![MYassin16](https://avatars.githubusercontent.com/u/48644477?v=4)](https://github.com/MYassin16 "MYassin16 (40 commits)")[![odenktools](https://avatars.githubusercontent.com/u/1627146?v=4)](https://github.com/odenktools "odenktools (1 commits)")

---

Tags

laravelauthrolespermissionsLaravel Authmembershipstoplite

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/odenktools-stoplite/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.3k](/packages/spatie-laravel-permission)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M289](/packages/laravel-horizon)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

84611.1M61](/packages/php-open-source-saver-jwt-auth)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M128](/packages/laravel-pulse)[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.7k51.8M364](/packages/tymon-jwt-auth)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M341](/packages/psalm-plugin-laravel)

PHPackages © 2026

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