feodorpranju / eloquent-bitrix24
Eloquent driver for Bitrix24
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: 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