Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Overview

The Parature API for PHP implements Libraries hooks to tie the Parature API Library into Drupal. It also provides an administrative form for setting default Parature credentials.

How to use

  1. Download the Parature API Library from andrewmacrobert.com/parature-api-library. Put it in sites/<domain>/libraries (make a libraries directory if it doesn't exist).
  2. Install and enable Libraries API and Parature API for PHP
  3. Enter your Parature credentials at admin/config/parature/parature_api
  4. Use the Parature API Library in Drupal module development by loading the Parature API Library and creating a new instance of the ParatureAPI class like so:
    libraries_load('parature_api');
    $p = new ParatureAPI();
    

Parature

Parature is a customer service system.

Project information

  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by Larksmann on , updated