This project is not covered by Drupal’s security advisory policy.

Provides integration with feeds based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with feeds by providing remote entities and integration with the Rules module.

Requirements

API

The module fetches feeds via the Zend Feed Reader component and provides a clean API for developers to interact with feeds.

$service = entity_load_single('fluxservice_service', $id);
$feed = $service->read();
foreach ($feed as $item) {
  $title = $item->getTitle();
}
Supporting organizations: 
Initial development.

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • caution No further development
    No longer developed by its maintainers.
  • Module categories: Developer Tools, Automation, Integrations
  • Created by fubhy on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases