PHPackages                             lucacracco/project-starterkit - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. lucacracco/project-starterkit

ActiveProject[DevOps &amp; Deployment](/categories/devops)

lucacracco/project-starterkit
=============================

Project template custom for Drupal 9 projects with a relocated document root

377PHPCI failing

Since Oct 25Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/lucacracco/project-starterkit)[ Packagist](https://packagist.org/packages/lucacracco/project-starterkit)[ RSS](/packages/lucacracco-project-starterkit/feed)WikiDiscussions drupal-9.x Synced 3w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Project name
============

[](#project-name)

> Ex. The project contains the company's website.

[![LAMP](https://camo.githubusercontent.com/90c4d817bd71c7b243a014256102a70c6fec7231cb3714787fe99e66c09c73b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c414d502d446f636b65722d626c7565)](https://camo.githubusercontent.com/90c4d817bd71c7b243a014256102a70c6fec7231cb3714787fe99e66c09c73b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c414d502d446f636b65722d626c7565)[![Software](https://camo.githubusercontent.com/e2af3e8ffa58c01208c7781444c86f080d481e5c5e54db6aefe58668de5a9de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536f6674776172652d44727570616c382d626c7565)](https://camo.githubusercontent.com/e2af3e8ffa58c01208c7781444c86f080d481e5c5e54db6aefe58668de5a9de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536f6674776172652d44727570616c382d626c7565)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Features](#features)
- [FAQ](#faq)

---

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

[](#installation)

### Create new project

[](#create-new-project)

```
composer create-project lucacracco/project-starterkit:dev-drupal-9.x my-folder
```

### Clone

[](#clone)

Clone this repo to your local machine using: `git clone git@...`

### DDEV

[](#ddev)

More info: .

Run LAMP stack:

```
ddev start
ddev ssh
```

Note: You can override the `config.yaml` with extra files named `config.*.yaml`.

### Install

[](#install)

- Download libraries with `composer`:

    ```
    composer install --prefer-dist
    ```
- Install Drupal and Project

    Scratch:

    ```
    robo scaffold
    robo install standard
    ```

    or from Database dump(.sql):

    ```
    robo scaffold
    robo install:database [path of .sql dump]
    ```

### Update

[](#update)

When you download a new code (pull from repository an updates), will run:

- Update composer vendor:

    ```
    composer install --prefer-dist
    ```
- Update Drupal database:

    ```
    robo scaffold
    robo deploy
    ```

Features
--------

[](#features)

#### Export/import configuration

[](#exportimport-configuration)

```
robo config:export
robo config:import
```

FAQ
---

[](#faq)

- **How do I do *specifically* so and so?**
    - No problem! Just do this.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance42

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6357514?v=4)[Luca Cracco](/maintainers/lucacracco)[@lucacracco](https://github.com/lucacracco)

---

Top Contributors

[![lucacracco](https://avatars.githubusercontent.com/u/6357514?v=4)](https://github.com/lucacracco "lucacracco (54 commits)")

---

Tags

container-phpdockerdrupal

### Embed Badge

![Health badge](/badges/lucacracco-project-starterkit/health.svg)

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

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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