foa / di-config
Build aura di configuration values
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/foa/di-config
Requires
- crodas/class-info: ~0.1
This package is auto-updated.
Last update: 2025-10-07 22:20:37 UTC
README
Aura.Di is nice!. Looking at the PR Disabling autoresolve by default, I thought it will be nice to make a way much easier for people to make the configuration.
Supports
- Constructor params only
- Supports lazyGet for aura/web-kernel
Drawbacks
- No setter injection
- You still need make the necessary changes needed.
Installation
composer require foa/di-config dev-master
Usage
Pass a file
vendor/bin/di-config-dump /real/path/to/file.php
Pass directory
vendor/bin/di-config-dump /real/path/to/directory