bitrix24-php-sdk
bitrix24-php-sdk copied to clipboard
bitrix24-php-sdk 2.0
New version roadmap
Core
- drop PHP 5.x support
- 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
- 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
- change API-client interface
- reimplement wrappers for API-endpoints
Integration
- register as Symfony Bundle
Mentioned symfony issue is closed and PR is merged