PHPackages                             temprodev/laravel-one-auth - 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. temprodev/laravel-one-auth

ActiveLibrary

temprodev/laravel-one-auth
==========================

This will create Authorization with OneID module

1.0(4y ago)0234MITPHP

Since Jan 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/teamprodev/laravel_one_auth)[ Packagist](https://packagist.org/packages/temprodev/laravel-one-auth)[ RSS](/packages/temprodev-laravel-one-auth/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

php artisan key:generate# laravel\_one\_auth

### Installing steps

[](#installing-steps)

\###1-step: Downloading basic source files

```
composer require temprodev/laravel-one-auth
```

### 2-step auth commands

[](#2-step-auth-commands)

```
composer require laravel/ui --dev
php artisan ui bootstrap --auth
npm install && npm run dev
```

If you have already installed ui and auth, you don't need to run this commands

\###3-step: Database

In the users table, you need some columns below:

```
        string       : username
        string       : firstname
        string       : lastname
        string       : midname
        string       : pinfl
        string       : inn
        string       : passport
        timestamp    : passport_expire_date
        string       : phone
        string       : address

```

So that, you need to run

```
php artisan migrate
```

and package will create those columns for you

\###4-step: .env file configuration

```
ONE_ID_API_URL=
ONE_ID_CLIENT_ID=
ONE_ID_CLIENT_SECRET=
ONE_ID_REDIRECT_URI=
ONE_ID_SCOPE=

```

\##Ready to use!

\#Basic usage

### Route:

[](#route)

Route name: "one.auth" Route path: one/auth

\###Callback:

Route name: "one.login" Route path: one/login

\####in the .env file, ONE\_ID\_REDIRECT\_URI value must be callback path

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~19 days

Total

2

Last Release

1563d ago

Major Versions

0.5 → 1.02022-02-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/eca506ee58f1ae3adb9f35fceeecb628e5fbbffab651ee7263e311c236fd5671?d=identicon)[smarts-uz](/maintainers/smarts-uz)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/temprodev-laravel-one-auth/health.svg)

```
[![Health](https://phpackages.com/badges/temprodev-laravel-one-auth/health.svg)](https://phpackages.com/packages/temprodev-laravel-one-auth)
```

PHPackages © 2026

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