foa/di-config

Build aura di configuration values

0.2.0 2014-12-06 05:47 UTC

This package is auto-updated.

Last update: 2024-04-07 18:52:26 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