pascal-eberhard / config-simple-php
A simplest possible configuration handler. The do it yourself way
Installs: 4 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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: 2025-04-18 08:47:47 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"