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 4mo 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 3w 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

20

—

LowBetter than 13% of packages

Maintenance52

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://avatars.githubusercontent.com/u/33508894?v=4)[Elena Simchenko](/maintainers/php-evs)[@php-evs](https://github.com/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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M117](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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