Parature 2.x (available only for Drupal 7) brings the Parature API Library into Drupal for module developers.
Parature 1.x (available only for Drupal 5) enables integration with the Parature customer support portal.

Version 7.x-2.x

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:
    <?php
    libraries_load
    ('parature_api');
    $p = new ParatureAPI();
    ?>

Version 5.x-1.x

Enables integration with the Parature customer support.

Downloads

Other releases

Version Downloads Date Links
7.x-2.0 tar.gz (8.18 KB) | zip (8.93 KB) 2012-May-24 Notes

Development releases

Version Downloads Date Links
5.x-1.x-dev tar.gz (8.36 KB) | zip (9.17 KB) 2011-Feb-25 Notes

Project Information


Maintainers for Parature

  • Larksmann - 2 commits
    last: 2 days ago, first: 2 days ago
  • Rob Loach - 4 commits
    last: 1 year ago, first: 1 year ago

Issues for Parature

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here