pascal-eberhard / config-simple-php
A simplest possible configuration handler. The do it yourself way
Package info
github.com/pascal-eberhard/config-simple-php
pkg:composer/pascal-eberhard/config-simple-php
1.0.1
2019-10-08 22:03 UTC
Requires
- php: >=7.1
- ext-ctype: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^7.0
- squizlabs/php_codesniffer: ^3.4.2
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.
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"