pascal-eberhard/config-simple-php

A simplest possible configuration handler. The do it yourself way

1.0.1 2019-10-08 22:03 UTC

This package is auto-updated.

Last update: 2024-05-18 06:47:35 UTC


README

A simplest possible configuration handler. The "do-it-yourself"-way.

Build Status

The problem

I started developing a config-php project. A simple configuration handler, but with some automation. For example, to find the project directory.

But to do so, I needed I/O tools and started an io-php project. For this some config tools would be nice... You see the circular reference?

Therefore let's first create a simplest possible configuration handler.

Some shell commands

# All checks
composer checks

# One at a time, see composer.json "scripts"