PHPackages                             thiagothaison/uac-acesso-web - 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. thiagothaison/uac-acesso-web

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

thiagothaison/uac-acesso-web
============================

PHP User Access Control - Acesso Web

v1.0.4(8y ago)015MITPHPPHP &gt;=7.0

Since Feb 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/thiagothaison/uac-acesso-web)[ Packagist](https://packagist.org/packages/thiagothaison/uac-acesso-web)[ RSS](/packages/thiagothaison-uac-acesso-web/feed)WikiDiscussions master Synced today

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

User Account Control for Acesso Web
-----------------------------------

[](#user-account-control-for-acesso-web)

[![Packagist License](https://camo.githubusercontent.com/b5924d4b515082b8e54cd79c8ac6f34a2cd87907b0c3e593dd80839d7cb39380/68747470733a2f2f706f7365722e707567782e6f72672f62617272797664682f6c61726176656c2d64656275676261722f6c6963656e73652e706e67)](http://choosealicense.com/licenses/mit/)

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

[](#installation)

Require this package with composer. It is recommended to only require the package for development.

```
composer require thiagothaison/uac-acesso-web
```

Add the ServiceProvider to the providers array in config/app.php

```
AcessoWeb\Providers\AcessoWebProvider::class,
```

And replace the HashServiceProvider

```
Illuminate\Hashing\HashServiceProvider::class,
```

with

```
AcessoWeb\Libraries\HashServiceProvider::class,
```

Usage
-----

[](#usage)

You can now replace in your Auth/LoginController.php

```
use Illuminate\Foundation\Auth\AuthenticatesUsers;
```

with

```
use AcessoWeb\Traits\Auth\AuthenticatesUsers;
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

3001d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

v1.0.2PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/376475959ad1a0aaeae8839744ee3f16a444892091e65925583cd2b9844e6c5d?d=identicon)[thiagothaison](/maintainers/thiagothaison)

---

Top Contributors

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

---

Tags

laraveluacacesso-web

### Embed Badge

![Health badge](/badges/thiagothaison-uac-acesso-web/health.svg)

```
[![Health](https://phpackages.com/badges/thiagothaison-uac-acesso-web/health.svg)](https://phpackages.com/packages/thiagothaison-uac-acesso-web)
```

###  Alternatives

[imdhemy/laravel-purchases

The top-notch Laravel receipt validator.

3831.1M2](/packages/imdhemy-laravel-purchases)[martbock/laravel-diceware

Diceware Passphrase Generator for Laravel

3264.7k](/packages/martbock-laravel-diceware)[orchestra/auth

Auth Component for Orchestra Platform

24108.5k3](/packages/orchestra-auth)[ingria/laravel-x509-auth

Laravel 5 Client Certificate auth middleware

375.6k](/packages/ingria-laravel-x509-auth)

PHPackages © 2026

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