PHPackages                             php-evs/bitrix-learning-orm - 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. [Database &amp; ORM](/categories/database)
4. /
5. php-evs/bitrix-learning-orm

ActiveLibrary[Database &amp; ORM](/categories/database)

php-evs/bitrix-learning-orm
===========================

Библиотека предоставляет инструменты для работы с таблицами модуля обучения через ORM d7

311PHP

Since Mar 4Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/php-evs/bitrix-learning-orm)[ Packagist](https://packagist.org/packages/php-evs/bitrix-learning-orm)[ RSS](/packages/php-evs-bitrix-learning-orm/feed)WikiDiscussions master Synced 1w ago

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

bitrix-learning-orm
===================

[](#bitrix-learning-orm)

ORM for bitrix learning module.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1.0
- Bitrix CMS &gt;= 15.0

namespace \\ES\\Learning

Installation with composer
--------------------------

[](#installation-with-composer)

in composer.json add:

"php-evs/bitrix-learning-orm": "dev-master" in "require" section

and { "type": "git", "url": "" } in "repositories" section

Use Examples
============

[](#use-examples)

Get all Lessons from specific Site sorted by Course active date, Lesson active date
-----------------------------------------------------------------------------------

[](#get-all-lessons-from-specific-site-sorted-by-course-active-date-lesson-active-date)

```
\ES\Learning\LessonTable::getList([
  'order' => ['COURSE.ACTIVE_FROM' => 'ASC', 'ACTIVE_FROM' => 'ASC'],
  'filter' => [
    'ACTIVE' => 'Y',
    'COURSE.SITE.SITE_ID' => SITE_ID,
    'CHECK_PERMISSIONS' => 'Y'
  ],
  'select' => [
    'NAME',
    'LESSON_ID' => 'ID',
    'COURSE_ID' => 'COURSE.ID',
    'ACTIVE_FROM' => 'COURSE.ACTIVE_FROM',
    'SORT',
    'CREATED_BY'
  ]
])->fetchAll();
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance56

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3811fff291a44e1772caeef64d2a484ec8efd477a51ccaa9c8f7a62392a63c61?d=identicon)[php-evs](/maintainers/php-evs)

---

Top Contributors

[![php-evs](https://avatars.githubusercontent.com/u/33508894?v=4)](https://github.com/php-evs "php-evs (34 commits)")[![ESimchenko](https://avatars.githubusercontent.com/u/32740157?v=4)](https://github.com/ESimchenko "ESimchenko (8 commits)")

---

Tags

bitrixbitrix-cmsbitrix-d7bitrix-ormbitrix24orm

### Embed Badge

![Health badge](/badges/php-evs-bitrix-learning-orm/health.svg)

```
[![Health](https://phpackages.com/badges/php-evs-bitrix-learning-orm/health.svg)](https://phpackages.com/packages/php-evs-bitrix-learning-orm)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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