pascal-eberhard/config-simple-php

A simplest possible configuration handler. The do it yourself way

Installs: 4 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

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

1.0.1 2019-10-08 22:03 UTC

This package is auto-updated.

Last update: 2025-09-18 09:44:21 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"