PHPackages                             batiscaff/laravel-oauth2-bitrix24-client - 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. batiscaff/laravel-oauth2-bitrix24-client

ActiveLibrary

batiscaff/laravel-oauth2-bitrix24-client
========================================

v0.1.0(2y ago)011MITPHPPHP ^7.4 || ^8.0

Since Mar 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Batiscaff/laravel-oauth2-client-bitrix24)[ Packagist](https://packagist.org/packages/batiscaff/laravel-oauth2-bitrix24-client)[ Docs](https://github.com/batiscaff/laravel-oauth2-bitrix24-client)[ RSS](/packages/batiscaff-laravel-oauth2-bitrix24-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Laravel OAuth2 client for Bitrix24
==================================

[](#laravel-oauth2-client-for-bitrix24)

This package is based on the [PHP League OAuth 2.0 Client library,](https://github.com/thephpleague/oauth2-client)and it provides a simple interface to OAuth2 authentication for your Laravel application using any of the compatible OAuth2 providers (for example see the list of [official PHP League](https://oauth2-client.thephpleague.com/providers/league/)and [third-party](https://oauth2-client.thephpleague.com/providers/thirdparty/) providers or [instructions on how to implement your own](https://oauth2-client.thephpleague.com/providers/implementing/)).

Installation
------------

[](#installation)

Run the following command from your project directory to add the dependency:

```
composer require batiscaff/laravel-oauth2-bitrix24-client
```

Then, copy and run database migrations:

```
php artisan vendor:publish --provider="LaravelOAuth2B24Client\Providers\OAuth2ServiceProvider" --tag=migrations
```

```
php artisan migrate
```

### Laravel without auto-discovery

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in `config/app.php`:

```
'providers' => [
    ...
    LaravelOAuth2B24Client\Providers\OAuth2ServiceProvider::class,
],
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

793d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc248482746913756fe718cafa9e5e88184797c42b0765e762bc23201eb9bbcd?d=identicon)[Batiscaff](/maintainers/Batiscaff)

---

Top Contributors

[![stonehedge-deployer](https://avatars.githubusercontent.com/u/72932369?v=4)](https://github.com/stonehedge-deployer "stonehedge-deployer (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/batiscaff-laravel-oauth2-bitrix24-client/health.svg)

```
[![Health](https://phpackages.com/badges/batiscaff-laravel-oauth2-bitrix24-client/health.svg)](https://phpackages.com/packages/batiscaff-laravel-oauth2-bitrix24-client)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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