kuiper/component-installer

Composer plugin install kuiper component

Installs: 9 158

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

0.1.6 2023-03-03 07:37 UTC

This package is auto-updated.

Last update: 2024-03-30 00:17:23 UTC


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