feodorpranju/eloquent-bitrix24

Eloquent driver for Bitrix24

v0.1.3-alpha 2024-08-30 07:41 UTC

This package is auto-updated.

Last update: 2025-03-09 22:03:09 UTC


README

https://pranju.ru/docs/sdk/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