feodorpranju/eloquent-bitrix24

Eloquent driver for Bitrix24

v0.1.6 2025-08-20 20:21 UTC

This package is auto-updated.

Last update: 2025-08-20 20:24:42 UTC


README

Документация: https://docs.pranju.ru/eloquent-bitrix24/

Eloquent SDK for Bitrix24

Basics

Supported conditional methods:

  • where
  • whereNot
  • whereIn
  • whereNotIn
  • whereYear
  • whereDate
  • whereBetween
  • whereNotBetween
  • whereNull
  • whereNotNull
  • whereFullText

Supported limiters

  • offset (not only multiples of 50)
  • limit (not only multiples of 50)

NOTICE: Only order by ID ASC is supported now. Any other will be overwritten. It will be fixed in next versions