PHPackages                             jelle-s/quickstart - 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. jelle-s/quickstart

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

jelle-s/quickstart
==================

Generates dns, apache and database for my personal LAMP setup

1.4.0(2mo ago)017MITPHPPHP &gt;=8.1

Since Jan 19Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Jelle-S/quickstart)[ Packagist](https://packagist.org/packages/jelle-s/quickstart)[ RSS](/packages/jelle-s-quickstart/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (12)Versions (8)Used By (0)

Quickstart
==========

[](#quickstart)

This repository contains quickstart commands to have the basics for a website up and running with a single command.

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

[](#installation)

```
composer require jelle-s/quickstart

```

Configuration
-------------

[](#configuration)

Following environment variables can/should be configured:

- `QUICKSTART_WEBSITES_DIR`: The directory where your websites/projects live, defaults to `getenv('HOME') . '/websites'`
- `QUICKSTART_DATABASE_USER`: The database user to use to create the other databases and users, defaults to 'root'
- `QUICKSTART_DATABASE_PASSWORD`: The database password of the configured user above, defaults to ''
- `QUICKSTART_DATABASE_HOST`: The database host, defaults to 'localhost'
- `QUICKSTART_DATABASE_DRIVER`: The database driver to use, defaults to 'pdo\_mysql', see

Commands
--------

[](#commands)

### Create

[](#create)

```
vendor/bin/quickstart create [--dns --apache --database] myproject.local

```

```
Description:
  Create a database and dns and apache configuration for a domain.

Usage:
  create [options] [--]

Arguments:
  domain

Options:
      --dns             Add dns configuration to /etc/hosts
      --apache          Create an apache virtualhost
      --database        Create a database and database user

```

The database and database user is the domain name with `.` replaced by `_`.

### Destroy

[](#destroy)

```
vendor/bin/quickstart destroy [--dns --apache --database] myproject.local

```

```
Description:
  Destroy a database and dns and apache configuration for a domain.

Usage:
  destroy [options] [--]

Arguments:
  domain

Options:
      --dns             Remove dns configuration from /etc/hosts
      --apache          Remove the apache virtualhost
      --database        Remove the database and database user

```

The database and database user is the domain name with `.` replaced by `_`.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance83

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~195 days

Recently: every ~41 days

Total

7

Last Release

87d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd0af1f056fd3baa2df55c0c745ade4d0f8af99505f717bf0ad48d7b615a2153?d=identicon)[Jelle-S](/maintainers/Jelle-S)

---

Top Contributors

[![Jelle-S](https://avatars.githubusercontent.com/u/1828542?v=4)](https://github.com/Jelle-S "Jelle-S (7 commits)")

### Embed Badge

![Health badge](/badges/jelle-s-quickstart/health.svg)

```
[![Health](https://phpackages.com/badges/jelle-s-quickstart/health.svg)](https://phpackages.com/packages/jelle-s-quickstart)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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