Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wenbinye/kuiper-component-installer

Composer plugin for kuiper di container plugin
https://github.com/wenbinye/kuiper-component-installer

Last synced: 20 days ago
JSON representation

Composer plugin for kuiper di container plugin

Awesome Lists containing this project

README

        

# Collect kuiper component configuration

```json
{
"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 |