HTTP Client Manager

Component type

module

Maintenance status

Development status

Downloads

2467

Component created

Component changed

8.x-2.x

  • Guzzle version: 6
  • Drupal core version: >= 8.4

Http Client Manager introduces a new Guzzle based plugin which allows you to manage HTTP clients using Guzzle Service Descriptions via YAML, JSON or PHP files, in a simple and efficient way:

Simple Settings Form (SSF)

Component type

module

Categories

Maintenance status

Development status

Downloads

275

Component created

Component changed

SSF : Simple Settings Form

This module provides configurable system settings form which will help developer to store variables in key-value pair and access them using variable_get('ssf_{key}').

Features:
- Configurable system settings form
- Export configuration settings
- Import configuration settings

Required Modules
- ctools

BlockTimer

Component type

module

Categories

Maintenance status

Development status

Downloads

187

Component created

Component changed

Block Timer is a module for analyzing page block performance.

It will display a small text box underneath each block title showing the time (in milliseconds) it took to render that block. Hovering your mouse over the text box will display a popup window with some more useful detail to help you analyze the load time of your pages.

REST Block Layout

Component type

module

Categories

Maintenance status

Development status

Downloads

828

Component created

Component changed

The essence of decoupled Drupal.

REST Block Layout provides a single endpoint to retrieve the block layout for a specified path. It allows Drupal to manage paths (and aliases) by allowing a decoupled site to query Drupal and retrieve not only what a path represents, but the layout of the page at a specific path.

This module allows a developer to build a decoupled site while maintaining
Drupal's Block Layout configuration and URL Aliases.