PHPackages                             mind4me/bx24\_integration - 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. mind4me/bx24\_integration

ActivePackages

mind4me/bx24\_integration
=========================

integrations laravel-bx24

1.5(4y ago)122PHP

Since Jul 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rklimenkocorp/laravelbx24)[ Packagist](https://packagist.org/packages/mind4me/bx24_integration)[ RSS](/packages/mind4me-bx24-integration/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (6)Used By (0)

Integration Laravel-BX24
========================

[](#integration-laravel-bx24)

Packages for integration Laravel with Bitrix24

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

[](#installation)

Go to the BITRIX24 and create local application with this url's

```
https:://your_url/integrations/index // default handler application
https:://your_url/integrations/install // install handler
```

After create application you should copy "client\_id" and "client\_secret" in your .env file like this:

```
MIND4ME_HOST=https://URL_TO_YOUR_BITRIX
MIND4ME_CLIENT_ID=local.60f43109e2342342.297444147
MIND4ME_CLIENT_SECRET=Fqplr9gyyjdY6usdfsdfmlnsdfjngGyfgfgTdeEcqEaGdix
MIND4ME_USER_LOGIN=Login
MIND4ME_USER_PASSWORD=Password
```

Then go to console, in path for your laravel project and enter this command

```
composer require mind4me/bx24_integration
```

In file config/app.php insert in 'providers' =&gt; \[

```
\Mind4me\Bx24_integration\IntegrationServiceProvider::class
```

Then enter this artisan command in console

```
php artisan vendor:publish --provider="Mind4me\Bx24_integration\IntegrationServiceProvider"
php artisan integration:install
php artisan cache:clear
php artisan config:clear
```

Usage
-----

[](#usage)

In app/Console/Kernel.php add command for integration with the time that you need for integration! When cron begin working you see result in database

```
$schedule->command('integration:get-users')->hourly(); // for users
$schedule->command('integration:get-events')->everyFiveMinutes(); // for deals, companies, leads..
```

License
-------

[](#license)

[Mind4.me](https://mind4.me/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

5

Last Release

1554d ago

### Community

Maintainers

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

---

Top Contributors

[![rklimenkocorp](https://avatars.githubusercontent.com/u/12749777?v=4)](https://github.com/rklimenkocorp "rklimenkocorp (7 commits)")

---

Tags

laravelBitrix24

### Embed Badge

![Health badge](/badges/mind4me-bx24-integration/health.svg)

```
[![Health](https://phpackages.com/badges/mind4me-bx24-integration/health.svg)](https://phpackages.com/packages/mind4me-bx24-integration)
```

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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