feodorpranju/eloquent-bitrix24

Eloquent driver for Bitrix24

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/feodorpranju/eloquent-bitrix24

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

This package is auto-updated.

Last update: 2025-09-20 20:31:48 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