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 2w 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

Maturity39

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://avatars.githubusercontent.com/u/9164292?v=4)[Tommy](/maintainers/tyurderi)[@tyurderi](https://github.com/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

[ryoluo/sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.

192739.0k3](/packages/ryoluo-sail-ssl)[sarfraznawaz2005/servermonitor

Laravel package to periodically monitor the health of your server and website.

19613.5k1](/packages/sarfraznawaz2005-servermonitor)[tiamo/phpas2

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

4676.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

116.5k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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