bitrix24-php-sdk
bitrix24-php-sdk copied to clipboard
A powerful PHP library for the Bitrix24 REST API
- [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 -...
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.
Recently, [Bitrix officially released new documentation](https://t.me/bitrix24apps/42921). I suggest adding it to the README.
```php $greaterThanDefaultPageSize = 120; $originatorId = Uuid::v7()->toRfc4122(); // add contacts $contacts = []; for ($i = 0; $i < $greaterThanDefaultPageSize; $i++) { $contacts[] = [ 'fields' => [ 'NAME' =>...