feodorpranju / eloquent-bitrix24
Bitrix24 的 Eloquent 驱动器
v0.1.3-alpha
2024-08-30 07:41 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^6.0 || ^7.8
- illuminate/container: ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/database: ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^8.0 || ^9.0 || ^10.0 || ^11.0
- mockery/mockery: ^1.6
Requires (Dev)
- nunomaduro/collision: ^7.10
- nunomaduro/larastan: ^2.6
- orchestra/testbench: 3.8.* || 3.9.* || ^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^7.5 || ^8.4 || ^9.0 || ^10.0
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升序排序。任何其他排序将被覆盖。将在下一个版本中修复。