PHPackages                             andrey-vasin/laravel-auth-bitrix - 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. andrey-vasin/laravel-auth-bitrix

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

andrey-vasin/laravel-auth-bitrix
================================

1.1.0(7y ago)4922[1 issues](https://github.com/andrey-vasin/laravel-auth-bitrix/issues)[1 PRs](https://github.com/andrey-vasin/laravel-auth-bitrix/pulls)GPL-3.0-or-laterPHP

Since Oct 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/andrey-vasin/laravel-auth-bitrix)[ Packagist](https://packagist.org/packages/andrey-vasin/laravel-auth-bitrix)[ RSS](/packages/andrey-vasin-laravel-auth-bitrix/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

laravel-auth-bitrix
===================

[](#laravel-auth-bitrix)

Авторизация ларавела, использующая битрикс структуру

Установка
---------

[](#установка)

Перед установкой пакета должна быть выполнена стандартная установка авторизации Laravel

Добавьте пакет в свой composer

```
composer require andrey-vasin/laravel-auth-bitrix

```

Пакет имеет зависомость от andrey-vasin/laravel-hashing-bitrix, поэтому надо исправить конфигурационный файл hashing.php,

```
'driver' => 'bitrix',

```

Этим мы эмулируем работу хеширования битрикса

В файле app\\User.php выставить расширение

```
class User extends \AndreyVasin\LaravelAuthBitrix\User

```

В файле app\\Http\\Controllers\\Auth\\LoginController.php выставить расширение

```
class LoginController extends \AndreyVasin\LaravelAuthBitrix\Controllers\LoginController

```

В файле app\\Http\\Controllers\\Auth\\RegisterController.php выставить расширение

```
class RegisterController extends \AndreyVasin\LaravelAuthBitrix\Controllers\RegisterController

```

В конфиге app\\config\\app.php заменить провайдер

```
    'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        //Illuminate\Auth\AuthServiceProvider::class,
        AndreyVasin\LaravelAuthBitrix\AuthServiceProvider::class,

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

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

Total

3

Last Release

2584d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec37bff3d80d2d6f89b0894c1e7a36463a5128fb0be6ef2ce777a924e307dd03?d=identicon)[andrey-vasin](/maintainers/andrey-vasin)

---

Top Contributors

[![andrey-vasin](https://avatars.githubusercontent.com/u/44192562?v=4)](https://github.com/andrey-vasin "andrey-vasin (1 commits)")

---

Tags

laravelauthbitrixloginregistrationreg

### Embed Badge

![Health badge](/badges/andrey-vasin-laravel-auth-bitrix/health.svg)

```
[![Health](https://phpackages.com/badges/andrey-vasin-laravel-auth-bitrix/health.svg)](https://phpackages.com/packages/andrey-vasin-laravel-auth-bitrix)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

13.0k107.5M1.6k](/packages/spatie-laravel-permission)[cesargb/laravel-magiclink

Create secure link for access to private data or login in Laravel without password

4651.5M](/packages/cesargb-laravel-magiclink)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

84511.6M67](/packages/php-open-source-saver-jwt-auth)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

121269.8k1](/packages/ellaisys-aws-cognito)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[hasinhayder/tyro-login

Tyro Login - Beautiful, customizable authentication views for Laravel 12 &amp; 13

2488.1k7](/packages/hasinhayder-tyro-login)

PHPackages © 2026

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