Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Universal Data Storage

This module provides an ability to store any objects or arrays with any nesting level in one database table.

flux Dropbox API

Integrates with the dropbox API based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the dropbox API by integrating with the Rules module. Therefore the module integrates the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API.

Similar projects

The Drobox client module allows users to have a "Send file" page where users can send a file directly to their Dropbox account.

Requirements

API

  • The module connects to Dropbox via the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API and provides a clean API for developers to interact with Dropbox.
$account = entity_load_single('fluxservice_account', $id);
$stream = fopen('php://temp', 'rw');
fwrite($stream, 'Keep calm & trust Doc Brown!');
$account->client()->putStream($stream, 'doc_brown.txt');
fclose($stream);

Credits

This project has been initiated and is maintained by drunomics.

Paddle Image Carousel

Provides a content type to create an image carousel in panels.

Monitoring

Overview

This project introduces a vendor independent framework for deeply monitoring Drupal and all its projects / modules. It provides a 360 degree perspective on Drupal system health, being a critical piece for true enterprise Drupal platforms.

Our goal is to make monitoring an affordable and well established standard feature. These days, every website is somehow mission critical and the era of lazy-/unmonitored enterprise applications need to have an end.

With this vendor independent definition, we recommend every contrib module to provide own sensors that allow us to measure module health by default.

The project monitoring is no monitoring application on its own. It provides a lightweight sensor definition framework with a set of sensors that can be collected by any monitoring product. Integrations into the most popular Open Source products Nagios / Icinga (monitoring system) and Munin (trends monitoring grapher) will be available out of the box. Integrating additional monitoring products is easy.

Status

The base platform for sensor definition is production ready. Publishing of the integration into products and contrib modules will follow soon. Contact us if you need it NOW and want to support development.
There are no known major issues.

Features

A list will follow.

Requirements

Node ID Helper

This module will help you easily get the node ID of a given page.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools