Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This project aims to integrate Intuit's Quickbooks into Drupal via the Services and SOAP_Server modules interacting with Intuit's "Quickbooks Web Connect" utility.
This module provides tools for connecting to and importing data from the Rotten Tomatoes service.
Dependencies
This module uses Features to provide two content types, Movie and Review. Those are the content types that will be populated by import operations.
The code to actually talk to Rotten Tomatoes is provided as a separate Composer library on Packagist.org. This module requires the composer_autoload module, or its code will not load correctly.
Installation
Before enabling the module, you must run php composer.phar install from within the module's directory. That will download the 3rd party dependencies this module has, as well as setup the autoloader.
Configuration
There is currently only a single configuration directive: The Rotten Tomatoes API key. That may be set at /admin/config/services/rotten-tomatoes. Alternatively, add it to your $conf array in settings.php like so: