gechanted / install-helper
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gechanted/install-helper
Requires
- ext-json: *
- wp-cli/php-cli-tools: 0.11.*
This package is not auto-updated.
Last update: 2025-10-01 10:07:26 UTC
README
InstallHelper
This Helper is made to easier install scripts.
The program assumes you need to fill a settings file in this script,
as well as making other things, like making a database connection, to test the incoming info
The install-helper auto fills arguments with:
- incoming params
- the prior set settings
- the default, if available
- request automatically, if all prior could not be applied
Let me rephrase this:
- the user inputs some params
- the defaults add some more
- the helper ask the user to enter the rest
- you save the params in the settings
2nd time they execute the script
- the user inputs the params he want to change
- the settings add the rest of the params
- you can still ask the user if he wants to change more