kuiper / component-installer
Composer plugin install kuiper component
Package info
github.com/kuiper-framework/component-installer
Type:composer-plugin
pkg:composer/kuiper/component-installer
0.1.6
2023-03-03 07:37 UTC
Requires
- php: >=7.2
- composer-plugin-api: ^1.0||^2.0
Requires (Dev)
- composer/composer: ^2.0
README
{
"extra": {
"kuiper": {
"config-file": "config/container.php",
"component-scan": [],
"configuration": [],
"whitelist": [],
"blacklist": []
}
}
}
root package config:
| name | type | description |
|---|---|---|
| config-file | string | the output file name |
| whitelist | array | the package name to collect without ask. Matches using fnmatch. |
| blacklist | array | the package name to ignore |
| component-scan | array | namespace to scan. Default add all psr-4 namespace. set to false to ignore |
| configuration | array | class as configuration |