kainuk/cmrf_abstract_core

CMRF CiviCRM REST Connection

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-8.x-dev 2020-10-14 08:55 UTC

This package is auto-updated.

Last update: 2022-01-31 00:31:41 UTC


README

CMRF is a CiviCRM remote integration toolkit. This repository is a Drupal module wrapping the core.

Install

Use composer to install the abstract core library:

  1. `> cd cmrf_core`
  2. `composer install`

Setup

Configure your default connection profile at admin/config/cmrf_profile. If you need to, you can create multiple profiles there.

Usage

Have a look at the cmrf_example module. The API Calls itself are wrapped in a class CiviClient to do the heavy lifting. A Unit Test demonstrates how to use the class.