Download the PHP package fomvasss/bitrix24-api-hook without Composer
On this page you can find all versions of the php package fomvasss/bitrix24-api-hook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bitrix24-api-hook
Bitrix24 API library
A PHP library for the Bitrix24 REST API
Installation
Run from the command line:
Usage
Prepare Bitrix24
- Register on https://www.bitrix24.com/ (if you do not hava account) and confirm account
- Get your Btrix-domain (ex.: https://your-domain.bitrix24.ru, https://your-example.bitrix24.ru,...) after register
- Login and create a webhook for the desired action: Applications → WebHuck → Add WebHook (Приложения → Вебхуки → Добавить вебхук).
- After building the webhuk you will get a example url:
https://your-domen.bitrix24.ru/rest/13/9cybrkhzxxf28zl4/profile/
In this class you need use next params: base URL, user ID, secret password (token)
- base URL -
https://your-domen.bitrix24.ru
- user ID -
13
- password -
9cybrkhzxxf28zl4
Use PHP class
All methods see in Bitrix24 documentation
Links
All versions of bitrix24-api-hook with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package fomvasss/bitrix24-api-hook contains the following files
Loading the files please wait ....