bitrix24-php-sdk icon indicating copy to clipboard operation
bitrix24-php-sdk copied to clipboard

A powerful PHP library for the Bitrix24 REST API

Results 67 bitrix24-php-sdk issues
Sort by recently updated
recently updated
newest added

Было бы неплохо для компании к остальным сервисам..

2.x
scope CRM

- [x] bump version in core headers - [x] change DateTime and DateTimeImmutable to CarbonDateTimeImmutable - [x] add percentage VO - [x] move all locale-related demo-data to separate fabric -...

2.x
💰 sponsored
⏳ WIP

Updated the release date for version 2.0-beta.3 from July 1, 2024, to August 15, 2024. Additionally, noted the migration from `DateTimeImmutable` to `CarbonImmutable` from the Carbon library.

2.x
improvement
💰 sponsored
💠 core

Recently, [Bitrix officially released new documentation](https://t.me/bitrix24apps/42921). I suggest adding it to the README.

2.x
improvement
💰 sponsored
⏳ WIP

```php $greaterThanDefaultPageSize = 120; $originatorId = Uuid::v7()->toRfc4122(); // add contacts $contacts = []; for ($i = 0; $i < $greaterThanDefaultPageSize; $i++) { $contacts[] = [ 'fields' => [ 'NAME' =>...

bug
2.x
💰 sponsored
💠 core