akbsit/bitrix

A set of useful methods for working with Bitrix API.

Maintainers

Details

github.com/akbsit/Bitrix

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/akbsit/bitrix

1.0.4 2023-09-17 09:08 UTC

This package is auto-updated.

Last update: 2025-09-17 13:31:07 UTC


README

A set of useful methods for working with the Bitrix API.

Requirements

  • Requires 1C-Bitrix version from 17.0.0;
  • PHP from 7.1.

Install

To install the library, you need to run the command in the local folder:

composer require akbsit/bitrix "1.*"

and connect autoload.php in the php_interface/init.php file:

require_once($_SERVER['DOCUMENT_ROOT'] . '/local/vendor/autoload.php');