feodorpranju/eloquent-bitrix24

Bitrix24 的 Eloquent 驱动器

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

This package is auto-updated.

Last update: 2024-09-30 07:47:01 UTC


README

https://pranju.ru/docs/sdk/bitrix24

Bitrix24 的 Eloquent SDK

基础

支持的条件方法

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

支持的限制器

  • offset (不限于50的倍数)
  • limit (不限于50的倍数)

注意: 目前仅支持按ID升序排序。任何其他排序将被覆盖。将在下一个版本中修复。