PHPackages                             webfactorybulgaria/users - 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. webfactorybulgaria/users

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

webfactorybulgaria/users
========================

v4.2.1(8y ago)05761MITPHP

Since Dec 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/webfactorybulgaria/Users)[ Packagist](https://packagist.org/packages/webfactorybulgaria/users)[ RSS](/packages/webfactorybulgaria-users/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (2)Versions (57)Used By (1)

Users
=====

[](#users)

This module is part of [TypiCMS](https://github.com/TypiCMS/Base), a multilingual CMS based on Laravel 5.

Allowing social login
---------------------

[](#allowing-social-login)

### Google login

[](#google-login)

Create a Client ID and Client Secret and add this to `config/services.php`. Also add the variables to the `.env` file.

```
'google' => [
    'client_id'     => env('GOOGLE_ID'),
    'client_secret' => env('GOOGLE_SECRET'),
    'redirect'      => env('GOOGLE_REDIRECT', 'http://'.$_SERVER["HTTP_HOST"].'/social/handle/google')
],

```

### Auth settings

[](#auth-settings)

Adjust the correct settings in `config/auth.php`.

```
'social_users' => true, // Switches the social logins on and off
'social_guest_register' => false, // Allows guest registration with social login
'social_admin_emails' => env('SOCIAL_ADMIN_EMAILS', ''), // You can add more than one by separating with comma
'social_admin_domains' => env('SOCIAL_ADMIN_DOMAINS', ''), // You can add more than one by separating with comma

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity77

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

Recently: every ~62 days

Total

55

Last Release

3080d ago

Major Versions

2.5.3 → v4.0.02015-12-11

2.6.0 → v4.0.22016-01-05

2.7.0 → v4.0.32016-02-11

2.8.2 → v4.0.52016-05-12

2.8.3 → v4.1.22016-08-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1948577?v=4)[Webfactory](/maintainers/webfactorybulgaria)[@webfactorybulgaria](https://github.com/webfactorybulgaria)

---

Top Contributors

[![sdebacker](https://avatars.githubusercontent.com/u/134503?v=4)](https://github.com/sdebacker "sdebacker (169 commits)")

### Embed Badge

![Health badge](/badges/webfactorybulgaria-users/health.svg)

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

###  Alternatives

[socialiteproviders/manager

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

42745.6M578](/packages/socialiteproviders-manager)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

2191.1M10](/packages/dutchcodingcompany-filament-socialite)[genealabs/laravel-sign-in-with-apple

Add Apple's new single-signon feature to your site with ease.

481657.3k](/packages/genealabs-laravel-sign-in-with-apple)[genealabs/laravel-socialiter

Automatically manage user persistence and resolution for any Laravel Socialite provider.

134431.3k](/packages/genealabs-laravel-socialiter)[andrewdwallo/filament-companies

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

35254.9k2](/packages/andrewdwallo-filament-companies)[mikebronner/laravel-sign-in-with-apple

Add Apple's new single-signon feature to your site with ease.

4817.6k](/packages/mikebronner-laravel-sign-in-with-apple)

PHPackages © 2026

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