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

Pair Store is a lightweight Drupal module that allows you to store, retrieve,
and manage key-value pairs directly in your site configuration or runtime settings.
It's useful for developers looking for a simple interface to store paired data,
especially for temporary or small data needs without building a full entity or content type.


Features

  • Store arbitrary key-value data.
  • Simple API to set, get, delete, and list pairs.
  • Provides an admin UI to /admin/pair-store/list key-value pairs.

Installation

  1. Download the module:

  2. Enable the module:

    • Through the admin UI at /admin/modules.
    • Or using Drush:
      drush en pair_store
      

Usage

Programmatic API

$config = \Drupal::config('pair_store.settings');
$pairs = $config->get('pairs');

Maintainers

Supporting organizations: 
financial support

Project information

Releases