PHPackages                             noopstudios/autenticacaogov - 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. noopstudios/autenticacaogov

ActiveProject

noopstudios/autenticacaogov
===========================

Package used to allow laravel website to communicate with AutenticacaoGov with OAUTH2.0 protocolo (implicit flow)

v1.0.2(5y ago)31171MITPHPPHP ^7.2.5|^8.0

Since Nov 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/noopstudios/autenticacaogov)[ Packagist](https://packagist.org/packages/noopstudios/autenticacaogov)[ RSS](/packages/noopstudios-autenticacaogov/feed)WikiDiscussions master Synced yesterday

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

Autenticao.Gov OAuth2 Provider for Laravel Socialite
====================================================

[](#autenticaogov-oauth2-provider-for-laravel-socialite)

\*\* This component is under development. \*\*

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2.5 | ^8.0
- Laravel/Socialite &gt;= 5.1.0

Usage
-----

[](#usage)

### Autenticao.Gov Developer Portal

[](#autenticaogov-developer-portal)

Request CLIENT\_ID and CLIENT\_SECRET at

### Install

[](#install)

```
composer require noopstudios/autenticacaogov

```

### Configure

[](#configure)

config/services.php

```
'autenticacaogov' => [
    'client_id' => env('AUTENTICACAO_GOV_CLIENT_ID'),
    'client_secret' => env('AUTENTICACAO_GOV_SECRET'),
    'redirect' => env('AUTENTICACAO_GOV_REDIRECT')
]

```

.env

```
AUTENTICACAO_GOV_AUTHORIZATION_ENDPOINT=
AUTENTICACAO_GOV_TOKEN_ENDPOINT=
AUTENTICACAO_GOV_RESOURCE_API=
AUTENTICACAO_GOV_DOMAIN=

```

### Implemenetation

[](#implemenetation)

```
// Redirect to Sign in with Apple in controller.
return Socialite::driver('autenticacaogov')->redirect();

// Handle callback, fetch user information from `code` in controller.
$user = Socialite::driver('autenticacaogov')->user();
```

License
-------

[](#license)

socialite-apple is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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

Recently: every ~35 days

Total

12

Last Release

1859d ago

Major Versions

v0.1.9 → v1.0.02020-11-20

PHP version history (2 changes)v0.1.0PHP ^7.2.5

v1.0.2PHP ^7.2.5|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/718a57c27bd6eb27de8e0f0bbe3a173b21ed84f015054e09cb7d62c8e8eb2b76?d=identicon)[fabiomlferreira](/maintainers/fabiomlferreira)

![](https://www.gravatar.com/avatar/62f1454dd4deff2a4c34e96ca138719cab542b6ef8c5775e651cabd6781b8937?d=identicon)[JoaoGracio89](/maintainers/JoaoGracio89)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/noopstudios-autenticacaogov/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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