pascal-eberhard/config-simple-php

A simplest possible configuration handler. The do it yourself way

Maintainers

Package info

github.com/pascal-eberhard/config-simple-php

Homepage

pkg:composer/pascal-eberhard/config-simple-php

Statistics

Installs: 4 124

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2019-10-08 22:03 UTC

This package is auto-updated.

Last update: 2026-03-18 10:54:20 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"