PHPackages                             badcamp/campdistro-installer - 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. [CLI &amp; Console](/categories/cli)
4. /
5. badcamp/campdistro-installer

ActiveProject[CLI &amp; Console](/categories/cli)

badcamp/campdistro-installer
============================

Installer used to create a Camp Distro project

113[1 issues](https://github.com/badcamp/camp_distro_installer/issues)PHP

Since Apr 10Pushed 8y ago5 watchersCompare

[ Source](https://github.com/badcamp/camp_distro_installer)[ Packagist](https://packagist.org/packages/badcamp/campdistro-installer)[ RSS](/packages/badcamp-campdistro-installer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Encampment Installer
====================

[](#encampment-installer)

How to Install
--------------

[](#how-to-install)

Using composer the following will download the project in the current directory.

```
$ composer create-project badcamp/campdistro-installer:dev-master drupalcamp

```

Docksal
-------

[](#docksal)

This project was built with Docksal in mind. Quicker to get set up. Quicker to start working.

For instructions on how to [install docksal](https://docs.docksal.io/en/master/getting-started/env-setup/) navigate to their [docs](https://docs.docksal.io/)where you can get more information.

### Initializing

[](#initializing)

After you have docksal all installed you can run the following command and it will install everything you need in order to get the project working locally.

```
$ fin init

```

Once this has been completed you should be able to access the site using

**NOTE**: Make sure you only run this command once otherwise it will wipe your local database everytime.

### Status of Project

[](#status-of-project)

```
$ fin status

```

When everything is up you should see that all of your containers are up and running.

```
➜  camp git:(master) ✗ fin status
   Name                 Command             State             Ports
------------------------------------------------------------------------------
camp_cli_1    /opt/startup.sh supervisord   Up      22/tcp, 9000/tcp
camp_db_1     /entrypoint.sh mysqld         Up      0.0.0.0:32814->3306/tcp
camp_mail_1   MailHog                       Up      1025/tcp, 80/tcp, 8025/tcp
camp_web_1    httpd-foreground              Up      443/tcp, 80/tcp

```

### Starting a Project

[](#starting-a-project)

To start a project

```
$ fin start

```

### Stopping a Project

[](#stopping-a-project)

```
$ fin stop

```

### Restarting a Project

[](#restarting-a-project)

```
$ fin restart

```

You should get something resembling the following.

```
➜  camp git:(master) ✗ fin restart
Stopping services...
Stopping camp_web_1  ... done
Stopping camp_cli_1  ... done
Stopping camp_db_1   ... done
Stopping camp_mail_1 ... done
Starting services...
Starting camp_db_1 ...
Starting camp_mail_1 ...
Starting camp_mail_1
Starting camp_db_1
Starting camp_cli_1 ...
Starting camp_cli_1 ... done
Starting camp_web_1 ...
Starting camp_web_1 ... done
Waiting for camp_cli_1 to become ready...
Waiting for camp_cli_1 to become ready...

```

### Tools

[](#tools)

Located within this are wrappers to interact with different services. There are a few of them listed for comment

#### Composer

[](#composer)

```
$ fin composer [arguments]

```

#### Behat

[](#behat)

```
$ fin behat [arguments]

```

#### PHPUnit

[](#phpunit)

```
$ fin phpunit [arguments]

```

#### Drupal Console

[](#drupal-console)

For more information. Consult with the Documenation on Docksal.io [here](https://docs.docksal.io/en/master/tools/drupal-console/).

```
$ fin drupal [arguments]

```

#### Drush

[](#drush)

For more information. Consult with the Documenation on Docksal.io [here](https://docs.docksal.io/en/master/tools/drush/).

```
$ fin drush [arguments]

```

### PHP Configuration

[](#php-configuration)

In the project are basic php.ini and php-cli.ini files. These can allow you to configure how PHP is set for your environments.

**Settings used for FPM Service**

```
.docksal/etc/php/php.ini

```

**Settings used for Command Line**

```
.docksal/etc/php/php-cli.ini

```

After making the change make sure to run a `fin restart cli` so PHP can start using the new settings that you configured.

#### XDebug

[](#xdebug)

In `docksal-local.env` add the following:

```
XDEBUG_ENABLED=1

```

After run `fin restart cli` so that the settings can take effect. For more information consult with [Docksal Documentation](https://docs.docksal.io/en/master/tools/xdebug/)

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b67c7895d82d76d96fe59469d23a9732f300c7c90f7fa8259249904a5fda829?d=identicon)[badcamp](/maintainers/badcamp)

---

Top Contributors

[![sean-e-dietrich](https://avatars.githubusercontent.com/u/1564748?v=4)](https://github.com/sean-e-dietrich "sean-e-dietrich (24 commits)")

### Embed Badge

![Health badge](/badges/badcamp-campdistro-installer/health.svg)

```
[![Health](https://phpackages.com/badges/badcamp-campdistro-installer/health.svg)](https://phpackages.com/packages/badcamp-campdistro-installer)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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