PHPackages                             ramlev/drupal-base - 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. ramlev/drupal-base

ActiveProject

ramlev/drupal-base
==================

Base Drupal 10 project template for composer based projects.

05PHP

Since Aug 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ramlev/drupal-base)[ Packagist](https://packagist.org/packages/ramlev/drupal-base)[ RSS](/packages/ramlev-drupal-base/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Composer base Drupal 10 base installation
=========================================

[](#composer-base-drupal-10-base-installation)

This project template provides a fast kickstart to a new Drupal site.

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

[](#installation)

I assume you know basic Composer and PHP skills.

`composer create-project ramlev/drupal-base:dev-develop --no-interaction YOUR_DIR`

After that, you can setup your LAMP or whatever based webserver. I normally use DDEV.

With that, you can do something like this.

```
cd YOUR_DIR
ddev config

## press enter to everything
ddev start

## Wait until it's up and running

## Install the default site
ddev drush si -y

## Change admin user password
ddev drush upwd admin test

Now you can login with `admin` / `test`
```

Available contrib modules
-------------------------

[](#available-contrib-modules)

- admin\_toolbar
- adminimal\_theme
- module\_filter
- pathauto
- redirect
- simple\_sitemap
- token
- twig\_tweak
- ultimate\_cron
- drush

And some modules, only added with "dev"

- devel
- ray\_debugger
- phpstan

Add even more features
----------------------

[](#add-even-more-features)

You can add more contribs and so on like normally

```
## Go into your dir
cd YOUR_DIR

## Add the search_api contrib module, or whatever needed.
composer req drupal/search_api
```

Go into Drupal admin and enable whatever modules and / or themes you need.

Happy hacking

Hasse Ramlev Wilson

Ramlev.dk

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

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/12f9b4f96bea66a808f1e1c3eb5fcd95c3211c13cc69e899c3ad36f8f607404e?d=identicon)[ramlev](/maintainers/ramlev)

---

Top Contributors

[![ramlev](https://avatars.githubusercontent.com/u/74152?v=4)](https://github.com/ramlev "ramlev (11 commits)")

### Embed Badge

![Health badge](/badges/ramlev-drupal-base/health.svg)

```
[![Health](https://phpackages.com/badges/ramlev-drupal-base/health.svg)](https://phpackages.com/packages/ramlev-drupal-base)
```

PHPackages © 2026

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