PHPackages                             bitfumes/laravel-breezer - 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. bitfumes/laravel-breezer

ActiveLibrary

bitfumes/laravel-breezer
========================

Full API authentication in laravel with social login

v0.4.0(3y ago)13.4kMITPHP

Since Sep 11Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (25)Used By (0)

breezer
=======

[](#breezer)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![GitHub issues](https://camo.githubusercontent.com/8b669fd5d74fda784aee0408b06bc7b3de42f15ec70639b1f535864b88903b18/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f62697466756d65732f6c61726176656c2d627265657a6572)](https://github.com/bitfumes/laravel-breezer/issues)[![Total Downloads](https://camo.githubusercontent.com/a9e9f9189ab12b263888b2d60d2e2492103382407ec8ef7211685a93b22f3138/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62697466756d65732f627265657a65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bitfumes/breezer)[![Build Status](https://camo.githubusercontent.com/2509ea020fb97da80bae2f1801456eacfe1a56dc0bea2aa93ae5832f17546aea/68747470733a2f2f7472617669732d63692e6f72672f62697466756d65732f6c61726176656c2d627265657a65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bitfumes/laravel-breezer)

Install
=======

[](#install)

`composer require bitfumes/laravel-breezer`

Steps to follow
===============

[](#steps-to-follow)

Steps 1
-------

[](#steps-1)

1. Add `Breezer` trait to your user model.
2. Add Contract `MustVerifyEmail` to your authenticatable model if you want to enable email verification.

```
use Bitfumes\Breezer\Traits\Breezer;
use Illuminate\Contracts\Auth\MustVerifyEmail;

class User extends Authenticatable implements MustVerifyEmail
{
    use Notifiable, Breezer;
    ...
}
```

Step 2
------

[](#step-2)

Now publish two new migrations

1. To add avatar field to your use model.
2. To add social login profile.

```
php artisan vendor:publish --tag=breezer:migrations
```

Step 3
------

[](#step-3)

After getting migrations in your laravel application, its time to have these tables in your database.

```
php artisan migrate
```

Step 4
------

[](#step-4)

Set your frontend URL on your .env file FRONT\_URL

Set frontend Verify Email URL on your .env file BREEZER\_VERIFY\_URL

Set frontend password reset URL on your .env file BREEZER\_RESET\_URL

Step 5
------

[](#step-5)

Because every user need to verify its email and to send email we are going to use laravel queue.

Now add queue driver on your `.env` file

That's it, now enjoy api auth with JWT

```
QUEUE_DRIVER=database

```

Testing
-------

[](#testing)

Run the tests with:

```
vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~26 days

Recently: every ~60 days

Total

22

Last Release

1148d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a9226970b64f8955d80a2a7e50617a178e9cf7940b2aaa8cc302e7b0687ae67?d=identicon)[Bitfumes](/maintainers/Bitfumes)

---

Top Contributors

[![sarthaksavvy](https://avatars.githubusercontent.com/u/41295276?v=4)](https://github.com/sarthaksavvy "sarthaksavvy (25 commits)")[![ITManpreetSingh](https://avatars.githubusercontent.com/u/13222424?v=4)](https://github.com/ITManpreetSingh "ITManpreetSingh (1 commits)")

---

Tags

api-authjwt-authLaravel multiauthbitfumeslaravel-breezeauth for apibreezer.sanctum api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bitfumes-laravel-breezer/health.svg)

```
[![Health](https://phpackages.com/badges/bitfumes-laravel-breezer/health.svg)](https://phpackages.com/packages/bitfumes-laravel-breezer)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

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

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)[bitfumes/laravel-multiauth

Laravel Multiauth package

46534.7k1](/packages/bitfumes-laravel-multiauth)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)

PHPackages © 2026

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