|
8 | 8 | [](https://packagist.org/packages/dotzero/amocrm) |
9 | 9 | [](https://scrutinizer-ci.com/g/dotzero/amocrm-php/?branch=master) |
10 | 10 | [](https://scrutinizer-ci.com/g/dotzero/amocrm-php/?branch=master) |
| 11 | +[](https://saythanks.io/to/dotzero) |
11 | 12 |
|
12 | 13 | Удобный и быстрый клиент на PHP для работы с API [amoCRM](https://www.amocrm.ru/), реализующий все методы оригинального API. |
13 | 14 |
|
|
17 | 18 |
|
18 | 19 | https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/ |
19 | 20 |
|
| 21 | +Переход на новую версию API не быстрый и займет много времени. |
| 22 | + |
| 23 | +[](https://www.buymeacoffee.com/dotzero) |
| 24 | + |
20 | 25 | ## Установка |
21 | 26 |
|
22 | 27 | ### Через composer: |
@@ -100,24 +105,24 @@ try { |
100 | 105 |
|
101 | 106 | ## Список поддерживаемых моделей |
102 | 107 |
|
103 | | -- Аккаунт ([пример](examples/account.php), [документация](https://developers.amocrm.ru/rest_api/#account)) |
104 | | -- Контакт ([пример](examples/contact.php), [документация](https://developers.amocrm.ru/rest_api/#contact)) |
105 | | -- Сделка ([пример](examples/lead.php), [документация](https://developers.amocrm.ru/rest_api/#lead)) |
106 | | -- Компания ([пример](examples/company.php), [документация](https://developers.amocrm.ru/rest_api/#company)) |
107 | | -- Покупатель ([пример](examples/customer.php), [документация](https://developers.amocrm.ru/rest_api/#customer)) |
108 | | -- Транзакция ([пример](examples/transaction.php), [документация](https://developers.amocrm.ru/rest_api/#transaction)) |
109 | | -- Задача ([пример](examples/task.php), [документация](https://developers.amocrm.ru/rest_api/#tasks)) |
110 | | -- Событие ([пример](examples/note.php), [документация](https://developers.amocrm.ru/rest_api/#event)) |
111 | | -- Дополнительные поля ([пример](examples/custom_field.php), [документация](https://developers.amocrm.ru/rest_api/#fields)) |
112 | | -- Звонок ([пример](examples/call.php), [документация](https://developers.amocrm.ru/rest_api/#call)) |
113 | | -- Неразобранное ([пример](examples/unsorted.php), [документация](https://developers.amocrm.ru/rest_api/#unsorted)) |
114 | | -- Webhooks ([пример](examples/webhooks.php), [документация](https://developers.amocrm.ru/rest_api/#webhooks)) |
115 | | -- Воронки и этапы продаж ([пример](examples/pipelines.php), [документация](https://developers.amocrm.ru/rest_api/#pipelines)) |
116 | | -- Периоды покупателей ([пример](examples/customers_periods.php), [документация](https://developers.amocrm.ru/rest_api/#customers_periods)) |
117 | | -- Виджеты ([пример](examples/widgets.php), [документация](https://developers.amocrm.ru/rest_api/#widgets)) |
118 | | -- Каталоги ([пример](examples/catalog.php), [документация](https://developers.amocrm.ru/rest_api/#catalogs)) |
119 | | -- Элементы каталогов ([пример](examples/catalog_element.php), [документация](https://developers.amocrm.ru/rest_api/#catalog_elements)) |
120 | | -- Связи ([пример](examples/links.php), [документация](https://developers.amocrm.ru/rest_api/#links)) |
| 108 | +- Аккаунт ([пример](examples/account.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#account)) |
| 109 | +- Контакт ([пример](examples/contact.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#contact)) |
| 110 | +- Сделка ([пример](examples/lead.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#lead)) |
| 111 | +- Компания ([пример](examples/company.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#company)) |
| 112 | +- Покупатель ([пример](examples/customer.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#customer)) |
| 113 | +- Транзакция ([пример](examples/transaction.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#transaction)) |
| 114 | +- Задача ([пример](examples/task.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#tasks)) |
| 115 | +- Событие ([пример](examples/note.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#event)) |
| 116 | +- Дополнительные поля ([пример](examples/custom_field.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#fields)) |
| 117 | +- Звонок ([пример](examples/call.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#call)) |
| 118 | +- Неразобранное ([пример](examples/unsorted.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#unsorted)) |
| 119 | +- Webhooks ([пример](examples/webhooks.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#webhooks)) |
| 120 | +- Воронки и этапы продаж ([пример](examples/pipelines.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#pipelines)) |
| 121 | +- Периоды покупателей ([пример](examples/customers_periods.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#customers_periods)) |
| 122 | +- Виджеты ([пример](examples/widgets.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#widgets)) |
| 123 | +- Каталоги ([пример](examples/catalog.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#catalogs)) |
| 124 | +- Элементы каталогов ([пример](examples/catalog_element.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#catalog_elements)) |
| 125 | +- Связи ([пример](examples/links.php), [документация](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/#links)) |
121 | 126 |
|
122 | 127 | ## Описание методов моделей |
123 | 128 |
|
@@ -237,7 +242,7 @@ try { |
237 | 242 |
|
238 | 243 | ## Описание работы с Webhooks |
239 | 244 |
|
240 | | -[Webhooks](https://developers.amocrm.ru/rest_api/webhooks.php) – это уведомление сторонних приложений посредством отправки уведомлений о событиях, произошедших в amoCRM. Вы можете настроить HTTP адреса ваших приложений и связанные с ними рабочие правила в настройках своего аккаунта, в разделе «API». |
| 245 | +[Webhooks](https://web.archive.org/web/20170801033744/https://developers.amocrm.ru/rest_api/webhooks.php) – это уведомление сторонних приложений посредством отправки уведомлений о событиях, произошедших в amoCRM. Вы можете настроить HTTP адреса ваших приложений и связанные с ними рабочие правила в настройках своего аккаунта, в разделе «API». |
241 | 246 |
|
242 | 247 | ### Список доступных уведомлений |
243 | 248 |
|
|
0 commit comments