PHPackages                             lozemc/simple-bitrix24-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. lozemc/simple-bitrix24-api

ActiveLibrary[API Development](/categories/api)

lozemc/simple-bitrix24-api
==========================

API для работы с REST API Битрикс24 средствами PHP

1.1(1y ago)190MITPHPPHP ^7.3|^7.4|^8.0|^8.1|^8.2

Since May 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lozemc/simple-bitrix24-api)[ Packagist](https://packagist.org/packages/lozemc/simple-bitrix24-api)[ Docs](https://github.com/lozemc/)[ RSS](/packages/lozemc-simple-bitrix24-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Библиотека для работы с API Bitrix24
------------------------------------

[](#библиотека-для-работы-с-api-bitrix24)

### Список доступных методов

[](#список-доступных-методов)

Метод в библиотекеМетод в Битрикс24createLead[crm.lead.add](https://dev.1c-bitrix.ru/rest_help/crm/leads/crm_lead_add.php)getLead[crm.lead.get](https://dev.1c-bitrix.ru/rest_help/crm/leads/crm_lead_get.php)getLeads[crm.lead.list](https://dev.1c-bitrix.ru/rest_help/crm/leads/crm_lead_list.php)updateLead[crm.lead.update](https://dev.1c-bitrix.ru/rest_help/crm/leads/crm_lead_update.php)deleteLead[crm.lead.delete](https://dev.1c-bitrix.ru/rest_help/crm/leads/crm_lead_delete.php)getDuplicateLeads[crm.duplicate.findbycomm](https://dev.1c-bitrix.ru/rest_help/crm/auxiliary/duplicates/crm_duplicate_findbycomm.php)createDeal[crm.deal.add](https://dev.1c-bitrix.ru/rest_help/crm/cdeals/crm_deal_add.php)getDeal[crm.deal.get](https://dev.1c-bitrix.ru/rest_help/crm/cdeals/crm_deal_get.php)getDeals[crm.deal.list](https://dev.1c-bitrix.ru/rest_help/crm/cdeals/crm_deal_list.php)updateDeal[crm.deal.update](https://dev.1c-bitrix.ru/rest_help/crm/cdeals/crm_deal_update.php)deleteDeal[crm.deal.delete](https://dev.1c-bitrix.ru/rest_help/crm/cdeals/crm_deal_delete.php)createContact[crm.contact.add](https://dev.1c-bitrix.ru/rest_help/crm/contacts/crm_contact_add.php)getContact[crm.contact.get](https://dev.1c-bitrix.ru/rest_help/crm/contacts/crm_contact_get.php)getContacts[crm.contact.list](https://dev.1c-bitrix.ru/rest_help/crm/contacts/crm_contact_list.php)updateContact[crm.contact.update](https://dev.1c-bitrix.ru/rest_help/crm/contacts/crm_contact_update.php)getDuplicateContact[crm.duplicate.findbycomm](https://dev.1c-bitrix.ru/rest_help/crm/auxiliary/duplicates/crm_duplicate_findbycomm.php)getUser[user.get](https://dev.1c-bitrix.ru/rest_help/users/user_get.php)getUsers[user.get](https://dev.1c-bitrix.ru/rest_help/users/user_get.php)sendNotify[im.notify.personal.add](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=93&LESSON_ID=12129&LESSON_PATH=7657.7685.7693.12129)sendTimelineComment[crm.timeline.comment.add](https://dev.1c-bitrix.ru/rest_help/crm/timeline/comment/crm_timeline_comment_add.php)
### Пример использования

[](#пример-использования)

#### Установка с помощью [Composer](https://packagist.org/packages/lozemc/simple-bitrix24-api)

[](#установка-с-помощью-composer)

```
composer require lozemc/simple-bitrix24-api
```

```
