PHPackages                             yurderi/provisioner - 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. yurderi/provisioner

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

yurderi/provisioner
===================

A provisioner to configure apache hosts in a YAML file (supports SSL)

00PHP

Since Jan 14Pushed 7y agoCompare

[ Source](https://github.com/yurderi/provisioner)[ Packagist](https://packagist.org/packages/yurderi/provisioner)[ RSS](/packages/yurderi-provisioner/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Provisioner
===========

[](#provisioner)

Yet this project is used to create apache2 vhost automatically based on a YAML-configuration.

### Installation

[](#installation)

```
# Clone the project
git clone https://github.com/yurderi/provisioner.git

# Symlink executable
ln -s /path/to/provisioner/bin/console /usr/bin/yp

```

### Requirements

[](#requirements)

- apache2
- certbot

### Usage

[](#usage)

```
yp run apache

```

### Example

[](#example)

```
default:
  # Whether the vhost is the default vhost
  default: false
  # The path where the html files are located
  root: ""
  # Whether the host is enabled or not
  active: true
  # Enable ssl (using certbot --apache)
  ssl: true
  # Rules for the directory directive
  rules:
    - AllowOverride All
  # Additional hosts the website should be available through
  alias: []

hosts:
  www.yurderi.de:
    default: true
    root: /var/www/www.yurderi.de
```

### Result

[](#result)

```

    DocumentRoot /var/www/www.yurderi.de
    ServerName www.yurderi.de
    ServerAlias *

        AllowOverride All

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    RewriteEngine on
    RewriteRule ^ https://www.yurderi.de%{REQUEST_URI} [END,NE,R=permanent]

        DocumentRoot /var/www/www.yurderi.de
        ServerName www.yurderi.de

            AllowOverride All

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        SSLCertificateFile /etc/letsencrypt/live/www.yurderi.de/fullchain.pem
        SSLCertificateKeyFile /etc/letsencrypt/live/www.yurderi.de/privkey.pem
        Include /etc/letsencrypt/options-ssl-apache.conf

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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/eb3e7b9f0c65f748fef3a590363e112526a8dcdd805a13098faa9cf6fa14180b?d=identicon)[tyurderi](/maintainers/tyurderi)

### Embed Badge

![Health badge](/badges/yurderi-provisioner/health.svg)

```
[![Health](https://phpackages.com/badges/yurderi-provisioner/health.svg)](https://phpackages.com/packages/yurderi-provisioner)
```

###  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)
