API Client
API Client Documentation

This PHP library can be used to access 1CRM REST API.

Installation

Use Composer to install the package

1 composer require onecrm/api

After the package is installed, just use

require_once 'vendor/autoload.php';

in your code.

Authentication

Low-level API calls

Working with data

Working with files

Retrieving calendar events

Utility methods

Examples