PHPackages                             eduzz/accounts-laravel-adapter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eduzz/accounts-laravel-adapter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eduzz/accounts-laravel-adapter
==============================

Pacote de integração do Eduzz Account com o Laravel Jetstream.

v1.35(3y ago)214[2 PRs](https://github.com/eduzz/accounts-laravel-adapter/pulls)MITPHPPHP ^8.1

Since Feb 25Pushed 2y ago27 watchersCompare

[ Source](https://github.com/eduzz/accounts-laravel-adapter)[ Packagist](https://packagist.org/packages/eduzz/accounts-laravel-adapter)[ Docs](https://github.com/eduzz/accounts-laravel-adapter)[ RSS](/packages/eduzz-accounts-laravel-adapter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (39)Used By (0)

Accounts Laravel Adapter
========================

[](#accounts-laravel-adapter)

Módulo para utilizar o Eduzz Account com uma aplicação Laravel que utiliza o Jetstream.

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

[](#instalação)

Instale o pacote via composer:

```
composer require eduzz/accounts-laravel-adapter
```

Você deve publicar as configurações com:

```
php artisan vendor:publish --tag="adapter-config"
```

Você deve publicar e executar as migrations com:

```
php artisan vendor:publish --tag="adapter-migrations"
php artisan migrate
```

Este é o conteúdo do arquivo de configuração publicado:

```
return [

    /**
     * Enable/disable the Eduzz Account button.
     */
    'enabled' => env('EDUZZ_ACCOUNTS_ENABLED', true),

    /**
     * Url to get back the results of the login attempt.
     */
    'callbackUrl' => env('EDUZZ_ACCOUNTS_CALLBACK_URL', '/eduzz/callback/'),

    /**
     * Eduzz credentials of this app.
     */
    'id' => env('EDUZZ_ACCOUNTS_ID'),
    'secret' => env('EDUZZ_ACCOUNTS_SECRET'),

    /**
     * Url to redirect the user after the login.
     */
    'redirect_to' => '/login',

    /**
     * The column name to store the Eduzz Account ID.
     */
    'tableColumn' => 'eduzz_account_id',

    /**
     * Define if the app use Teams.
     */
    'hasTeams' => true,

    /**
     * The app logo to show in the login page.
     */
    'logo' => '',

    /**
     * The background image to show in the login page.
     */
    'backgroundImage' => '',

    /**
     * Define the button color.
     */
    'buttonColor' => '#000',

    /**
     * Set the Eduzz Account Controller class.
     */
    'routeController' => \Eduzz\AccountsLaravelAdapter\AccountsLaravelAdapterController::class,

    /**
     * The Eduzz Account url API.
     */
    'productionApiUrl' => env('EDUZZ_ACCOUNT_API_URL'),
    'testingApiUrl' => env('EDUZZ_ACCOUNT_TESTING_API_URL'),
];
```

Também importe os estilos css do botão em app.css:

```
@import "/vendor/eduzz/accounts-laravel-adapter/resources/dist/button.css";
```

Opcionalmente, você pode publicar as view com:

```
php artisan vendor:publish --tag="adapter-views"
```

Uso
---

[](#uso)

Na sua view do blade, use:

```
Login com Eduzz Account
```

[![Captura de Tela de Login](https://camo.githubusercontent.com/e810dcaabd8bd6a811709b55279c6daf1e8160dfb9379631340f4d74eb9baf91/68747470733a2f2f692e696d6775722e636f6d2f6b744c6436726b2e6a706567)](https://camo.githubusercontent.com/e810dcaabd8bd6a811709b55279c6daf1e8160dfb9379631340f4d74eb9baf91/68747470733a2f2f692e696d6775722e636f6d2f6b744c6436726b2e6a706567)

Testando
--------

[](#testando)

```
composer test
```

Licença
-------

[](#licença)

MIT License (MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

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

36

Last Release

1160d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e7e0ddf23149109496a3de1b2d5e300ac71d65b21b239087263fa90ac2c87b3?d=identicon)[silvaangelo](/maintainers/silvaangelo)

![](https://www.gravatar.com/avatar/381750d6f9c822e20211f04f80671cc11ef4551cd203c4ebc4320c8a48c3bca6?d=identicon)[danpalmieri](/maintainers/danpalmieri)

![](https://www.gravatar.com/avatar/289070453d24d90c9d77a49ec6cbe77b9bd7f39ce3bcc5b7dfa87fa894870bca?d=identicon)[caferrari](/maintainers/caferrari)

---

Top Contributors

[![danpalmieri](https://avatars.githubusercontent.com/u/1392562?v=4)](https://github.com/danpalmieri "danpalmieri (59 commits)")[![PCiranda](https://avatars.githubusercontent.com/u/5818309?v=4)](https://github.com/PCiranda "PCiranda (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelEduzzaccounts-laravel-adapter

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/eduzz-accounts-laravel-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/eduzz-accounts-laravel-adapter/health.svg)](https://phpackages.com/packages/eduzz-accounts-laravel-adapter)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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