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 7mo 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 2d 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 43% of packages

Maintenance45

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

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://www.gravatar.com/avatar/1d3050e2c1b5a8515aafff81ae41da3759d0fabe07134944a55fb83cd2524e1c?d=identicon)[lucacracco](/maintainers/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

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

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

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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