PHPackages                             sparksinteractive/sector-project - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sparksinteractive/sector-project

AbandonedArchivedProject

sparksinteractive/sector-project
================================

A composer-based Drupal project template using Sector.

9.5.0(3y ago)35.4k↓100%6GPL-2.0-or-laterShell

Since Nov 9Pushed 2y ago4 watchersCompare

[ Source](https://github.com/sparksi/sector-project)[ Packagist](https://packagist.org/packages/sparksinteractive/sector-project)[ Docs](https://www.sector.org.nz)[ RSS](/packages/sparksinteractive-sector-project/feed)WikiDiscussions 9.x Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (25)Used By (0)

DEPRECATED Sector's Composer Project Template
=============================================

[](#deprecated-sectors-composer-project-template)

**Visit: [Sector Project Template on Drupal.org](https://www.drupal.org/project/sector_project_template) for the actively maintained version of this project.**

[Sector](https://www.sector.org.nz/) is a Drupal 9 distribution (or install profile) built and maintained by [Sparks Interactive](https://www.sparksinteractive.co.nz).

Installation
------------

[](#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

[](#quick-start)

Composer will create a new directory called `{project-name}` containing a `web` directory with a complete Drupal 9 codebase and the Sector install profile.

```
composer create-project drupal/sector_project_template {project-name}

```

What Does This Template Do?
---------------------------

[](#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](https://github.com/sparksi/sector-distribution).

Need Help or Found a Bug?
-------------------------

[](#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](https://github.com/sparksi/sector-distribution/blob/master/README.md), then open an issue here or on our [drupal.org project page](https://www.drupal.org/project/sector).

Contributing to this repository
-------------------------------

[](#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](https://www.drupal.org/project/issues/sector).

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-project","options":{"symlink":false, "versions":{"sparksinteractive/sector-project":"9.x.x"}}}' \
  sparksinteractive/sector-project \
  /src/target-dir

```

Replace the following values in this command:

- `/src/sector-project`: The path to your local clone of this repository.
- `9.x.x`: A patch increment above current sparksinteractive/sector-project 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 pull request to [sparksi/sector-project](https://github.com/sparksi/sector-project) on Github for the changes themselves.

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~93 days

Recently: every ~115 days

Total

24

Last Release

956d ago

Major Versions

8.5.0 → 9.1.0-alpha12020-12-23

5.x-dev → 8.5.12021-01-21

8.5.1 → 9.1.02021-03-05

9.5.0 → 10.x-dev2023-07-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc419236c5463c4ff3c0e84d6e300caddc8468b668a49962b9d378f52bb5f8f1?d=identicon)[sparksinteractive](/maintainers/sparksinteractive)

---

Top Contributors

[![dieuwedeboer](https://avatars.githubusercontent.com/u/3917558?v=4)](https://github.com/dieuwedeboer "dieuwedeboer (34 commits)")[![daniel-sparks](https://avatars.githubusercontent.com/u/33528907?v=4)](https://github.com/daniel-sparks "daniel-sparks (9 commits)")[![RoSk0](https://avatars.githubusercontent.com/u/119257?v=4)](https://github.com/RoSk0 "RoSk0 (3 commits)")[![chris-sparks](https://avatars.githubusercontent.com/u/19639926?v=4)](https://github.com/chris-sparks "chris-sparks (2 commits)")[![DanielVeza](https://avatars.githubusercontent.com/u/5135564?v=4)](https://github.com/DanielVeza "DanielVeza (2 commits)")[![racinggrinner](https://avatars.githubusercontent.com/u/2269626?v=4)](https://github.com/racinggrinner "racinggrinner (1 commits)")

### Embed Badge

![Health badge](/badges/sparksinteractive-sector-project/health.svg)

```
[![Health](https://phpackages.com/badges/sparksinteractive-sector-project/health.svg)](https://phpackages.com/packages/sparksinteractive-sector-project)
```

###  Alternatives

[fourkitchens/sous-drupal-project

Starter project for Sous a Drupal distribution featuring a theme based on Emulsify Design System.

151.0k](/packages/fourkitchens-sous-drupal-project)[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
