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

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

scadaunity/auth
===============

Codeigniter 4 autenticação

1.0.0(5y ago)05MITJavaScriptPHP &gt;=7.2CI failing

Since May 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/scadaunity/auth)[ Packagist](https://packagist.org/packages/scadaunity/auth)[ RSS](/packages/scadaunity-auth/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Scadaunity\\Auth
================

[](#scadaunityauth)

[![Screenshot](https://camo.githubusercontent.com/cc43807cd7ca9e956542cf0cb991d0ef9db3884887ab6047159193ba391ffd9d/68747470733a2f2f666f72756d2e636f646569676e697465722e636f6d2f696d616765732f6475656e64652f6c6f676f2e706e67)](https://camo.githubusercontent.com/cc43807cd7ca9e956542cf0cb991d0ef9db3884887ab6047159193ba391ffd9d/68747470733a2f2f666f72756d2e636f646569676e697465722e636f6d2f696d616765732f6475656e64652f6c6f676f2e706e67)

- Infraestrutura de autenticação leve e seguro para seus aplicativos criados com o framework CODEIGNITER 4.

A biblioteca ainda se encontra em fase de desenvolvimento não recomendamos sua utilização em modo de produção e não nos responsabilizamos pelo uso desta biblioteca ainda em periodo de desenvolvimento.

[![Build Status](https://camo.githubusercontent.com/5f44483da414756f32e307ff4e759663b0faf6c497e783138c7cb0c796f98a7c/68747470733a2f2f7472617669732d63692e6f72672f646f637472696e652f696e7374616e746961746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/doctrine/instantiator)[![Code Coverage](https://camo.githubusercontent.com/32132624c55d1966ec0fe98c5e70f19e2b9bb7fb07cac401142b2cf17957bcbf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f637472696e652f696e7374616e746961746f722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/doctrine/instantiator/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d2864ece5a08737567496d6ad8377e8db7ab654ed2d32313b50d45601a2f8a6d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f637472696e652f696e7374616e746961746f722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/doctrine/instantiator/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/2f4b0f42fe018119e0c304ab3b6cfc5f6763536d869e99fe640c999d28108995/68747470733a2f2f706f7365722e707567782e6f72672f646f637472696e652f696e7374616e746961746f722f762f737461626c652e706e67)](https://packagist.org/packages/doctrine/instantiator)[![Latest Unstable Version](https://camo.githubusercontent.com/12b439f28ba9907d25d57e052b6b639c9e18ad5bbaadbd4ffbcdc80c04b8b976/68747470733a2f2f706f7365722e707567782e6f72672f646f637472696e652f696e7374616e746961746f722f762f756e737461626c652e706e67)](https://packagist.org/packages/doctrine/instantiator)

Tabela de conteúdo
------------------

[](#tabela-de-conteúdo)

- [Pré Requisitos](#Pr%C3%A9Requisitos)
- [Instalação](#Instala%C3%A7%C3%A3o)
- [Download](#Download)
- [Configuração](#Configura%C3%A7%C3%A3o)

Pré Requisitos
--------------

[](#pré-requisitos)

- [Composer.](https://getcomposer.org/)
- [Configuração do banco de dados.](http://codeigniter.com/user_guide/database/configuration.html)
- [Configuração para envio de email.](http://codeigniter.com/user_guide/libraries/email.html?highlight=mail)

Instalação
----------

[](#instalação)

- Recomendamos a instalação através do [Composer.](https://getcomposer.org/)

```
$    composer require scadaunity/auth
```

Download
--------

[](#download)

- [Download da versão mais recente.](https://github.com/scadaunity/auth/archive/master.zip)
- Após a instalação via composer, você encontrará dentro da pasta vendor, os seguintes diretórios e arquivos, conforme abaixo

```
Scadaunity/
    └── Auth/
        ├── Config/
        │   ├── Auth.php
            └── Routes.php
        ├── Controllers/
        │   ├── Admin.php
        │   └── Auth.php
        ├── Database/
        │   ├── Migrations/
        │   │    └── 2020-05-06-034404_AuthTables.php
        │   └── Seeds/
        ├── Models/
        │   ├── AttemptModel.php
        │   └── UserModel.php
        └── Views/
            ├── confirm-signup.php
            ├── forgot.php
            ├── login.php
            └── register.php
```

Configuração
------------

[](#configuração)

\#####1 Configurar o namespace.

- abra app / Config / Autoload.php e adicione o namespace Modules à psr4, conforme o exemplo abaixo.

```
$psr4 = [
    'App'           => APPPATH, // To ensure filters, etc still found,
    //APP_NAMESPACE => APPPATH, // For custom namespace
    'Config'        => APPPATH . 'Config',
    "Scadaunity\\Auth" => ROOTPATH. 'vendor/Scadaunity/Auth',
];

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~181 days

Total

2

Last Release

2017d ago

Major Versions

0.0.1 → 1.0.02020-11-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfee97e7b10691f6bcea437c712c394fc409e99bcdfc68250d68f624d858bc73?d=identicon)[ScadaUnity](/maintainers/ScadaUnity)

---

Top Contributors

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

---

Tags

authauthenticatecodeigniter4CI4scadaunity

### Embed Badge

![Health badge](/badges/scadaunity-auth/health.svg)

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M68](/packages/auth0-auth0-php)[kreait/firebase-tokens

A library to work with Firebase tokens

24040.8M14](/packages/kreait-firebase-tokens)[aura/auth

Provides a unified interface to authenticate a user with local or remote authentication systems.

138238.7k12](/packages/aura-auth)

PHPackages © 2026

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