Posted by Rob Loach on October 29, 2010 at 3:43pm
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
- 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).
- Install and enable Libraries API and Parature API for PHP
- Enter your Parature credentials at admin/config/parature/parature_api
- 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
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Downloads: 100
- Last modified: May 24, 2012