Skip to content
Snippets Groups Projects
Select Git revision
  • 2.1.7
  • 2.1.x default
  • 2.0.x
  • 8.x-1.x
  • 2.1.6
  • 2.1.5
  • 2.1.4
  • 2.1.3
  • 2.1.2
  • 2.1.1
  • 2.1.0-beta18
  • 2.1.0
  • 2.1.0-beta17
  • 2.1.0-beta16
  • 2.1.0-beta15
  • 2.1.0-beta14
  • 2.1.0-beta13
  • 2.1.0-beta12
  • 2.1.0-beta11
  • 2.1.0-beta10
  • 2.0.12
  • 2.1.0-beta9
  • 2.1.0-beta8
23 results

cmrf_core

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jaap Jansma authored
    6da53c68
    History

    CiviMRF

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

    Install

    You have two methods to install this module. Both need composer.

    Download installation method

    1. Download and untar this module in the <drupdalroot>/web/modules/contrib directory.
    2. > cd cmrf_core
    3. composer install

    Composer only method

    • composer require drupal/cmrf_core.

    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.