Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Sector is a Drupal 10 distribution designed to streamline Drupal installations. It automates the setup of Drupal core, modules, themes, and profiles, and includes Drush for command-line management.

Sector is a Drupal 10 distribution (or install profile) built and maintained by Sparks Interactive.

Installation

This repository is for inclusion as part of a composer create-project installation only.

Complete installation instructions are available at the main Sector repository.

Quick Start

Composer will create a new directory called sector containing a web directory with a complete Drupal 9 codebase and the Sector install profile.

composer create-project drupal/sector_project_template sector 

What Does This Template Do?

When installing the given composer.json some tasks are taken care of:

  • Drupal core will be installed in the web/core directory.
  • Modules (packages of type drupal-module), themes (packages of type drupal-theme), and profiles (packages of type drupal-profile) are automatically installed to their respective web/(modules|themes|profiles)/contrib directories.
  • The latest version of Drush is installed locally for use at ./vendor/bin/drush.

For a better idea as to what Sector does, what features it has, and why you should use it, visit the main repository.

Need Help or Found a Bug?

If you have any queries or issues about how to use Sector, and you've already read through the Sector Distribution README, then open an issue here or on our drupal.org project page.

Contributing to this repository

This repository is a component used with composer create-project to build a Sector site. Propose changes via the issue queue on Drupal.org.

To test building a Sector site via composer create-project using your modified version of this repository, follow these steps:

  1. Clone this repository locally and make your proposed modifications.
  2. Use the following command to create a project based on your modified version:

composer create-project \ --prefer-dist \ --repository='{"type":"path", "url":"/src/sector","options":{"symlink":false, "versions":{"drupal/sector_project_template":"10.x.x"}}}' \ drupal/sector_project_template \ /src/target-dir 

Replace the following values in this command:

  • /src/sector: The path to your local clone of this repository.
  • 10.x.x: A patch increment above current drupal/sector_project_template release.
  • /src/target-dir: The directory to create your test build of this project.

When ready, use the Drupal.org issue queue to collaborate on the proposal with a DrupalCode issue fork for the changes themselves.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
3
Tracked since
Jan 2025
Latest release
6 months ago
Releases (12 mo)
1 ▼ from 2
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
10.0.9 Stable Feb 19, 2026
11.x-dev Dev Apr 8, 2025
10.0.8 Stable Jan 7, 2025