Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wenbinye/kuiper-component-installer
- Owner: wenbinye
- Created: 2020-05-09T13:04:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T11:04:04.000Z (about 4 years ago)
- Last Synced: 2024-11-07T20:52:45.924Z (2 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |