PHPackages                             osotov/illuminate-for-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. osotov/illuminate-for-bitrix

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

osotov/illuminate-for-bitrix
============================

Adaptation of some Illuminate components for usage inside 1C-Bitrix framework

0.1.0(10y ago)1111MITPHPPHP &gt;=5.5.9

Since Jul 18Pushed 10y ago2 watchersCompare

[ Source](https://github.com/osotov/illuminate-for-bitrix)[ Packagist](https://packagist.org/packages/osotov/illuminate-for-bitrix)[ Docs](https://github.com/osotov/illuminate-for-bitrix)[ RSS](/packages/osotov-illuminate-for-bitrix/feed)WikiDiscussions master Synced 1mo ago

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

illuminate-for-bitrix
=====================

[](#illuminate-for-bitrix)

Adaptation of some Illuminate components for usage inside 1C-Bitrix framework

note
----

[](#note)

This package requires latest versions of php (&gt;= 5.5.9).

installation
------------

[](#installation)

To install package, run the command below and you will get the latest version

```
composer require osotov/illuminate-for-bitrix
```

usage
-----

[](#usage)

Include Composer autoloader (/vendor/autoload.php) inside init.php file.

Instantiate bootstrapper class and use bootstrap method to initialize container.

```
$bootstrapper = new \Osotov\IlluminateForBitrix\Bootstrapper();
$bootstrapper->bootstrap();
```

Now you are able to get container instance from any code executed after init.php.

```
$container = \Osotov\IlluminateForBitrix\Container::getContainer();
```

If you want to register service provider class pass its instance to registerServiceProviders method.

```
$serviceProvider = new MyServiceProvider();
$bootstrapper->registerServiceProviders($serviceProvider);
```

If you want to use Eloquent use addDbConnection method. By default it uses Bitrix connection credentials. If you want to use different connection pass array with credentials as argument.

```
$bootstrapper->addDbConnection();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b0d87bccc0a841ed4aea59f81790e89155a60902ed0d8d2d58ab961da124ced?d=identicon)[osotov](/maintainers/osotov)

---

Top Contributors

[![osotov](https://avatars.githubusercontent.com/u/3656517?v=4)](https://github.com/osotov "osotov (6 commits)")

---

Tags

bitrixilluminate

### Embed Badge

![Health badge](/badges/osotov-illuminate-for-bitrix/health.svg)

```
[![Health](https://phpackages.com/badges/osotov-illuminate-for-bitrix/health.svg)](https://phpackages.com/packages/osotov-illuminate-for-bitrix)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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