Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This project provides a pre-configured Drupal distribution designed for API development. It includes modules for generating API documentation, enhancing the administrative experience, and improving performance with caching. This distribution simplifies the setup for headless Drupal projects by bundling essential modules and configurations.

📋 Introduction

Pre-configured Drupal distribution for API development. This package bundles:

  • API Documentation: openapi, openapi_ui, openapi_ui_swagger - Generate and browse interactive API docs
  • Admin Utilities: drush, admin_toolbar, coffee - Enhanced admin experience and keyboard shortcuts
  • Performance: redis - Caching support for production environments

Eliminates the need to manually select and configure modules for headless Drupal projects.

🛠️ Usage

1) Create a new Composer project:

composer create-project deviktta/drupal-distribution-headless-api:^1.0

2) Install Drupal, either using the Drupal install page or with Drush:

ddev drush site:install headless_api_ip \
  --site-name="My Drupal headless API" \
  --site-mail="[email protected]" \
  --account-name=admin \
  --account-pass=admin \
  [email protected] \
  --yes

Activity

Total releases
8
First release
Dec 2025
Latest release
6 months ago
Releases (12 mo)
8 ▲ from 0
Maintenance
Slowing

Release Timeline

Releases

Version Type Release date
1.1.0 Stable Dec 23, 2025
1.0.4 Stable Dec 23, 2025
1.x-dev Dev Dec 23, 2025
1.0.3 Stable Dec 22, 2025
1.0.2 Stable Dec 22, 2025
1.0.1 Stable Dec 22, 2025
1.0.x-dev Dev Dec 22, 2025
1.0.0 Stable Dec 22, 2025