Download the PHP package oihso/php-bitrix24-api-module without Composer
On this page you can find all versions of the php package oihso/php-bitrix24-api-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oihso/php-bitrix24-api-module
More information about oihso/php-bitrix24-api-module
Files in oihso/php-bitrix24-api-module
Download oihso/php-bitrix24-api-module
More information about oihso/php-bitrix24-api-module
Files in oihso/php-bitrix24-api-module
Vendor oihso
Package php-bitrix24-api-module
Short Description This library allows you to use Bitrix24 REST API. An authentication module is included in this library.
License Apache-2.0
Package php-bitrix24-api-module
Short Description This library allows you to use Bitrix24 REST API. An authentication module is included in this library.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package php-bitrix24-api-module
PHP Bitrix24 API Module
A basic PHP library for the Bitrix24 REST API. An authentication module is included.
Bitrix24 Documentation
Russian documentation
English documentation
Requirements
- php: >=7.0.0
- ext-json: *
- ext-curl: *
- ext-mysqli: *
Example
What is settingsKeyName
and settingsValueName
values?
PHP Bitrix24 API Module uses standard key-value pair table to store data.
Here is an example
If you have another names for key-value
pairs (for example: option as key
- config as value
), you need to specify this names in config. Otherwise the library will not work.
Installation
- Install library in your project:
composer require oihso/bitrix24-api-module
- Create new table (or use an existing one) to store settings. The table must be key-value type. Key and value must be
TEXT
fields - Add the row "php_bitrix24_auth_time" = "0" to the table
- Add the row "php_bitrix24_auth_code" = "code" to the table
How to configure your Bitrix24
- Go to
Applications -> Add application -> My account only -> Add
and create app withOnly API
checkmark. Also you need to select all needed scopes - Copy
client_id
andclient_secret
and paste it intoBitrix24
class config - On the left-side menu go to
Invite users
and register new user. It will be your "service" account for REST API - Create new
group/department
for your new "service" account - Set up permissions for this
group/department
. You need to allow administrative rules for this account. - Now, you can paste user's credentials into
Bitrix24
class config
License
"PHP Bitrix24 API Module" is licensed under the Apache License - see the LICENSE.txt
file for details
All versions of php-bitrix24-api-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-curl Version *
ext-json Version *
ext-mysqli Version *
ext-curl Version *
ext-json Version *
ext-mysqli Version *
The package oihso/php-bitrix24-api-module contains the following files
Loading the files please wait ....