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

bitrix24-php-sdk 2.0

Open mesilov opened this issue 4 years ago • 1 comments

New version roadmap

Core

  1. drop PHP 5.x support
  2. add Symfony HTTP client support https://symfony.com/doc/current/http_client.html via network transport

Bitrix24 features

  • [ ] 1. work with auth tokens and incoming webhooks
  • [ ] 2. add low-level tools to devs:
  • [ ] 2.1 callbacks
  • [ ] 2.2 rate-limiter - wait for https://github.com/symfony/symfony/issues/37471
  • [ ] 2.3 RetryHttpClient - https://github.com/symfony/symfony/pull/38182
  1. API - level features
  • [ ] 3.1 batch queries
  • [ ] 3.2 offline queues
  • [ ] 3.3 add change domain URL support https://github.com/mesilov/bitrix24-php-sdk/issues/250

breaking changes

  1. change API-client interface
  2. reimplement wrappers for API-endpoints

Integration

  1. register as Symfony Bundle

mesilov avatar Sep 26 '20 19:09 mesilov

Mentioned symfony issue is closed and PR is merged

waleev avatar Jan 28 '21 07:01 waleev