Bitrix24 Api Php Versions Save

Обертка на PHP7+ для работы с REST API Битрикс24 с использованием механизма входящих вебхуков, троттлингом запросов к API и логированием в файл.

1.8.1

2 months ago

Changelog

  • 🔥 Add HTTP-header Connection: close to each POST-request: issue #17 (thanks @nikolablin).

1.8.0

2 years ago

Changelog

  • added new methods (pull request #5):
    • getContactsByPhone;
    • getTaskList.
  • updated README.md.

1.7.0

3 years ago

Changelog

  • added support for Bitrix24 entity Lead;
  • added new trait Lead;
  • added new methods:
    • getLeadFields;
    • getLead;
    • addLead;
    • updateLead;
    • deleteLead;
    • getLeadList;
    • fetchLeadList;
    • getLeadProductRows;
    • setLeadProductRows;
  • added new trait ProductRow;
  • method getDealProductRowFields renamed to getProductRowFields and moved from trait Deal to trait ProductRow.

1.6.0

3 years ago

Changelog

  • changes for new namespace of classes НТТР v3.0 and DebugLogger v2.0;
  • add new method setLogger();
  • fix Composer error Ambiguous class resolution, "App\AppException";
  • update code examples in README.md.

1.5.0

3 years ago

Changelog

  • added 3 new public static properties to set up the field names of related entities in methods getCompany(), getDeal(), getContact():
    • Bitrix24API::$WITH_CONTACTS = 'CONTACTS';
    • Bitrix24API::$WITH_COMPANIES = 'COMPANIES';
    • Bitrix24API::$WITH_PRODUCTS = 'PRODUCTS';
  • fixed name of exception class in some methods;
  • some code changes for PSR-12: Extended Coding Style;
  • update documentation;
  • refactoring.

1.4.2

3 years ago
  • Fix error messages in class Bitrix24API;
  • Change typos in README.md.

1.4.0

4 years ago

Add new method getCatalogFields().